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