8#ifndef MILUPHPC_SIMULATIONTIME_CUH
9#define MILUPHPC_SIMULATIONTIME_CUH
CUDA_CALLABLE_MEMBER void set(real *dt, real *startTime, real *subEndTime, real *endTime, real *currentTime, real *dt_max)
CUDA_CALLABLE_MEMBER ~SimulationTime()
CUDA_CALLABLE_MEMBER SimulationTime()
#define CUDA_CALLABLE_MEMBER
void set(SimulationTime *simulationTime, real *dt, real *startTime, real *subEndTime, real *endTime, real *currentTime, real *dt_max)
__global__ void set(SimulationTime *simulationTime, real *dt, real *startTime, real *subEndTime, real *endTime, real *currentTime, real *dt_max)
Settings via preprocessor directives, typedefs, constants, structs.