Chaste Release::3.1
|
#include <AbstractStaticLinearPdeSolver.hpp>
Public Member Functions | |
AbstractStaticLinearPdeSolver (AbstractTetrahedralMesh< ELEMENT_DIM, SPACE_DIM > *pMesh) | |
Vec | Solve (Vec initialGuess=NULL) |
Abstract class for static linear PDE solves. This class defines the Solve() method. The concrete class should implement the SetupLinearSystem() method (defined in AbstractLinearPdeSolver), based on the PDE being solved and the numerical method.
Definition at line 49 of file AbstractStaticLinearPdeSolver.hpp.
AbstractStaticLinearPdeSolver< ELEMENT_DIM, SPACE_DIM, PROBLEM_DIM >::AbstractStaticLinearPdeSolver | ( | AbstractTetrahedralMesh< ELEMENT_DIM, SPACE_DIM > * | pMesh | ) | [inline] |
Constructor.
pMesh | the mesh |
Definition at line 58 of file AbstractStaticLinearPdeSolver.hpp.
Vec AbstractStaticLinearPdeSolver< ELEMENT_DIM, SPACE_DIM, PROBLEM_DIM >::Solve | ( | Vec | initialGuess = NULL | ) |
Static solve method.
initialGuess | optional initial guess for passing into the linear solve method |
Definition at line 72 of file AbstractStaticLinearPdeSolver.hpp.