increasing maxIter to 1000 for function satFromPc

it is a temporary fix to make some parallel running easier. We need to
change it manually to make some parallel running pass.
This commit is contained in:
Kai Bao 2020-09-17 13:50:47 +02:00
parent 6a592a8c55
commit 775793676c

View File

@ -833,7 +833,7 @@ double satFromPc(const MaterialLawManager& materialLawManager,
assert(f0 > 0 && f1 < 0);
const int maxIter = 100;
const int maxIter = 1000;
const double tol = 1e-10;
// regula falsi with the "Pegasus" method to avoid stagnation