u2d_Problem Class Reference

#include <u2d_Problem.h>

Inheritance diagram for u2d_Problem:
u2d_LinearProblem< Matrix >

List of all members.

Public Member Functions

virtual void addTerm (int i, int j, double val)=0
virtual void setTerm (int i, int j, double val)=0
virtual int getSize ()=0
virtual void addRHSTerm (int i, double val)=0
virtual void setRHSTerm (int i, double val)=0

Detailed Description

This is a Abstract Base Class that holds a generic problem. Basically a problem is the set of information needed as input to a solver. For example for a linear system it consists of the matrix A and the right-hand side vector b, in the espression

\[ Ax = b \]

.


The documentation for this class was generated from the following file:
 All Classes Functions
Generated by  doxygen 1.6.2-20100208