|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
BICGSTAB ! Iterative method: BiCGSTAB BiCG CGS RGMRES BiCGSTABL CG
|
|
|
|
|
CGR ! Iterative method: BiCGSTAB BiCG CGS RGMRES BiCGSTABL CG
|
|
|
|
|
CSR ! Storage format CSR COO JAD
|
|
|
|
|
0030 ! IDIM; domain size is idim**3
|
|
|
|
|
2 ! ISTOPC
|
|
|
|
@ -21,7 +21,7 @@ BJAC ! Smoother type JACOBI BJAC AS; ignored for non-ML
|
|
|
|
|
SMOOTHED ! Kind of aggregation: SMOOTHED, NONSMOOTHED, MINENERGY
|
|
|
|
|
SYMDEC ! Type of aggregation DEC SYMDEC
|
|
|
|
|
NATURAL ! Ordering of aggregation NATURAL DEGREE
|
|
|
|
|
MULT ! Type of multilevel correction: ADD MULT
|
|
|
|
|
KCYCLE ! Type of multilevel correction: ADD MULT
|
|
|
|
|
TWOSIDE ! Side of correction PRE POST TWOSIDE (ignored for ADD)
|
|
|
|
|
DIST ! Coarse level: matrix distribution DIST REPL
|
|
|
|
|
BJAC ! Coarse level: solver JACOBI BJAC UMF SLU SLUDIST MUMPS
|
|
|
|
|