mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 02:00:59 -06:00
10 lines
150 B
JSON
10 lines
150 B
JSON
|
{
|
||
|
"tol": "1e-12",
|
||
|
"maxiter": "200",
|
||
|
"verbosity": "0",
|
||
|
"solver": "bicgstab",
|
||
|
"preconditioner": {
|
||
|
"type": "nothing"
|
||
|
}
|
||
|
}
|