mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
co2injection problem: increase tolerance for conservativeness check
this fixes a few test failures in debug mode with quadruple precision math enabled.
This commit is contained in:
parent
b31e0c3d2f
commit
00a907962b
@ -354,7 +354,7 @@ public:
|
|||||||
void endTimeStep()
|
void endTimeStep()
|
||||||
{
|
{
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
Scalar tol = this->model().newtonMethod().tolerance()*5e2;
|
Scalar tol = this->model().newtonMethod().tolerance()*1e5;
|
||||||
this->model().checkConservativeness(tol);
|
this->model().checkConservativeness(tol);
|
||||||
|
|
||||||
// Calculate storage terms
|
// Calculate storage terms
|
||||||
|
Loading…
Reference in New Issue
Block a user