24#ifndef TIMEMANAGER_H_INCLUDED
25#define TIMEMANAGER_H_INCLUDED
69 inline unsigned int step()
const {
return *_step; }
74 inline float time()
const {
return *_time; }
82 inline unsigned int frame()
const {
return *_frame; }
87 inline float dt()
const {
return *_dt; }
92 inline float maxTime()
const {
return *_time_max; }
97 inline unsigned int maxStep()
const {
return *_steps_max; }
102 inline unsigned int maxFrame()
const {
return *_frames_max; }
147 unsigned int* _frame;
153 unsigned int* _steps_max;
156 unsigned int* _frames_max;
Simulation configuration data structures. (See Aqua::InputOutput::ProblemSetup for details)
Main AQUAgpusph namespace.
Definition ArgumentsManager.cpp:50
Set of definitions and macros related with the implementation.
#define DECLDIR
Prefix to export C functions on the compiled library.
Definition sphPrerequisites.hpp:65