mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-22 09:16:27 -06:00
c21fd6f26d
This replaces the makePreconditoner() function. The main advantage is that it is extensible, making it easy to for example add new preconditioners to the factory at runtime. It supports both parallel and serial preconditioners.
10 lines
150 B
JSON
10 lines
150 B
JSON
{
|
|
"tol": "1e-12",
|
|
"maxiter": "200",
|
|
"verbosity": "0",
|
|
"solver": "bicgstab",
|
|
"preconditioner": {
|
|
"type": "nothing"
|
|
}
|
|
}
|