-
Notifications
You must be signed in to change notification settings - Fork 147
/
GMRES_AMG_D2.json
36 lines (36 loc) · 1014 Bytes
/
GMRES_AMG_D2.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"config_version": 2,
"determinism_flag": 1,
"exception_handling" : 1,
"solver": {
"scope": "main",
"print_grid_stats": 1,
"store_res_history": 1,
"solver": "GMRES",
"print_solve_stats": 1,
"obtain_timings": 1,
"preconditioner": {
"interpolator": "D2",
"print_grid_stats": 1,
"solver": "AMG",
"smoother": "JACOBI_L1",
"presweeps": 2,
"selector": "PMIS",
"coarsest_sweeps": 2,
"coarse_solver": "NOSOLVER",
"max_iters": 1,
"interp_max_elements": 4,
"min_coarse_rows": 2,
"scope": "amg_solver",
"max_levels": 50,
"cycle": "V",
"postsweeps": 2
},
"max_iters": 100,
"monitor_residual": 1,
"gmres_n_restart": 10,
"convergence": "RELATIVE_INI",
"tolerance" : 1e-06,
"norm": "L2"
}
}