66 #ifndef ProfileSPDLinDirectBlockSolver_h 67 #define ProfileSPDLinDirectBlockSolver_h 69 #include "ProfileSPDLinDirectBase.h" 72 class ProfileSPDLinSOE;
95 virtual int solve(
void);
Communication parameters between processes.
Definition: Communicator.h:66
Linear system of equations.
Definition: LinearSOE.h:92
int sendSelf(Communicator &)
Send the object.
Definition: ProfileSPDLinDirectBlockSolver.cpp:365
solves a ProfileSPDLinSOE object using the LDL^t factorization.
Definition: ProfileSPDLinDirectBlockSolver.h:85
int recvSelf(const Communicator &)
Receive the object.
Definition: ProfileSPDLinDirectBlockSolver.cpp:374
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
Profile matrix system of equations.
Definition: ProfileSPDLinSOE.h:120
virtual LinearSOESolver * getCopy(void) const
Virtual constructor.
Definition: ProfileSPDLinDirectBlockSolver.h:104
Base class for profile matris linear SOE solvers.
Definition: ProfileSPDLinDirectBase.h:41
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Base class of the solvers for linear system of equations.
Definition: LinearSOESolver.h:87
virtual int solve(void)
Solve the system.
Definition: ProfileSPDLinDirectBlockSolver.cpp:119