67 #ifndef BandGenLinSolver_h 68 #define BandGenLinSolver_h 70 #include <solution/system_of_eqn/linearSOE/LinearSOESolver.h> 89 virtual int solve(
void) = 0;
BandGenLinSolver(int classTag)
Constructor.
Definition: BandGenLinSolver.cpp:71
Linear system of equations.
Definition: LinearSOE.h:92
virtual bool setLinearSOE(LinearSOE *theSOE)
sets up the link between the soe object pointer and the BandGenLinSolver, that it is sets the pointer...
Definition: BandGenLinSolver.cpp:76
Uses the LAPACK storage scheme to store the components of the A matrix, which is a banded unsymmetric...
Definition: BandGenLinSOE.h:111
Base class for band general linear SOE solvers.
Definition: BandGenLinSolver.h:81
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