forked from NVIDIA/AMGX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPBICGSTAB_W.json
32 lines (32 loc) · 879 Bytes
/
PBICGSTAB_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
{
"config_version": 2,
"solver": {
"preconditioner": {
"error_scaling": 2,
"algorithm": "AGGREGATION",
"solver": "AMG",
"smoother": {
"relaxation_factor": 0.9,
"scope": "amg_smoother",
"solver": "BLOCK_JACOBI"
},
"presweeps": 1,
"selector": "SIZE_2",
"max_iters": 1,
"monitor_residual": 1,
"convergence": "RELATIVE_INI",
"scope": "amg",
"cycle": "W",
"norm": "L1",
"postsweeps": 2
},
"solver": "PBICGSTAB",
"print_solve_stats": 1,
"obtain_timings": 1,
"max_iters": 100,
"monitor_residual": 1,
"scope": "main",
"tolerance" : 1e-06,
"norm": "L2"
}
}