65 #ifndef ProfileSPDLinDirectBlockSolver_h 66 #define ProfileSPDLinDirectBlockSolver_h 68 #include "ProfileSPDLinDirectBase.h" 71 class ProfileSPDLinSOE;
94 virtual int solve(
void);
int sendSelf(CommParameters &)
Send the object.
Definition: ProfileSPDLinDirectBlockSolver.cpp:365
Linear system of equations.
Definition: LinearSOE.h:91
solves a ProfileSPDLinSOE object using the LDL^t factorization.
Definition: ProfileSPDLinDirectBlockSolver.h:84
virtual int setProfileSOE(ProfileSPDLinSOE &theSOE)
Sets the link to the system to solve.
Definition: ProfileSPDLinDirectBlockSolver.cpp:353
virtual int setSize(void)
Set the system size.
Definition: ProfileSPDLinDirectBlockSolver.cpp:76
int recvSelf(const CommParameters &)
Receive the object.
Definition: ProfileSPDLinDirectBlockSolver.cpp:374
Profile matrix system of equations.
Definition: ProfileSPDLinSOE.h:118
virtual LinearSOESolver * getCopy(void) const
Virtual constructor.
Definition: ProfileSPDLinDirectBlockSolver.h:103
Base class for profile matris linear SOE solvers.
Definition: ProfileSPDLinDirectBase.h:40
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Base class of the solvers for linear system of equations.
Definition: LinearSOESolver.h:86
Communication parameters between processes.
Definition: CommParameters.h:65
virtual int solve(void)
Solve the system.
Definition: ProfileSPDLinDirectBlockSolver.cpp:119