u2d_Problem Class Reference
#include <u2d_Problem.h>
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
.
The documentation for this class was generated from the following file: