forked from NVIDIA/AMGX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PCGF_W.json
34 lines (34 loc) · 937 Bytes
/
PCGF_W.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
{
"config_version": 2,
"solver": {
"preconditioner": {
"print_grid_stats": 1,
"print_vis_data": 0,
"solver": "AMG",
"smoother": {
"scope": "jacobi",
"solver": "BLOCK_JACOBI",
"monitor_residual": 0,
"print_solve_stats": 0
},
"print_solve_stats": 0,
"presweeps": 1,
"max_iters": 1,
"monitor_residual": 0,
"store_res_history": 0,
"scope": "amg",
"max_levels": 100,
"cycle": "W",
"postsweeps": 1
},
"solver": "PCGF",
"print_solve_stats": 1,
"obtain_timings": 1,
"max_iters": 100,
"monitor_residual": 1,
"convergence": "ABSOLUTE",
"scope": "main",
"tolerance": 1e-06,
"norm": "L2"
}
}