60 #ifndef DistributedDiagonalSolver_h 61 #define DistributedDiagonalSolver_h 63 #include <solution/system_of_eqn/linearSOE/LinearSOESolver.h> 65 class DistributedDiagonalSOE;
84 virtual int solve(
void);
85 virtual int setSize(
void);
Solution of the linear system of equations.
Definition: LinearSOESolver.h:82
Base class for distributed (many processors) diagonal matrix linear SOE solvers.
Definition: DistributedDiagonalSolver.h:71
virtual bool setLinearSOE(LinearSOE *theSOE)
Sets the system of equations to solve.
Definition: DistributedDiagonalSolver.cpp:68
Linea system of equations. This is the class definition for LinearSOE. LinearSOE is an abstract base ...
Definition: LinearSOE.h:86
Diagonal matrix distributed systems of equations.
Definition: DistributedDiagonalSOE.h:74
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34