53 #ifndef BandSPDLinLapackSolver_h 54 #define BandSPDLinLapackSolver_h 69 #include <solution/system_of_eqn/linearSOE/bandSPD/BandSPDLinSolver.h> Lapack based band matrix linear SOE solver.
Definition: BandSPDLinLapackSolver.h:80
int solve(void)
Compute solution.
Definition: BandSPDLinLapackSolver.cpp:133
double getRCond(const char &)
Compute solution.
Definition: BandSPDLinLapackSolver.cpp:194
Communication parameters between processes.
Definition: Communicator.h:66
Linear system of equations.
Definition: LinearSOE.h:92
int sendSelf(Communicator &)
Does nothing but return .
Definition: BandSPDLinLapackSolver.cpp:256
FEM_ObjectBroker is is an object broker class for the finite element method.
Definition: FEM_ObjectBroker.h:151
Solver for band matrix linear systems of equations.
Definition: BandSPDLinSolver.h:81
int setSize(void)
Does nothing but return .
Definition: BandSPDLinLapackSolver.cpp:249
int recvSelf(const Communicator &)
Does nothing but return .
Definition: BandSPDLinLapackSolver.cpp:263
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