52 #ifndef FullGenLinSOE_h 53 #define FullGenLinSOE_h 67 #include "solution/system_of_eqn/linearSOE/FactoredSOEBase.h" 68 #include "utility/matrix/Vector.h" 72 class FullGenLinSolver;
90 int setSize(
Graph &theGraph);
91 int addA(
const Matrix &,
const ID &,
double fact = 1.0);
100 inline SystemOfEqn *FullGenLinSOE::getCopy(
void)
const Lapack based full (dense) general matrix SOE solver.
Definition: FullGenLinLapackSolver.h:74
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
Base class for dense unsymmetric matrix systems of equations.
Definition: FullGenLinSOE.h:77
virtual bool setSolver(LinearSOESolver *)
Sets the solver al system of equations.
Definition: FullGenLinSOE.cpp:83
FEM_ObjectBroker is is an object broker class for the finite element method. All methods are virtual ...
Definition: FEM_ObjectBroker.h:138
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
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
Base class for factored systems of equations.
Definition: FactoredSOEBase.h:40