decreased the percentage of external forces required for a drm simulation to converge to 1e-8 from 1e-5

This commit is contained in:
iasonmanolas 2022-01-21 14:10:00 +02:00
parent dc5c66b9c6
commit 5fe427ab2d
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ public:
// int desiredGradualExternalLoadsSteps{1};
double gamma{0.8};
double totalResidualForcesNormThreshold{1e-8};
double totalExternalForcesNormPercentageTermination{1e-5};
double totalExternalForcesNormPercentageTermination{1e-8};
std::optional<int> maxDRMIterations;
std::optional<int> debugModeStep;
std::optional<double> totalTranslationalKineticEnergyThreshold;