60 #ifndef DistributedDiagonalSOE_h 61 #define DistributedDiagonalSOE_h 63 #include <solution/system_of_eqn/linearSOE/FactoredSOEBase.h> 64 #include "solution/system_of_eqn/linearSOE/DistributedLinSOE.h" 65 #include <utility/matrix/ID.h> 66 #include "utility/matrix/Vector.h" 69 class DistributedDiagonalSolver;
92 int addA(
const Matrix &,
const ID &,
double fact = 1.0);
101 inline SystemOfEqn *DistributedDiagonalSOE::getCopy(
void)
const Base class for distributed systems of equations.
Definition: DistributedLinSOE.h:46
Base class for distributed (many processors) diagonal matrix linear SOE solvers.
Definition: DistributedDiagonalSolver.h:71
Solution procedure for the finite element problem. The solution procedure is definde by specifiying: ...
Definition: SoluMethod.h:76
System of equations base class.
Definition: SystemOfEqn.h:84
The Graph class provides the abstraction of a graph, a collection of vertices and edges...
Definition: Graph.h:84
Diagonal matrix distributed systems of equations.
Definition: DistributedDiagonalSOE.h:74
int setSize(Graph &theGraph)
Sets the size of the system from the number of vertices in the graph.
Definition: DistributedDiagonalSOE.cpp:81
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
Base class for factored systems of equations.
Definition: FactoredSOEBase.h:40