65 #ifndef ProfileSPDLinDirectBlockSolver_h 66 #define ProfileSPDLinDirectBlockSolver_h 68 #include "ProfileSPDLinDirectBase.h" 71 class ProfileSPDLinSOE;
87 virtual int solve(
void);
88 virtual int setSize(
void);
96 inline LinearSOESolver *ProfileSPDLinDirectBlockSolver::getCopy(
void)
const Solution of the linear system of equations.
Definition: LinearSOESolver.h:82
solves a ProfileSPDLinSOE object using the LDL^t factorization.
Definition: ProfileSPDLinDirectBlockSolver.h:77
Profile matrix system of equations.
Definition: ProfileSPDLinSOE.h:74
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