Change the inner iterations logic

This replace the Boolean switch to enable inner iterations with a
int that controls for which maximum number of newton iterations
inner iterations applies.

Default is set to 3
This commit is contained in:
Tor Harald Sandve
2021-06-04 10:51:15 +02:00
parent 1ea70da7e6
commit 3ca6e215dc
6 changed files with 11 additions and 31 deletions

View File

@@ -279,8 +279,6 @@ public:
const GroupState& group_state,
DeferredLogger& deferred_logger);
virtual bool useInnerIterations() const = 0;
protected:
// simulation parameters