65 #ifndef ProfileSPDLinDirectSolver_h 66 #define ProfileSPDLinDirectSolver_h 68 #include "ProfileSPDLinDirectBase.h" 71 class ProfileSPDLinSOE;
85 virtual int solve(
void);
86 virtual int setSize(
void);
87 double getDeterminant(
void);
90 virtual int factor(
int n);
Solution of the linear system of equations.
Definition: LinearSOESolver.h:82
It solves a ProfileSPDLinSOE object using the LDL^t factorization.
Definition: ProfileSPDLinDirectSolver.h:77
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
Linea system of equations. This is the class definition for LinearSOE. LinearSOE is an abstract base ...
Definition: LinearSOE.h:86
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
Base class for profile matris linear SOE solvers.
Definition: ProfileSPDLinDirectBase.h:40