64 #include <solution/system_of_eqn/linearSOE/FactoredSOEBase.h> 65 #include "utility/matrix/Vector.h" 85 int setSize(
Graph &theGraph);
86 int addA(
const Matrix &,
const ID &,
double fact = 1.0);
96 inline SystemOfEqn *DiagonalSOE::getCopy(
void)
const Solution of the linear system of equations.
Definition: LinearSOESolver.h:82
Solution procedure for the finite element problem. The solution procedure is definde by specifiying: ...
Definition: SoluMethod.h:76
Diagonal matrix system of equations.
Definition: DiagonalSOE.h:73
Direct solver for diagonal matrix SOE.
Definition: DiagonalDirectSolver.h:71
System of equations base class.
Definition: SystemOfEqn.h:84
Base class for diagonal matrix linear SOE solvers.
Definition: DiagonalSolver.h:73
virtual bool setSolver(LinearSOESolver *)
Sets the solver al system of equations.
Definition: DiagonalSOE.cpp:80
The Graph class provides the abstraction of a graph, a collection of vertices and edges...
Definition: Graph.h:84
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
Base class for factored systems of equations.
Definition: FactoredSOEBase.h:40