mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-22 15:33:29 -06:00
Change default max iterations for network
This commit is contained in:
parent
93206349c8
commit
e043dc6e50
@ -127,8 +127,8 @@ struct UseImplicitIpr { static constexpr bool value = true; };
|
||||
struct CheckGroupConstraintsInnerWellIterations { static constexpr bool value = true; };
|
||||
|
||||
// Network solver parameters
|
||||
struct NetworkMaxStrictIterations { static constexpr int value = 100; };
|
||||
struct NetworkMaxIterations { static constexpr int value = 200; };
|
||||
struct NetworkMaxStrictIterations { static constexpr int value = 10; };
|
||||
struct NetworkMaxIterations { static constexpr int value = 20; };
|
||||
struct NonlinearSolver { static constexpr auto value = "newton"; };
|
||||
struct LocalSolveApproach { static constexpr auto value = "gauss-seidel"; };
|
||||
struct MaxLocalSolveIterations { static constexpr int value = 20; };
|
||||
|
Loading…
Reference in New Issue
Block a user