53 #ifndef BandSPDLinSolver_h 54 #define BandSPDLinSolver_h 70 #include <solution/system_of_eqn/linearSOE/LinearSOESolver.h> 89 virtual int solve(
void) = 0;
Linear system of equations.
Definition: LinearSOE.h:92
virtual bool setLinearSOE(LinearSOE *theSOE)
Set up the link between the BandSPDLinSOE object and the BandSPDLinSolver, that it is sets the pointe...
Definition: BandSPDLinSolver.cpp:73
Solver for band matrix linear systems of equations.
Definition: BandSPDLinSolver.h:81
BandSPDLinSolver(int classTag)
Constructor.
Definition: BandSPDLinSolver.cpp:68
virtual int solve(void)=0
Causes the solver to compute the solution of the system of equations.
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Base class of the solvers for linear system of equations.
Definition: LinearSOESolver.h:87
Base class for band matrix system of equations.
Definition: BandSPDLinSOE.h:113
BandSPDLinSOE * theSOE
Pointer to the solver.
Definition: BandSPDLinSolver.h:84