52 #ifndef BandSPDLinSolver_h 53 #define BandSPDLinSolver_h 69 #include <solution/system_of_eqn/linearSOE/LinearSOESolver.h> 82 virtual bool setLinearSOE(
LinearSOE *theSOE);
84 virtual int solve(
void) = 0;
Solution of the linear system of equations.
Definition: LinearSOESolver.h:82
Solver for band matrix linear systems of equations.
Definition: BandSPDLinSolver.h:76
Base class for band matrix system of equations.
Definition: BandSPDLinSOE.h:79
Linea system of equations. This is the class definition for LinearSOE. LinearSOE is an abstract base ...
Definition: LinearSOE.h:86
================================================================================
Definition: ContinuaReprComponent.h:34