66 #ifndef ProfileSPDLinSolver_h 67 #define ProfileSPDLinSolver_h 69 #include <solution/system_of_eqn/linearSOE/LinearSOESolver.h> 71 class ProfileSPDLinSOE;
85 virtual int solve(
void) = 0;
Solution of the linear system of equations.
Definition: LinearSOESolver.h:82
Profile matrix system of equations.
Definition: ProfileSPDLinSOE.h:74
Linea system of equations. This is the class definition for LinearSOE. LinearSOE is an abstract base ...
Definition: LinearSOE.h:86
Base class for profile matrix linear SOE solvers.
Definition: ProfileSPDLinSolver.h:76
virtual bool setLinearSOE(LinearSOE *theSOE)
Sets the system of equations to solve.
Definition: ProfileSPDLinSolver.cpp:73
================================================================================
Definition: ContinuaReprComponent.h:34