EclNewtonMethod: tweak the parameters a bit

This commit is contained in:
Andreas Lauser
2019-01-11 11:21:23 +01:00
parent 85a9b75076
commit c08f0008ad
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ public:
*/
bool converged() const
{
if (errorPvFraction_ < 0.01)
if (errorPvFraction_ < 0.03)
return (this->error_ < relaxedTolerance_ && errorSum_ < sumTolerance_) ;
else if (this->numIterations() > 8)
return (this->error_ < relaxedTolerance_ && errorSum_ < sumTolerance_) ;