Revise json file for test after changing expected structure.

This commit is contained in:
Atgeirr Flø Rasmussen 2019-05-29 16:22:22 +02:00
parent 84a8143bad
commit 866db1c66d

View File

@ -1,29 +1,25 @@
{ {
"tol": "0.5", "tol": "0.5",
"maxiter": "20", "maxiter": "20",
"preconditioner": "cpr", "preconditioner": {
"w": "1", "type": "cpr",
"n": "1",
"amg": "",
"cpr": {
"finesmoother": { "finesmoother": {
"preconditioner": "ILU0", "type": "ILU0",
"w": "1", "relaxation": "1.0"
"n": "1"
}, },
"coarsesolver": { "coarsesolver": {
"tol": "0.5", "tol": "0.5",
"maxiter": "20", "maxiter": "20",
"preconditioner": "amg", "preconditioner": {
"amg": { "type": "amg",
"maxlevel": "5", "maxlevel": "5",
"coarsenTarget": "1000", "coarsenTarget": "1000",
"smoother": "ILU0", "smoother": "ILU0",
"alpha": "0.2", "alpha": "0.2",
"beta": "0.0001", "beta": "0.0001",
"verbosity": "0", "verbosity": "0",
"n": "1", "iterations": "1",
"w": "1" "relaxation": "1"
}, },
"verbosity": "0", "verbosity": "0",
"solver": "bicgstab" "solver": "bicgstab"
@ -33,6 +29,5 @@
"pressure_var_index" : "1" "pressure_var_index" : "1"
}, },
"verbosity": "10", "verbosity": "10",
"solver": "bicgstab", "solver": "bicgstab"
"restart": "20"
} }