65 #ifndef ProfileSPDLinDirectThreadSolver_h 66 #define ProfileSPDLinDirectThreadSolver_h 68 #include "ProfileSPDLinDirectBase.h" 71 class ProfileSPDLinSOE;
91 virtual int solve(
void);
92 virtual int setSize(
void);
100 inline LinearSOESolver *ProfileSPDLinDirectThreadSolver::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
Profile matrix system of equations.
Definition: ProfileSPDLinSOE.h:74
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
Base class for profile matris linear SOE solvers.
Definition: ProfileSPDLinDirectBase.h:40