63 #ifndef DiagonalSolver_h 64 #define DiagonalSolver_h 66 #include <solution/system_of_eqn/linearSOE/LinearSOESolver.h> 82 virtual int solve(
void) = 0;
Linear system of equations.
Definition: LinearSOE.h:91
Diagonal matrix system of equations.
Definition: DiagonalSOE.h:73
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:34
Base class of the solvers for linear system of equations.
Definition: LinearSOESolver.h:86
Base class for diagonal matrix linear SOE solvers.
Definition: DiagonalSolver.h:73
virtual int solve(void)=0
Causes the solver to compute the solution of the system of equations.