61 #ifndef ProfileSPDLinSOE_h 62 #define ProfileSPDLinSOE_h 64 #include <solution/system_of_eqn/linearSOE/FactoredSOEBase.h> 65 #include "utility/matrix/Vector.h" 66 #include "utility/matrix/ID.h" 69 class ProfileSPDLinSolver;
92 virtual int setSize(
Graph &theGraph);
93 virtual int addA(
const Matrix &,
const ID &,
double fact = 1.0);
95 virtual void zeroA(
void);
106 friend class ProfileSPDLinSubstrThreadSolver;
108 inline SystemOfEqn *ProfileSPDLinSOE::getCopy(
void)
const solves a ProfileSPDLinSOE object using the LDL^t factorization (threaded version).
Definition: ProfileSPDLinDirectThreadSolver.h:77
Solution of the linear system of equations.
Definition: LinearSOESolver.h:82
Some kind of profile matrix linear SOE solver.
Definition: ProfileSPDLinSubstrSolver.h:79
solves a ProfileSPDLinSOE object using the LDL^t factorization.
Definition: ProfileSPDLinDirectBlockSolver.h:77
It solves a ProfileSPDLinSOE object using the LDL^t factorization.
Definition: ProfileSPDLinDirectSolver.h:77
Solution procedure for the finite element problem. The solution procedure is definde by specifiying: ...
Definition: SoluMethod.h:76
Profile matrix system of equations.
Definition: ProfileSPDLinSOE.h:74
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
virtual bool setSolver(LinearSOESolver *)
Sets the solver al system of equations.
Definition: ProfileSPDLinSOE.cpp:101
The Graph class provides the abstraction of a graph, a collection of vertices and edges...
Definition: Graph.h:84
Base class for profile matrix linear SOE solvers.
Definition: ProfileSPDLinSolver.h:76
Skypakc based linear SOE solver.
Definition: ProfileSPDLinDirectSkypackSolver.h:78
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
Base class for factored systems of equations.
Definition: FactoredSOEBase.h:40