Merge pull request #2583 from GitPaean/increasing_maxit_satFromPc

increasing the max iteration number for statFromPc
This commit is contained in:
Bård Skaflestad 2020-04-30 13:54:04 +02:00 committed by GitHub
commit 541c57106d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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