24#ifndef TIMEMANAGER_H_INCLUDED
25#define TIMEMANAGER_H_INCLUDED
31namespace InputOutput {
74 void step(
unsigned int s) { *_step = s; }
78 unsigned int step() {
return *_step; }
82 void time(
float t) { *_time = t; }
86 float time() {
return *_time; }
100 unsigned int frame() {
return *_frame; }
108 float dt() {
return *_dt; }
142 unsigned int maxStep() {
return *_steps_max; }
156 unsigned int* _frame;
162 unsigned int* _steps_max;
165 unsigned int* _frames_max;
Simulation configuration data structures. (See Aqua::InputOutput::ProblemSetup for details)
Main AQUAgpusph namespace.
Definition: ArgumentsManager.cpp:45
Set of definitions and macros related with the implementation.