Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions AMGsettings
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions Licence.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down