64 #ifndef BandGenLinLapackSolver_h 65 #define BandGenLinLapackSolver_h 67 #include <solution/system_of_eqn/linearSOE/bandGEN/BandGenLinSolver.h> int recvSelf(const CommParameters &)
Receive the object.
Definition: BandGenLinLapackSolver.cpp:169
Vector of integers.
Definition: ID.h:93
Lapack based band general matrix SOE solver.
Definition: BandGenLinLapackSolver.h:78
BandGenLinLapackSolver(void)
A unique class tag defined in classTags.h is passed to the BandGenLinSolver constructor.
Definition: BandGenLinLapackSolver.cpp:70
int sendSelf(CommParameters &)
Send the object.
Definition: BandGenLinLapackSolver.cpp:166
int solve(void)
Performs the solution of the system of equations.
Definition: BandGenLinLapackSolver.cpp:92
Base class for band general linear SOE solvers.
Definition: BandGenLinSolver.h:80
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
int setSize(void)
Sets the size of #iPiv.
Definition: BandGenLinLapackSolver.cpp:158