... | @@ -24,17 +24,21 @@ Local indexes are computed from current processor number with processor shift pr |
... | @@ -24,17 +24,21 @@ Local indexes are computed from current processor number with processor shift pr |
|
The test have two parameters, the first parameter is permutation value, the second parameter indicates solver type.
|
|
The test have two parameters, the first parameter is permutation value, the second parameter indicates solver type.
|
|
|
|
|
|
|
|
|
|
For solver type argument the values have the following meaning:
|
|
- For solver type argument the values have the following meaning::
|
|
|
|
+ inner_ilu2, inner Solver based on BiCGStab(L) solver with second
|
|
|
|
order IIU factorization as preconditioner;
|
|
* 0 - internal BiCGStab(L) method with ILU2 preconditioner
|
|
+ inner_ddpqiluc, inner Solver based on BiCGStab(L) solver with second order Crout-ILU with inversed-based condition estimation and unsymmetric reordering for diagonal dominance as preconditioner;
|
|
* 1 - internal BiCGStab(L) method with multilevel DDPQ-ILUC2 preconditioner
|
|
+ inner_mptiluc, inner Solver based on BiCGStab(L) solver with second order Crout-ILU with inversed-based condition estimation and maximum product transversal reordering as preconditioner;
|
|
* 2 - PETSc solvers
|
|
+ inner_mptilu2, inner Solver based on BiCGStab(L) solver with second order ILU and maximum product transversal reordering as preconditione;
|
|
* 3 - Trilinos Aztec solver with Aztec preconditioner
|
|
+ trilinos_aztec, external Solver AztecOO from Trilinos package;
|
|
* 4 - Trilinos Aztec solver with Ifpack preconditioner
|
|
currentty without preconditioner;
|
|
* 5 - Trilinos Aztec solver with ML preconditioner
|
|
+ trilinos_belos, external Solver Belos from Trilinos package, currently without preconditioner;
|
|
* 6 - Belos solver
|
|
+ trilinos_ml, external Solver AztecOO with ML preconditioner;
|
|
* 7 - BiCG method with ILU2 preconditioner from ANI package
|
|
+ trilinos_ifpack, external Solver AztecOO with Ifpack preconditioner;
|
|
|
|
+ petsc, external Solver PETSc;
|
|
|
|
+ ani, external Solver from ANI3D based on ILU2 (sequential Fortran version);
|
|
|
|
+ fcbiilu2, external FCBIILU2 Solver (BIILU2 parallel F2C version);
|
|
|
|
+ k3biilu2, internal K3BIILU2 Solver (BIILU2 parallel version).
|
|
|
|
|
|
|
|
|
|
##CMake tests
|
|
##CMake tests
|
... | @@ -53,4 +57,3 @@ PETSc solver will avoid permutation test since it cannot handle the situation. |
... | @@ -53,4 +57,3 @@ PETSc solver will avoid permutation test since it cannot handle the situation. |
|
##Source
|
|
##Source
|
|
|
|
|
|
Test originated from [https://github.com/INM-RAS/INMOST/issues/6](https://github.com/INM-RAS/INMOST/issues/6) |
|
Test originated from [https://github.com/INM-RAS/INMOST/issues/6](https://github.com/INM-RAS/INMOST/issues/6) |
|
|
|
|