Skip to content

Commit 18bed43

Browse files
authored
Merge pull request #6622 from erikhide/update-time-step-control-help-message
Updated help message for time-step-control
2 parents 81cec28 + 247944a commit 18bed43

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

opm/simulators/timestepping/AdaptiveTimeStepping.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,9 @@ void registerAdaptiveParameters()
114114
"'pid+iteration', "
115115
"'pid+newtoniteration', "
116116
"'iterationcount', "
117-
"'newtoniterationcount' "
118-
"and 'hardcoded'");
117+
"'newtoniterationcount', "
118+
"'general3rdorder' "
119+
"and 'hardcoded'");
119120
Parameters::Register<Parameters::TimeStepControlTolerance>
120121
("The tolerance used by the time step size control algorithm");
121122
Parameters::Register<Parameters::TimeStepControlTargetIterations>

0 commit comments

Comments
 (0)