increasing the max iteration number for statFromPc

when doing the equilibration.
This commit is contained in:
Kai Bao
2020-04-30 12:12:58 +02:00
parent ec647bcc16
commit 93655244ce

View File

@@ -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