|
|
|
@ -20,7 +20,7 @@ ILU ! AS subdomain solver: DSCALE ILU MILU ILUT UMF SLU
|
|
|
|
|
4 ! Number of Jacobi sweeps for base smoother
|
|
|
|
|
3 ! Number of levels in a multilevel preconditioner
|
|
|
|
|
AS ! Smoother type JACOBI BJAC AS ignored for non-ML
|
|
|
|
|
NONSMOOTHED ! Type of aggregation: SMOOTHED NONSMOOTHED
|
|
|
|
|
SMOOTHED ! Type of aggregation: SMOOTHED NONSMOOTHED
|
|
|
|
|
DEC ! Type of aggregation: DEC
|
|
|
|
|
MULT ! Type of multilevel correction: ADD MULT
|
|
|
|
|
TWOSIDE ! Side of correction PRE POST TWOSIDE (ignored for ADD)
|
|
|
|
@ -31,4 +31,3 @@ UMF ! Coarsest-level subsolver: ILU UMF SLU SLUDIST (DSC
|
|
|
|
|
1.d-4 ! Coarsest-level threshold T for ILU(T,P)
|
|
|
|
|
4 ! Number of Jacobi sweeps for BJAC/PJAC coarsest-level solver
|
|
|
|
|
0.01d0 ! Smoothed aggregation threshold: >= 0.0
|
|
|
|
|
F ! dump preconditioner data.
|
|
|
|
|