mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Use flow's default for NewtonMaxIterations here.
Unfortunately, each registration of a parameter has to be done with the exact value and usage string or an exception will be thrown.
This commit is contained in:
parent
5cfe0385aa
commit
e1ac4c15d6
@ -94,7 +94,7 @@ struct NewtonMaxError<TypeTag, TTag::NewtonMethod>
|
||||
template<class TypeTag>
|
||||
struct NewtonTargetIterations<TypeTag, TTag::NewtonMethod> { static constexpr int value = 10; };
|
||||
template<class TypeTag>
|
||||
struct NewtonMaxIterations<TypeTag, TTag::NewtonMethod> { static constexpr int value = 18; };
|
||||
struct NewtonMaxIterations<TypeTag, TTag::NewtonMethod> { static constexpr int value = 20; };
|
||||
|
||||
} // namespace Opm::Properties
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user