52 #ifndef ThreadedSuperLU_h 53 #define ThreadedSuperLU_h 66 #include <solution/system_of_eqn/linearSOE/sparseGEN/SparseGenColLinSolver.h> 67 #include <solution/system_of_eqn/linearSOE/sparseGEN/pdsp_defs.h> 68 #include <superlu/supermatrix.h> 78 SuperMatrix A,L,U,B,AC;
83 int relax, permSpec, panelSize;
88 yes_no_t refact, usepr;
96 int permSpec = 0,
int panelSize = 6,
97 int relax = 6,
double thresh = 0.0);
Definition: pdsp_defs.h:330
int setSize(void)
Sets the number of equations.
Definition: ThreadedSuperLU.cpp:158
Vector of integers.
Definition: ID.h:93
Base class for sparse general matrix linear SOE solver.
Definition: SparseGenColLinSolver.h:76
Definition: SuperLU_MT_util.h:189
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Communication parameters between processes.
Definition: CommParameters.h:65
int sendSelf(CommParameters &)
Send the object.
Definition: ThreadedSuperLU.cpp:204
int recvSelf(const CommParameters &)
Receive the object.
Definition: ThreadedSuperLU.cpp:210
Threaded SuperLU based sparse general matrix linear SOE solver.
Definition: ThreadedSuperLU.h:75
int solve(void)
Causes the solver to compute the solution of the system of equations.
Definition: ThreadedSuperLU.cpp:93