64 #ifndef DiagonalSolver_h 65 #define DiagonalSolver_h 67 #include <solution/system_of_eqn/linearSOE/LinearSOESolver.h> 83 virtual int solve(
void) = 0;
Linear system of equations.
Definition: LinearSOE.h:92
Diagonal matrix system of equations.
Definition: DiagonalSOE.h:74
virtual bool setLinearSOE(LinearSOE *theSOE)
Sets the system of equations to solve.
Definition: DiagonalSolver.cpp:70
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 diagonal matrix linear SOE solvers.
Definition: DiagonalSolver.h:74
virtual int solve(void)=0
Causes the solver to compute the solution of the system of equations.