Fixed Sample to use AS

cmake
Fabio Durastante 1 year ago
parent 787b99b320
commit ed8b3d5c9e

@ -13,16 +13,16 @@ CG ! Iterative method: BiCGSTAB BiCGSTABL BiCG CG CGS F
30 ! IRST (restart for RGMRES and BiCGSTABL)
1.d-6 ! EPS
%%%%%%%%%%% Main preconditioner choices %%%%%%%%%%%%%%%%
ML-VCYCLE-FBGS-R-UMF ! Longer descriptive name for preconditioner (up to 20 chars)
AS-HALOAVG-ILU3 ! Longer descriptive name for preconditioner (up to 20 chars)
AS ! Preconditioner type: NONE JACOBI GS FBGS BJAC AS ML
%%%%%%%%%%% First smoother (for all levels but coarsest) %%%%%%%%%%%%%%%%
AS ! Smoother type JACOBI FBGS GS BWGS BJAC AS. For 1-level, repeats previous.
AS ! Smoother type JACOBI FBGS GS BWGS BJAC AS. For 1-level, repeats previous.
1 ! Number of sweeps for smoother
2 ! Number of overlap layers for AS preconditioner
4 ! Number of overlap layers for AS preconditioner
HALO ! AS restriction operator: NONE HALO
SUM ! AS prolongation operator: NONE SUM AVG
AVG ! AS prolongation operator: NONE SUM AVG
ILU ! Subdomain solver for BJAC/AS: JACOBI GS BGS ILU ILUT MILU MUMPS SLU UMF
2 ! Fill level P for ILU(P) and ILU(T,P)
3 ! Fill level P for ILU(P) and ILU(T,P)
1.d-4 ! Threshold T for ILU(T,P)
%%%%%%%%%%% Second smoother, always ignored for non-ML %%%%%%%%%%%%%%%%
NONE ! Second (post) smoother, ignored if NONE

@ -13,16 +13,16 @@ CG ! Iterative method: BiCGSTAB BiCGSTABL BiCG CG CGS F
30 ! IRST (restart for RGMRES and BiCGSTABL)
1.d-6 ! EPS
%%%%%%%%%%% Main preconditioner choices %%%%%%%%%%%%%%%%
ML-VCYCLE-FBGS-R-UMF ! Longer descriptive name for preconditioner (up to 20 chars)
AS-HALOAVG-ILU3 ! Longer descriptive name for preconditioner (up to 20 chars)
AS ! Preconditioner type: NONE JACOBI GS FBGS BJAC AS ML
%%%%%%%%%%% First smoother (for all levels but coarsest) %%%%%%%%%%%%%%%%
AS ! Smoother type JACOBI FBGS GS BWGS BJAC AS. For 1-level, repeats previous.
AS ! Smoother type JACOBI FBGS GS BWGS BJAC AS. For 1-level, repeats previous.
1 ! Number of sweeps for smoother
2 ! Number of overlap layers for AS preconditioner
4 ! Number of overlap layers for AS preconditioner
HALO ! AS restriction operator: NONE HALO
SUM ! AS prolongation operator: NONE SUM AVG
AVG ! AS prolongation operator: NONE SUM AVG
ILU ! Subdomain solver for BJAC/AS: JACOBI GS BGS ILU ILUT MILU MUMPS SLU UMF
2 ! Fill level P for ILU(P) and ILU(T,P)
3 ! Fill level P for ILU(P) and ILU(T,P)
1.d-4 ! Threshold T for ILU(T,P)
%%%%%%%%%%% Second smoother, always ignored for non-ML %%%%%%%%%%%%%%%%
NONE ! Second (post) smoother, ignored if NONE

Loading…
Cancel
Save