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;
Linear system of equations.
Definition: LinearSOE.h:91
virtual bool setLinearSOE(LinearSOE *theSOE)
Sets the system of equations to solve.
Definition: ProfileSPDLinSolver.cpp:76
virtual int solve(void)=0
Causes the solver to compute the solution of the system of equations.
Profile matrix system of equations.
Definition: ProfileSPDLinSOE.h:118
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Base class of the solvers for linear system of equations.
Definition: LinearSOESolver.h:86
Base class for profile matrix linear SOE solvers.
Definition: ProfileSPDLinSolver.h:76
ProfileSPDLinSolver(int classTag)
Constructor.
Definition: ProfileSPDLinSolver.cpp:72