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 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 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