Simulator programs and utilities for automatic differentiation.
Go to file
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
examples Updated to use ParseMode. 2015-08-06 15:56:51 +02:00
opm/simulators/timestepping [bugfix] Allow querying the current time step even if we are done. 2015-09-01 19:34:30 +02:00
tests Updated to use ParseMode. 2015-08-06 15:56:51 +02:00