From 548c6834b500606d691f3197572e5dbb1fc9eab4 Mon Sep 17 00:00:00 2001 From: Alessandro Celestini <42032156+alecel@users.noreply.github.com> Date: Wed, 28 Dec 2022 08:54:59 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 918882a..059dd40 100644 --- a/README.md +++ b/README.md @@ -69,8 +69,8 @@ The configuration parameters are: * aggr_type; 0 unsmoothed, 1 smoothed (not yet supported) * max_levels: max number of levels built for the single hierarchy * cycle_type: 0-Vcycle, 1-Hcycle, 2-Wcycle -* coarse_solver: 0 Jacobi, 1 FGS/BGS, 3 symmetrized GS, 4 L1-smoother -* relax_type: 0 Jacobi, 1 FGS/BGS, 3 symmetrized GS, 4 L1-smoother +* coarse_solver: 0 Jacobi, 1 FGS/BGS, 3 symmetrized GS, 4 l1-Jacobi +* relax_type: 0 Jacobi, 1 FGS/BGS, 3 symmetrized GS, 4 l1-Jacobi * relaxnumber_coarse: number of iterations for the coarsest solver * prerelax_sweeps: number of pre-smoother iterations at the intermediate levels * postrelax_sweeps: number of post-smoother iterations at the intermediate levels From 21c875bcd37e9c0213ff330145628769b32a2823 Mon Sep 17 00:00:00 2001 From: Alessandro Celestini <42032156+alecel@users.noreply.github.com> Date: Wed, 28 Dec 2022 09:31:23 +0100 Subject: [PATCH 2/3] Update AMGsettings --- AMGsettings | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AMGsettings b/AMGsettings index a811221..d08ede3 100644 --- a/AMGsettings +++ b/AMGsettings @@ -8,8 +8,8 @@ NONE % sol file NONE if not present 0 % aggr_type; 0 unsmoothed, 1 smoothed (not yet supported) 39 % max_levels; max number of levels built for the single hierarchy 0 % cycle_type: 0-Vcycle, 1-Hcycle, 2-Wcycle -4 % coarse_solver: 0 Jacobi, 1 FGS/BGS, 3 symmetrized GS, 4 L1-smoother -4 % relax_type: 0 Jacobi, 1 FGS/BGS, 3 symmetrized GS, 4 L1-smoother +4 % coarse_solver: 0 Jacobi, 1 FGS/BGS, 3 symmetrized GS, 4 l1-Jacobi +4 % relax_type: 0 Jacobi, 1 FGS/BGS, 3 symmetrized GS, 4 l1-Jacobi 20 % relaxnumber_coarse 4 % prerelax_sweeps 4 % postrelax_sweeps From ab6efd1fa091d98a365ee9ec0660b93c60d0a8f7 Mon Sep 17 00:00:00 2001 From: Pasqua D'Ambra Date: Wed, 28 Dec 2022 10:33:16 +0100 Subject: [PATCH 3/3] Update Licence.txt updating --- Licence.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Licence.txt b/Licence.txt index fb3c1c3..2eb24d5 100644 --- a/Licence.txt +++ b/Licence.txt @@ -2,10 +2,10 @@ BootCMatchGX Bootstrap AMG based on Compatible weighted Matching for multiple GPUs, version 1.0 (C) Copyright 2022 - Massimo Bernaschi IAC-CNR, IT - Alessandro Celestini IAC-CNR, IT - Pasqua D'Ambra IAC-CNR, IT - Flavio Vella University of Trento, IT & IAC-CNR + Massimo Bernaschi IAC-CNR, Rome, IT + Alessandro Celestini IAC-CNR, Rome, IT + Pasqua D'Ambra IAC-CNR, Naples, IT + Flavio Vella University of Trento & IAC-CNR, IT Released under the MIT license http://opensource.org/licenses/mit-license.php