SimulatorTimer.hpp
Go to the documentation of this file.
void advance() advance time by currentStepLength Definition: SimulatorTimer.hpp:102 void setTotalTime(double time) Definition: AnisotropicEikonal.hpp:43 double simulationTimeElapsed() const Definition: ParameterGroup.hpp:109 double currentStepLength() const double stepLengthTaken() const void init(const parameter::ParameterGroup ¶m) boost::posix_time::ptime startDateTime() const Return start date of simulation. virtual boost::posix_time::ptime currentDateTime() const Return the current time as a posix time object. Definition: SimulatorTimerInterface.hpp:88 void report(std::ostream &os) const virtual time_t currentPosixTime() const Definition: SimulatorTimerInterface.hpp:96 Interface class for SimulatorTimer objects, to be improved. Definition: SimulatorTimerInterface.hpp:33 Definition: SimulatorTimer.hpp:34 int currentStepNum() const |