1 #ifndef __CS_TIME_STEP_H__
2 #define __CS_TIME_STEP_H__
void cs_time_step_define_nt_max(int nt_max)
Define maximum time step number.
Definition: cs_time_step.c:183
time step descriptor
Definition: cs_time_step.h:51
void cs_time_step_increment(double dt)
Increment the global time step.
Definition: cs_time_step.c:230
#define BEGIN_C_DECLS
Definition: cs_defs.h:403
double t_max
Definition: cs_time_step.h:61
void cs_time_step_redefine_cur(int nt_cur, double t_cur)
Redefine the current time values.
Definition: cs_time_step.c:249
double t_cur
Definition: cs_time_step.h:60
int nt_max
Definition: cs_time_step.h:56
const cs_time_step_t * cs_glob_time_step
#define END_C_DECLS
Definition: cs_defs.h:404
int nt_prev
Definition: cs_time_step.h:53
int nt_cur
Definition: cs_time_step.h:55
void cs_time_step_define_t_max(double t_max)
Define maximum time value.
Definition: cs_time_step.c:197
void cs_time_step_define_prev(int nt_prev, double t_prev)
Set time values from previous (usually restarted) calculations.
Definition: cs_time_step.c:212
double t_prev
Definition: cs_time_step.h:58