67 #ifndef ProfileSPDLinSolver_h    68 #define ProfileSPDLinSolver_h    70 #include <solution/system_of_eqn/linearSOE/LinearSOESolver.h>    72 class ProfileSPDLinSOE;
    86     virtual int solve(
void) = 0;
 Linear system of equations. 
Definition: LinearSOE.h:92
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:120
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 profile matrix linear SOE solvers. 
Definition: ProfileSPDLinSolver.h:77
ProfileSPDLinSolver(int classTag)
Constructor. 
Definition: ProfileSPDLinSolver.cpp:72