1#ifndef __SIMULATION_TIMES_HPP__
2#define __SIMULATION_TIMES_HPP__
20 [[nodiscard]]
inline double
26 [[nodiscard]]
inline double
Namespace that contains classes and structures related to simulation handling.
Definition host_specific.hpp:12
Definition simulation_times.hpp:7
double relative_time
Definition simulation_times.hpp:12
double starting_time
Definition simulation_times.hpp:9
double absolute() const
Definition simulation_times.hpp:27
void advance(const double dt)
Definition simulation_times.hpp:15
double relative() const
Definition simulation_times.hpp:21