44 #ifndef SymSparseLinSolver_h    45 #define SymSparseLinSolver_h    47 #include <solution/system_of_eqn/linearSOE/LinearSOESolver.h>    51 class SymSparseLinSOE;
    64     virtual bool setLinearSOE(
LinearSOE *theSOE);
 Communication parameters between processes. 
Definition: Communicator.h:66
Linear system of equations. 
Definition: LinearSOE.h:92
int recvSelf(const Communicator &)
Receive the object. 
Definition: SymSparseLinSolver.cpp:157
Sparse symmetric matrix systems of equations. 
Definition: SymSparseLinSOE.h:61
int solve(void)
Causes the solver to compute the solution of the system of equations. 
Definition: SymSparseLinSolver.cpp:61
int setSize(void)
Sets the number of equations. 
Definition: SymSparseLinSolver.cpp:125
Solver for symmetric sparse linear SOE. 
Definition: SymSparseLinSolver.h:56
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
int sendSelf(Communicator &)
Send the object. 
Definition: SymSparseLinSolver.cpp:150