67 #ifndef LinearSOESolver_h    68 #define LinearSOESolver_h    70 #include <solution/system_of_eqn/Solver.h>    71 #include "utility/matrix/Vector.h" Solver for a system of equations. 
Definition: Solver.h:84
Linear system of equations. 
Definition: LinearSOE.h:92
LinearSOESolver(int classTag=0)
Constructor. 
Definition: LinearSOESolver.cpp:71
virtual int setSize(void)=0
Sets the number of equations. 
virtual LinearSOESolver * getCopy(void) const =0
Virtual constructor. 
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
virtual ~LinearSOESolver(void)
Destructor. 
Definition: LinearSOESolver.h:98
virtual bool setLinearSOE(LinearSOE *theSOE)=0
Sets the systems of equations to solve.