mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Added initialStep to SimulatorTimerInterface
This commit is contained in:
@@ -56,6 +56,9 @@ namespace Opm
|
||||
/// \brief provide and estimate for new time step size
|
||||
void provideTimeStepEstimate( const double dt_estimate );
|
||||
|
||||
/// \brief Whether this is the first step
|
||||
bool initialStep () const;
|
||||
|
||||
/// \brief \copydoc SimulationTimer::currentStepNum
|
||||
int currentStepNum () const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user