MFEM v4.7.0
Finite element discretization library
|
Enumerations | |
enum | RowPerm { NOROWPERM , LargeDiag , MY_PERMR , NOROWPERM , LargeDiag_MC64 , LargeDiag_HWPM , MY_PERMR } |
enum | RowPerm { NOROWPERM , LargeDiag , MY_PERMR , NOROWPERM , LargeDiag_MC64 , LargeDiag_HWPM , MY_PERMR } |
Define the type of row permutation. More... | |
enum | ColPerm { NATURAL , MMD_ATA , MMD_AT_PLUS_A , COLAMD , METIS_AT_PLUS_A , PARMETIS , ZOLTAN , MY_PERMC } |
Define the type of column permutation. More... | |
enum | IterRefine { NOREFINE , SLU_SINGLE =1 , SLU_DOUBLE , SLU_EXTRA } |
Define how to do iterative refinement. More... | |
enum | Fact { DOFACT , SamePattern , SamePattern_SameRowPerm , FACTORED } |
Define the information that is provided about the matrix factorization ahead of time. More... | |
Define the type of column permutation.
Definition at line 57 of file superlu.hpp.
enum mfem::superlu::Fact |
Define the information that is provided about the matrix factorization ahead of time.
Enumerator | |
---|---|
DOFACT | No information is provided, do the full factorization. |
SamePattern | Matrix A will be factored assuming the sparsity is the same as a previous factorization. Column permutations will be reused. |
SamePattern_SameRowPerm | Matrix A will be factored assuming the sparsity is the same and the matrix as a previous are similar as a previous factorization. Column permutations and row permutations will be reused. |
FACTORED | The matrix A was provided in fully factored form and no factorization is needed. |
Definition at line 93 of file superlu.hpp.
Define how to do iterative refinement.
Definition at line 79 of file superlu.hpp.
Definition at line 32 of file superlu.hpp.
Define the type of row permutation.
Definition at line 40 of file superlu.hpp.