We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81cec28 + 247944a commit 18bed43Copy full SHA for 18bed43
opm/simulators/timestepping/AdaptiveTimeStepping.cpp
@@ -114,8 +114,9 @@ void registerAdaptiveParameters()
114
"'pid+iteration', "
115
"'pid+newtoniteration', "
116
"'iterationcount', "
117
- "'newtoniterationcount' "
118
- "and 'hardcoded'");
+ "'newtoniterationcount', "
+ "'general3rdorder' "
119
+ "and 'hardcoded'");
120
Parameters::Register<Parameters::TimeStepControlTolerance>
121
("The tolerance used by the time step size control algorithm");
122
Parameters::Register<Parameters::TimeStepControlTargetIterations>
0 commit comments