mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -279,8 +279,6 @@ public:
|
||||
const GroupState& group_state,
|
||||
DeferredLogger& deferred_logger);
|
||||
|
||||
virtual bool useInnerIterations() const = 0;
|
||||
|
||||
protected:
|
||||
|
||||
// simulation parameters
|
||||
|
||||
Reference in New Issue
Block a user