43 #ifndef SymSparseLinSolver_h 44 #define SymSparseLinSolver_h 46 #include <solution/system_of_eqn/linearSOE/LinearSOESolver.h> 50 class SymSparseLinSOE;
63 virtual bool setLinearSOE(
LinearSOE *theSOE);
Linear system of equations.
Definition: LinearSOE.h:91
Sparse symmetric matrix systems of equations.
Definition: SymSparseLinSOE.h:60
int solve(void)
Causes the solver to compute the solution of the system of equations.
Definition: SymSparseLinSolver.cpp:61
int sendSelf(CommParameters &)
Send the object.
Definition: SymSparseLinSolver.cpp:148
int setSize(void)
Sets the number of equations.
Definition: SymSparseLinSolver.cpp:123
Solver for symmetric sparse linear SOE.
Definition: SymSparseLinSolver.h:55
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
Communication parameters between processes.
Definition: CommParameters.h:65
int recvSelf(const CommParameters &)
Receive the object.
Definition: SymSparseLinSolver.cpp:155