Tracks the progress of a simulation. More...
#include <hdsim_3d.hpp>
Public Member Functions | |
| ProgressTracker (void) | |
| Class constructor. | |
| void | update (double dt) |
| Update the progress tracker. More... | |
| double | getTime (void) const |
| Returns the current time of the simulation. More... | |
| double | getCycle (void) const |
| Returns the number of times time advance was called. More... | |
Tracks the progress of a simulation.
Definition at line 19 of file hdsim_3d.hpp.
| double HDSim3D::ProgressTracker::getCycle | ( | void | ) | const |
Returns the number of times time advance was called.
Definition at line 19 of file hdsim_3d.cpp.
| double HDSim3D::ProgressTracker::getTime | ( | void | ) | const |
Returns the current time of the simulation.
Definition at line 14 of file hdsim_3d.cpp.
| void HDSim3D::ProgressTracker::update | ( | double | dt | ) |
1.8.13