Files
opm-simulators/tests/options_flexiblesolver_simple.json
T

10 lines
150 B
JSON
Raw Normal View History

2019-05-29 16:21:34 +02:00
{
"tol": "1e-12",
"maxiter": "200",
"verbosity": "0",
"solver": "bicgstab",
"preconditioner": {
"type": "nothing"
}
}