forked from NVIDIA/AMGX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AMG_CLASSICAL_AGGRESSIVE_CHEB_L1_TRUNC.json
50 lines (50 loc) · 1.43 KB
/
AMG_CLASSICAL_AGGRESSIVE_CHEB_L1_TRUNC.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"config_version": 2,
"determinism_flag": 1,
"solver":{
"scope": "main",
"solver": "PCG",
"store_res_history": 1,
"print_solve_stats": 1,
"obtain_timings": 1,
"preconditioner": {
"print_grid_stats": 1,
"scope": "amg_solver",
"interpolator": "D2",
"solver": "AMG",
"max_levels": 24,
"selector": "PMIS",
"cycle": "V",
"presweeps": 0,
"postsweeps": 3,
"coarsest_sweeps": 2,
"min_coarse_rows": 2,
"coarse_solver": "NOSOLVER",
"max_iters": 1,
"max_row_sum": 0.9,
"strength_threshold": 0.25,
"error_scaling":3,
"print_grid_stats": 1,
"aggressive_levels": 1,
"interp_max_elements": 4,
"smoother": {
"relaxation_factor": 0.91,
"scope": "jacobi",
"solver": "CHEBYSHEV",
"max_iters": 1,
"preconditioner" :
{
"solver": "JACOBI_L1",
"max_iters": 1
},
"chebyshev_polynomial_order": 2,
"chebyshev_lambda_estimate_mode": 2
}
},
"max_iters": 100,
"monitor_residual": 1,
"convergence": "RELATIVE_INI_CORE",
"tolerance": 1e-06,
"norm": "L2"
}
}