diff --git a/examples/fileread/mld_cexample_ml.f90 b/examples/fileread/mld_cexample_ml.f90 index d67866f6..382867ce 100644 --- a/examples/fileread/mld_cexample_ml.f90 +++ b/examples/fileread/mld_cexample_ml.f90 @@ -41,16 +41,16 @@ ! one of the following multi-level preconditioner, as explained in Section 6.1 ! of the MLD2P4 User's and Reference Guide: ! -! - choice = 1, initialize the default multi-level preconditioner solver, i.e., +! - choice = 1, the default multi-level preconditioner solver, i.e., ! V-cycle with basic smoothed aggregation, 1 hybrid forward/backward ! GS sweep as pre/post-smoother and UMFPACK as coarsest-level -! solver(Sec. 5.1, Fig. 2) +! solver (Sec. 5.1, Fig. 2) ! ! - choice = 2, a V-cycle preconditioner with 1 block-Jacobi sweep ! (with ILU(0) on the blocks) as pre- and post-smoother, and 8 block-Jacobi -! sweeps (with ILU(0) on the blocks) as coarsest-level solver(Sec. 5.1, Fig. 3) +! sweeps (with ILU(0) on the blocks) as coarsest-level solver (Sec. 5.1, Fig. 3) ! -! - choice = 3, build a W-cycle preconditioner with 2 hybrid forward/backward +! - choice = 3, a W-cycle preconditioner with 2 hybrid forward/backward ! GS sweeps as pre/post-smoother, a distributed coarsest ! matrix, and MUMPS as coarsest-level solver (Sec. 5.1, Fig. 4) ! diff --git a/examples/fileread/mld_dexample_ml.f90 b/examples/fileread/mld_dexample_ml.f90 index 4e1dc42d..19bdf36f 100644 --- a/examples/fileread/mld_dexample_ml.f90 +++ b/examples/fileread/mld_dexample_ml.f90 @@ -41,16 +41,16 @@ ! one of the following multi-level preconditioner, as explained in Section 6.1 ! of the MLD2P4 User's and Reference Guide: ! -! - choice = 1, initialize the default multi-level preconditioner solver, i.e., +! - choice = 1, the default multi-level preconditioner solver, i.e., ! V-cycle with basic smoothed aggregation, 1 hybrid forward/backward ! GS sweep as pre/post-smoother and UMFPACK as coarsest-level -! solver(Sec. 5.1, Fig. 2) +! solver (Sec. 5.1, Fig. 2) ! ! - choice = 2, a V-cycle preconditioner with 1 block-Jacobi sweep ! (with ILU(0) on the blocks) as pre- and post-smoother, and 8 block-Jacobi -! sweeps (with ILU(0) on the blocks) as coarsest-level solver(Sec. 5.1, Fig. 3) +! sweeps (with ILU(0) on the blocks) as coarsest-level solver (Sec. 5.1, Fig. 3) ! -! - choice = 3, build a W-cycle preconditioner with 2 hybrid forward/backward +! - choice = 3, a W-cycle preconditioner with 2 hybrid forward/backward ! GS sweeps as pre/post-smoother, a distributed coarsest ! matrix, and MUMPS as coarsest-level solver (Sec. 5.1, Fig. 4) ! diff --git a/examples/fileread/mld_sexample_ml.f90 b/examples/fileread/mld_sexample_ml.f90 index 41da3ecf..7259072b 100644 --- a/examples/fileread/mld_sexample_ml.f90 +++ b/examples/fileread/mld_sexample_ml.f90 @@ -41,16 +41,16 @@ ! one of the following multi-level preconditioner, as explained in Section 6.1 ! of the MLD2P4 User's and Reference Guide: ! -! - choice = 1, initialize the default multi-level preconditioner solver, i.e., +! - choice = 1, the default multi-level preconditioner solver, i.e., ! V-cycle with basic smoothed aggregation, 1 hybrid forward/backward ! GS sweep as pre/post-smoother and UMFPACK as coarsest-level -! solver(Sec. 5.1, Fig. 2) +! solver (Sec. 5.1, Fig. 2) ! ! - choice = 2, a V-cycle preconditioner with 1 block-Jacobi sweep ! (with ILU(0) on the blocks) as pre- and post-smoother, and 8 block-Jacobi -! sweeps (with ILU(0) on the blocks) as coarsest-level solver(Sec. 5.1, Fig. 3) +! sweeps (with ILU(0) on the blocks) as coarsest-level solver (Sec. 5.1, Fig. 3) ! -! - choice = 3, build a W-cycle preconditioner with 2 hybrid forward/backward +! - choice = 3, a W-cycle preconditioner with 2 hybrid forward/backward ! GS sweeps as pre/post-smoother, a distributed coarsest ! matrix, and MUMPS as coarsest-level solver (Sec. 5.1, Fig. 4) ! diff --git a/examples/fileread/mld_zexample_ml.f90 b/examples/fileread/mld_zexample_ml.f90 index 8c2e742a..2e4f07bf 100644 --- a/examples/fileread/mld_zexample_ml.f90 +++ b/examples/fileread/mld_zexample_ml.f90 @@ -41,16 +41,16 @@ ! one of the following multi-level preconditioner, as explained in Section 6.1 ! of the MLD2P4 User's and Reference Guide: ! -! - choice = 1, initialize the default multi-level preconditioner solver, i.e., +! - choice = 1, the default multi-level preconditioner solver, i.e., ! V-cycle with basic smoothed aggregation, 1 hybrid forward/backward ! GS sweep as pre/post-smoother and UMFPACK as coarsest-level -! solver(Sec. 5.1, Fig. 2) +! solver (Sec. 5.1, Fig. 2) ! ! - choice = 2, a V-cycle preconditioner with 1 block-Jacobi sweep ! (with ILU(0) on the blocks) as pre- and post-smoother, and 8 block-Jacobi -! sweeps (with ILU(0) on the blocks) as coarsest-level solver(Sec. 5.1, Fig. 3) +! sweeps (with ILU(0) on the blocks) as coarsest-level solver (Sec. 5.1, Fig. 3) ! -! - choice = 3, build a W-cycle preconditioner with 2 hybrid forward/backward +! - choice = 3, a W-cycle preconditioner with 2 hybrid forward/backward ! GS sweeps as pre/post-smoother, a distributed coarsest ! matrix, and MUMPS as coarsest-level solver (Sec. 5.1, Fig. 4) ! diff --git a/examples/pdegen/mld_dexample_ml.f90 b/examples/pdegen/mld_dexample_ml.f90 index 4e27e3d8..3640ad15 100644 --- a/examples/pdegen/mld_dexample_ml.f90 +++ b/examples/pdegen/mld_dexample_ml.f90 @@ -42,16 +42,16 @@ ! following multi-level preconditioner, as explained in Section 5.1 of ! the MLD2P4 User's and Reference Guide: ! -! - choice = 1, initialize the default multi-level preconditioner solver, i.e., +! - choice = 1, the default multi-level preconditioner solver, i.e., ! V-cycle with basic smoothed aggregation, 1 hybrid forward/backward ! GS sweep as pre/post-smoother and UMFPACK as coarsest-level -! solver(Sec. 5.1, Fig. 2) +! solver (Sec. 5.1, Fig. 2) ! ! - choice = 2, a V-cycle preconditioner with 1 block-Jacobi sweep ! (with ILU(0) on the blocks) as pre- and post-smoother, and 8 block-Jacobi -! sweeps (with ILU(0) on the blocks) as coarsest-level solver(Sec. 5.1, Fig. 3) +! sweeps (with ILU(0) on the blocks) as coarsest-level solver (Sec. 5.1, Fig. 3) ! -! - choice = 3, build a W-cycle preconditioner with 2 hybrid forward/backward +! - choice = 3, a W-cycle preconditioner with 2 hybrid forward/backward ! GS sweeps as pre/post-smoother, a distributed coarsest matrix, ! and MUMPS as coarsest-level solver (Sec. 5.1, Fig. 4) ! diff --git a/examples/pdegen/mld_sexample_ml.f90 b/examples/pdegen/mld_sexample_ml.f90 index 9e8f80fa..ae05dd2f 100644 --- a/examples/pdegen/mld_sexample_ml.f90 +++ b/examples/pdegen/mld_sexample_ml.f90 @@ -42,16 +42,16 @@ ! following multi-level preconditioner, as explained in Section 5.1 of ! the MLD2P4 User's and Reference Guide: ! -! - choice = 1, initialize the default multi-level preconditioner solver, i.e., +! - choice = 1, the default multi-level preconditioner solver, i.e., ! V-cycle with basic smoothed aggregation, 1 hybrid forward/backward ! GS sweep as pre/post-smoother and UMFPACK as coarsest-level -! solver(Sec. 5.1, Fig. 2) +! solver (Sec. 5.1, Fig. 2) ! ! - choice = 2, a V-cycle preconditioner with 1 block-Jacobi sweep ! (with ILU(0) on the blocks) as pre- and post-smoother, and 8 block-Jacobi -! sweeps (with ILU(0) on the blocks) as coarsest-level solver(Sec. 5.1, Fig. 3) +! sweeps (with ILU(0) on the blocks) as coarsest-level solver (Sec. 5.1, Fig. 3) ! -! - choice = 3, build a W-cycle preconditioner with 2 hybrid forward/backward +! - choice = 3, a W-cycle preconditioner with 2 hybrid forward/backward ! GS sweeps as pre/post-smoother, a distributed coarsest matrix, ! and MUMPS as coarsest-level solver (Sec. 5.1, Fig. 4) !