mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-15 23:01:54 -06:00
Merge pull request #2583 from GitPaean/increasing_maxit_satFromPc
increasing the max iteration number for statFromPc
This commit is contained in:
commit
541c57106d
@ -826,7 +826,7 @@ double satFromPc(const MaterialLawManager& materialLawManager,
|
||||
|
||||
assert(f0 > 0 && f1 < 0);
|
||||
|
||||
const int maxIter = 60;
|
||||
const int maxIter = 100;
|
||||
const double tol = 1e-10;
|
||||
|
||||
// regula falsi with the "Pegasus" method to avoid stagnation
|
||||
|
Loading…
Reference in New Issue
Block a user