Merge pull request #3476 from totto82/changeDefaultInner

Change default MaxNewtonIterationsWithInnerWellIterations to 8
This commit is contained in:
Tor Harald Sandve 2021-08-24 10:29:03 +02:00 committed by GitHub
commit 8e23a2b88d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -244,7 +244,7 @@ struct MaxPressureChangeMsWells<TypeTag, TTag::FlowModelParameters> {
};
template<class TypeTag>
struct MaxNewtonIterationsWithInnerWellIterations<TypeTag, TTag::FlowModelParameters> {
static constexpr int value = 3;
static constexpr int value = 8;
};
template<class TypeTag>
struct MaxInnerIterMsWells<TypeTag, TTag::FlowModelParameters> {