#include <alsfvm/simulator/TimestepInformation.hpp>
◆ TimestepInformation() [1/2]
alsfvm::simulator::TimestepInformation::TimestepInformation |
( |
real |
currentTime, |
|
|
size_t |
numberOfStepsPerformed |
|
) |
| |
◆ TimestepInformation() [2/2]
alsfvm::simulator::TimestepInformation::TimestepInformation |
( |
| ) |
|
◆ getCurrentTime()
real alsfvm::simulator::TimestepInformation::getCurrentTime |
( |
| ) |
const |
- Returns
- the current simulation time
◆ getNumberOfStepsPerformed()
size_t alsfvm::simulator::TimestepInformation::getNumberOfStepsPerformed |
( |
| ) |
const |
getNumberOfStepsPerformed returns the number of timesteps calculated.
◆ incrementTime()
void alsfvm::simulator::TimestepInformation::incrementTime |
( |
real |
dt | ) |
|
incrementTime increments the current simulation time
- Parameters
-
The documentation for this class was generated from the following files:
- /home/docs/checkouts/readthedocs.org/user_builds/alsvinn/checkouts/latest/alsfvm/include/alsfvm/simulator/TimestepInformation.hpp
- /home/docs/checkouts/readthedocs.org/user_builds/alsvinn/checkouts/latest/alsfvm/src/simulator/TimestepInformation.cpp