66 #ifndef ProfileSPDLinDirectSkypackSolver_h 67 #define ProfileSPDLinDirectSkypackSolver_h 69 #include <solution/system_of_eqn/linearSOE/profileSPD/ProfileSPDLinSolver.h> 70 #include "utility/matrix/Vector.h" 73 class ProfileSPDLinSOE;
106 virtual int solve(
void);
Skypakc based linear SOE solver.
Definition: ProfileSPDLinDirectSkypackSolver.h:89
Float vector abstraction.
Definition: Vector.h:93
int recvSelf(const CommParameters &)
Receive the object.
Definition: ProfileSPDLinDirectSkypackSolver.cpp:269
int sendSelf(CommParameters &)
Send the object.
Definition: ProfileSPDLinDirectSkypackSolver.cpp:260
Vector of integers.
Definition: ID.h:93
virtual int setSize(void)
Set the size of the system.
Definition: ProfileSPDLinDirectSkypackSolver.cpp:114
Profile matrix system of equations.
Definition: ProfileSPDLinSOE.h:118
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
Base class for profile matrix linear SOE solvers.
Definition: ProfileSPDLinSolver.h:76
ProfileSPDLinDirectSkypackSolver()
Default constructor.
Definition: ProfileSPDLinDirectSkypackSolver.cpp:74
virtual int solve(void)
Solve the system of equations.
Definition: ProfileSPDLinDirectSkypackSolver.cpp:162
virtual LinearSOESolver * getCopy(void) const
Virtual constructor.
Definition: ProfileSPDLinDirectSkypackSolver.h:115