mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-16 17:34:54 -06:00
Tweak tolerance.
Note that a more proper dimensionless residual check is still a good idea.
This commit is contained in:
parent
c40ef4d9d0
commit
9b2d696b86
@ -294,7 +294,7 @@ namespace Opm {
|
||||
|
||||
bool getConvergence(const SimulatorTimerInterface& /* timer */, const int iteration)
|
||||
{
|
||||
const double tol_p = 1e-11;
|
||||
const double tol_p = 1e-10;
|
||||
const double resmax = residual_.material_balance_eq[0].value().abs().maxCoeff();
|
||||
if (Base::terminalOutputEnabled()) {
|
||||
// Only rank 0 does print to std::cout
|
||||
|
Loading…
Reference in New Issue
Block a user