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:
@@ -83,6 +83,9 @@ namespace Opm
|
||||
/// Return true if timer indicates that simulation of timer interval is finished
|
||||
virtual bool done() const = 0;
|
||||
|
||||
/// Whether the current step is the first step.
|
||||
virtual bool initialStep() const = 0;
|
||||
|
||||
/// Return start date of simulation
|
||||
virtual boost::posix_time::ptime startDateTime() const = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user