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;
Float vector abstraction.
Definition: Vector.h:93
SystemOfEqn * getCopy(void) const
Virtual constructor.
Definition: UmfpackGenLinSOE.h:104
bool setSolver(LinearSOESolver *)
Sets the solver for the system of equations.
Definition: UmfpackGenLinSOE.cpp:79
Solution procedure for the finite element problem.
Definition: AnalysisAggregation.h:89
void zeroA(void)
To zero the matrix $A$, i.e. set all the components of $A$ to $0$.
Definition: UmfpackGenLinSOE.cpp:260
int recvSelf(const CommParameters &)
Receive the object.
Definition: UmfpackGenLinSOE.cpp:271
Vector of integers.
Definition: ID.h:93
int addA(const Matrix &, const ID &, double fact=1.0)
The LinearSOE object assembles fact times the Matrix M into the matrix $A$.
Definition: UmfpackGenLinSOE.cpp:201
System of equations base class.
Definition: SystemOfEqn.h:89
The Graph class provides the abstraction of a graph.
Definition: Graph.h:93
Base class for factored systems of equations.
Definition: FactoredSOEBase.h:40
int setSize(Graph &theGraph)
Sets the size of the system from the number of vertices in the graph.
Definition: UmfpackGenLinSOE.cpp:93
UMFPACK based sparse matrix linear SOE solver.
Definition: UmfpackGenLinSolver.h:75
UMFPACK (see SuiteSparse) based systems of equations.
Definition: UmfpackGenLinSOE.h:77
int sendSelf(CommParameters &)
Send the object.
Definition: UmfpackGenLinSOE.cpp:266
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Base class of the solvers for linear system of equations.
Definition: LinearSOESolver.h:86
Communication parameters between processes.
Definition: CommParameters.h:65
Matrix of floats.
Definition: Matrix.h:108