73 #include <solution/system_of_eqn/linearSOE/sparseGEN/SparseGenColLinSolver.h> 75 #include "superlu/slu_ddefs.h" 76 #include "superlu/supermatrix.h" 91 int relax, permSpec, panelSize;
94 superlu_options_t options;
95 void libera_matricesLU(
void);
96 void libera_matricesABAC(
void);
97 void libera_matrices(
void);
99 void inic_permutation_vectors(
const size_t &n);
100 void alloc_matrices(
const size_t &n);
101 void alloc(
const size_t &n);
106 SuperLU(
int permSpec = 0,
double drop_tol = 0.0,
int panelSize = 6,
int relax = 6,
char symmetric =
'N');
119 void Print(std::ostream &os)
const;
Solution of the linear system of equations.
Definition: LinearSOESolver.h:82
FEM_ObjectBroker is is an object broker class for the finite element method. All methods are virtual ...
Definition: FEM_ObjectBroker.h:138
~SuperLU(void)
Destructor.
Definition: SuperLU.cpp:202
Base class for sparse general matrix linear SOE solver.
Definition: SparseGenColLinSolver.h:76
Linea system of equations. This is the class definition for LinearSOE. LinearSOE is an abstract base ...
Definition: LinearSOE.h:86
SuperLU based sparse general matrix linear SOE solver.
Definition: SuperLU.h:83
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34