67 #ifndef ProfileSPDLinDirectSkypackSolver_h 68 #define ProfileSPDLinDirectSkypackSolver_h 70 #include <solution/system_of_eqn/linearSOE/profileSPD/ProfileSPDLinSolver.h> 71 #include "utility/matrix/Vector.h" 74 class ProfileSPDLinSOE;
107 virtual int solve(
void);
Skypakc based linear SOE solver.
Definition: ProfileSPDLinDirectSkypackSolver.h:90
Float vector abstraction.
Definition: Vector.h:94
Communication parameters between processes.
Definition: Communicator.h:66
Vector of integers.
Definition: ID.h:95
virtual int setSize(void)
Set the size of the system.
Definition: ProfileSPDLinDirectSkypackSolver.cpp:114
int recvSelf(const Communicator &)
Receive the object.
Definition: ProfileSPDLinDirectSkypackSolver.cpp:269
Profile matrix system of equations.
Definition: ProfileSPDLinSOE.h:120
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
Base class for profile matrix linear SOE solvers.
Definition: ProfileSPDLinSolver.h:77
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:116
int sendSelf(Communicator &)
Send the object.
Definition: ProfileSPDLinDirectSkypackSolver.cpp:260