diff --git a/test/fileread/runs/cfs.inp b/test/fileread/runs/cfs.inp index 059c163f..d34b949f 100644 --- a/test/fileread/runs/cfs.inp +++ b/test/fileread/runs/cfs.inp @@ -22,8 +22,8 @@ DEC ! Type of aggregation DEC SYMDEC GLB MULT ! Type of multilevel correction: ADD MULT POST ! Side of multiplicative correction PRE POST BOTH (ignored for ADD) DIST ! Coarse level: matrix distribution DIST REPL -BJAC ! Coarse level: solver BJAC UMF SLU SLUDIST -ILU ! Coarse level: subsolver BJAC UMF SLU SLUDIST +BJAC ! Coarse level: solver BJAC SLU +ILU ! Coarse level: subsolver ILU SLU 0 ! Coarse level: Level-set N for ILU(N) 1.d-4 ! Coarse level: Threshold T for ILU(T,P) 4 ! Coarse level: Number of Jacobi sweeps diff --git a/test/fileread/runs/dfs.inp b/test/fileread/runs/dfs.inp index 041a723a..bec94877 100644 --- a/test/fileread/runs/dfs.inp +++ b/test/fileread/runs/dfs.inp @@ -22,8 +22,8 @@ DEC ! Type of aggregation DEC SYMDEC GLB MULT ! Type of multilevel correction: ADD MULT POST ! Side of multiplicative correction PRE POST BOTH (ignored for ADD) DIST ! Coarse level: matrix distribution DIST REPL -BJAC ! Coarse level: solver BJAC UMF SLU SLUDIST -UMF ! Coarse level: subsolver BJAC UMF SLU SLUDIST +UMF ! Coarse level: solver BJAC UMF SLU SLUDIST +ILU ! Coarse level: subsolver ILU UMF SLU SLUDIST 0 ! Coarse level: Level-set N for ILU(N) 1.d-4 ! Coarse level: Threshold T for ILU(T,P) 4 ! Coarse level: Number of Jacobi sweeps diff --git a/test/fileread/runs/sfs.inp b/test/fileread/runs/sfs.inp index ce220dfc..f9ff806f 100644 --- a/test/fileread/runs/sfs.inp +++ b/test/fileread/runs/sfs.inp @@ -22,8 +22,8 @@ DEC ! Type of aggregation DEC SYMDEC GLB MULT ! Type of multilevel correction: ADD MULT POST ! Side of multiplicative correction PRE POST BOTH (ignored for ADD) DIST ! Coarse level: matrix distribution DIST REPL -UMF ! Coarse level: solver BJAC UMF SLU SLUDIST -ILU ! Coarse level: subsolver BJAC UMF SLU SLUDIST +SLU ! Coarse level: solver BJAC SLU +ILU ! Coarse level: subsolver ILU SLU 0 ! Coarse level: Level-set N for ILU(N) 1.d-4 ! Coarse level: Threshold T for ILU(T,P) 4 ! Coarse level: Number of Jacobi sweeps diff --git a/test/fileread/runs/zfs.inp b/test/fileread/runs/zfs.inp index ebd17807..e0819748 100644 --- a/test/fileread/runs/zfs.inp +++ b/test/fileread/runs/zfs.inp @@ -23,7 +23,7 @@ MULT ! Type of multilevel correction: ADD MULT POST ! Side of multiplicative correction PRE POST BOTH (ignored for ADD) DIST ! Coarse level: matrix distribution DIST REPL UMF ! Coarse level: solver BJAC UMF SLU SLUDIST -ILU ! Coarse level: subsolver BJAC UMF SLU SLUDIST +ILU ! Coarse level: subsolver ILU UMF SLU SLUDIST 0 ! Coarse level: Level-set N for ILU(N) 1.d-4 ! Coarse level: Threshold T for ILU(T,P) 4 ! Coarse level: Number of Jacobi sweeps