52 #ifndef ItpackLinSolver_h    53 #define ItpackLinSolver_h    62 #include <solution/system_of_eqn/linearSOE/LinearSOESolver.h>    68 #define ItpackSSORCG      4    69 #define ItpackSSORSI      5    76 #define ItpackSORFixed   10    77 #define ItpackSSORFixed  11   111     virtual bool setLinearSOE(
LinearSOE *theSOE);
 Float vector abstraction. 
Definition: Vector.h:94
Communication parameters between processes. 
Definition: Communicator.h:66
Linear system of equations. 
Definition: LinearSOE.h:92
Vector of integers. 
Definition: ID.h:95
int sendSelf(Communicator &)
Send the object. 
Definition: ItpackLinSolver.cpp:168
ITPACK based systems of equations. 
Definition: ItpackLinSOE.h:78
int solve(void)
Causes the solver to compute the solution of the system of equations. 
Definition: ItpackLinSolver.cpp:206
int setSize(void)
Sets the number of equations. 
Definition: ItpackLinSolver.cpp:93
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
ITPACK based linear SOE solver. 
Definition: ItpackLinSolver.h:86
int recvSelf(const Communicator &)
Receive the object. 
Definition: ItpackLinSolver.cpp:171