opm-simulators/opm/simulators/timestepping
Markus Blatt 4c0189f917 [bugfix] Allow querying the current time step even if we are done.
Previously there was an assertion whether the time stepping is still
running when querying the time step. After commit 5af794cfd588b this
triggered an assertion for Norne. As there is no reason to limit querying
the current time step in this way. This commit simply removes the assertion
in AdaptiveSimulatorTimer::currentStepLength.

This closes OPM/opm-autodiff#446
2015-09-01 19:34:30 +02:00
..
AdaptiveSimulatorTimer.cpp [bugfix] Allow querying the current time step even if we are done. 2015-09-01 19:34:30 +02:00
AdaptiveSimulatorTimer.hpp Reverse changes that should not have been merged into master 2015-08-10 14:17:59 +02:00
AdaptiveTimeStepping_impl.hpp Rename last_timestep_ to suggested_next_timestep_ 2015-08-25 11:16:36 +02:00
AdaptiveTimeStepping.hpp Rename last_timestep_ to suggested_next_timestep_ 2015-08-25 11:16:36 +02:00
SimulatorTimer.cpp cleanup: reportStepIdx --> writeStepIdx. 2015-01-09 16:22:03 +01:00
SimulatorTimer.hpp make documentation equal for all three classes. 2015-01-28 15:46:11 +01:00
SimulatorTimerInterface.hpp Reverse changes that should not have been merged into master 2015-08-10 14:17:59 +02:00
TimeStepControl.cpp Update copyright 2015-05-27 11:07:16 +02:00
TimeStepControl.hpp Silence multiple warnings. 2015-05-28 14:05:09 +02:00
TimeStepControlInterface.hpp Suppress unused argument warning. 2014-11-05 07:51:21 +01:00