64 #ifndef BandSPDLinThreadSolver_h 65 #define BandSPDLinThreadSolver_h 67 #include <solution/system_of_eqn/linearSOE/bandSPD/BandSPDLinSolver.h> Solver for band matrix linear systems of equations.
Definition: BandSPDLinSolver.h:80
int setSize(void)
Sets the number of equations.
Definition: BandSPDLinThreadSolver.cpp:216
Solves the BandSPDLinSOE in parallel using solaris threads.
Definition: BandSPDLinThreadSolver.h:74
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
int sendSelf(CommParameters &)
Send the object.
Definition: BandSPDLinThreadSolver.cpp:223
Communication parameters between processes.
Definition: CommParameters.h:65
int recvSelf(const CommParameters &)
Receive the object.
Definition: BandSPDLinThreadSolver.cpp:229
int solve(void)
Causes the solver to compute the solution of the system of equations.
Definition: BandSPDLinThreadSolver.cpp:122