65 #ifndef ConjugateGradientSolver_h 66 #define ConjugateGradientSolver_h 68 #include <solution/system_of_eqn/linearSOE/LinearSOESolver.h> 88 virtual int solve(
void);
virtual int setSize(void)
Sets the number of equations.
Definition: ConjugateGradientSolver.cpp:71
Float vector abstraction.
Definition: Vector.h:93
Linear system of equations.
Definition: LinearSOE.h:91
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:34
Base class of the solvers for linear system of equations.
Definition: LinearSOESolver.h:86
Base class for conjugate gradient linear SOE solvers.
Definition: ConjugateGradientSolver.h:76