52 #ifndef BandSPDLinLapackSolver_h 53 #define BandSPDLinLapackSolver_h 68 #include <solution/system_of_eqn/linearSOE/bandSPD/BandSPDLinSolver.h> Lapack based band matrix linear SOE solver.
Definition: BandSPDLinLapackSolver.h:79
int solve(void)
Compute solution.
Definition: BandSPDLinLapackSolver.cpp:91
int sendSelf(CommParameters &)
Does nothing but return .
Definition: BandSPDLinLapackSolver.cpp:145
Linear system of equations.
Definition: LinearSOE.h:91
FEM_ObjectBroker is is an object broker class for the finite element method.
Definition: FEM_ObjectBroker.h:145
Solver for band matrix linear systems of equations.
Definition: BandSPDLinSolver.h:80
int recvSelf(const CommParameters &)
Does nothing but return .
Definition: BandSPDLinLapackSolver.cpp:152
int setSize(void)
Does nothing but return .
Definition: BandSPDLinLapackSolver.cpp:138
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