66 #ifndef ConjugateGradientSolver_h 67 #define ConjugateGradientSolver_h 69 #include <solution/system_of_eqn/linearSOE/LinearSOESolver.h> 89 virtual int solve(
void);
virtual int setSize(void)
Sets the number of equations.
Definition: ConjugateGradientSolver.cpp:71
Float vector abstraction.
Definition: Vector.h:94
Linear system of equations.
Definition: LinearSOE.h:92
virtual int solve(void)
Causes the solver to compute the solution of the system of equations.
Definition: ConjugateGradientSolver.cpp:92
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 conjugate gradient linear SOE solvers.
Definition: ConjugateGradientSolver.h:77