65 #ifndef UmfpackGenLinSOE_h 66 #define UmfpackGenLinSOE_h 68 #include <solution/system_of_eqn/linearSOE/FactoredSOEBase.h> 69 #include "utility/matrix/Vector.h" 72 class UmfpackGenLinSolver;
94 int addA(
const Matrix &,
const ID &,
double fact = 1.0);
104 inline SystemOfEqn *UmfpackGenLinSOE::getCopy(
void)
const UMFPACK based sparse matrix linear SOE solver.
Definition: UmfpackGenLinSolver.h:75
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
bool setSolver(LinearSOESolver *)
Sets the solver al system of equations.
Definition: UmfpackGenLinSOE.cpp:79
System of equations base class.
Definition: SystemOfEqn.h:84
int setSize(Graph &theGraph)
Sets the size of the system from the number of vertices in the graph.
Definition: UmfpackGenLinSOE.cpp:93
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
UMFPACK (see SuiteSparse) based systems of equations.
Definition: UmfpackGenLinSOE.h:77
Base class for factored systems of equations.
Definition: FactoredSOEBase.h:40