63 #ifndef DiagonalSolver_h 64 #define DiagonalSolver_h 66 #include <solution/system_of_eqn/linearSOE/LinearSOESolver.h> 82 virtual int solve(
void) = 0;
Solution of the linear system of equations.
Definition: LinearSOESolver.h:82
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
Linea system of equations. This is the class definition for LinearSOE. LinearSOE is an abstract base ...
Definition: LinearSOE.h:86
Base class for diagonal matrix linear SOE solvers.
Definition: DiagonalSolver.h:73
================================================================================
Definition: ContinuaReprComponent.h:34