51 #ifndef ItpackLinSolver_h 52 #define ItpackLinSolver_h 61 #include <solution/system_of_eqn/linearSOE/LinearSOESolver.h> 67 #define ItpackSSORCG 4 68 #define ItpackSSORSI 5 75 #define ItpackSORFixed 10 76 #define ItpackSSORFixed 11 110 virtual bool setLinearSOE(
LinearSOE *theSOE);
Float vector abstraction.
Definition: Vector.h:93
int sendSelf(CommParameters &)
Send the object.
Definition: ItpackLinSolver.cpp:168
Linear system of equations.
Definition: LinearSOE.h:91
Vector of integers.
Definition: ID.h:93
ITPACK based systems of equations.
Definition: ItpackLinSOE.h:77
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:34
Base class of the solvers for linear system of equations.
Definition: LinearSOESolver.h:86
ITPACK based linear SOE solver.
Definition: ItpackLinSolver.h:85
Communication parameters between processes.
Definition: CommParameters.h:65
int recvSelf(const CommParameters &)
Receive the object.
Definition: ItpackLinSolver.cpp:171