From 787b99b3206ed506f925f23f346d41d3ef89de38 Mon Sep 17 00:00:00 2001 From: sfilippone Date: Mon, 24 Mar 2025 10:25:05 +0100 Subject: [PATCH] Fix input files. --- samples/advanced/fileread/runs/amg_cfs.inp | 6 ++---- samples/advanced/fileread/runs/amg_zfs.inp | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/samples/advanced/fileread/runs/amg_cfs.inp b/samples/advanced/fileread/runs/amg_cfs.inp index 590576f2..ddbdf11d 100644 --- a/samples/advanced/fileread/runs/amg_cfs.inp +++ b/samples/advanced/fileread/runs/amg_cfs.inp @@ -14,13 +14,11 @@ CG ! Iterative method: BiCGSTAB BiCGSTABL BiCG CG CGS F 1.d-6 ! EPS %%%%%%%%%%% Main preconditioner choices %%%%%%%%%%%%%%%% ML-VCYCLE-FBGS-R-UMF ! Longer descriptive name for preconditioner (up to 20 chars) -%%%%%%%%%%% Main preconditioner choices %%%%%%%%%%%%%%%% -AS-ILU-8AVG-D ! 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 -8 ! Number of overlap layers for AS preconditioner +2 ! Number of overlap layers for AS preconditioner HALO ! AS restriction operator: NONE HALO SUM ! AS prolongation operator: NONE SUM AVG ILU ! Subdomain solver for BJAC/AS: JACOBI GS BGS ILU ILUT MILU MUMPS SLU UMF diff --git a/samples/advanced/fileread/runs/amg_zfs.inp b/samples/advanced/fileread/runs/amg_zfs.inp index d411823d..5f694d08 100644 --- a/samples/advanced/fileread/runs/amg_zfs.inp +++ b/samples/advanced/fileread/runs/amg_zfs.inp @@ -18,7 +18,7 @@ AS ! Preconditioner type: NONE JACOBI GS FBGS BJAC AS M %%%%%%%%%%% First smoother (for all levels but coarsest) %%%%%%%%%%%%%%%% AS ! Smoother type JACOBI FBGS GS BWGS BJAC AS. For 1-level, repeats previous. 1 ! Number of sweeps for smoother -8 ! Number of overlap layers for AS preconditioner +2 ! Number of overlap layers for AS preconditioner HALO ! AS restriction operator: NONE HALO SUM ! AS prolongation operator: NONE SUM AVG ILU ! Subdomain solver for BJAC/AS: JACOBI GS BGS ILU ILUT MILU MUMPS SLU UMF