1 #ifndef __CS_TIME_STEP_H__
2 #define __CS_TIME_STEP_H__
int is_local
Definition: cs_time_step.h:55
int is_variable
Definition: cs_time_step.h:53
void cs_time_step_define_nt_max(int nt_max)
Define maximum time step number.
Definition: cs_time_step.c:382
time step descriptor
Definition: cs_time_step.h:51
double varrdt
Definition: cs_time_step.h:109
double relxst
Definition: cs_time_step.h:120
void cs_time_step_increment(double dt)
Increment the global time step.
Definition: cs_time_step.c:429
double foumax
Definition: cs_time_step.h:107
void cs_time_step_define_local(int is_local)
Define whether time step is local in space or not.
Definition: cs_time_step.c:365
double dtref
Definition: cs_time_step.h:99
#define BEGIN_C_DECLS
Definition: cs_defs.h:429
double coumax
Definition: cs_time_step.h:101
double dtmax
Definition: cs_time_step.h:116
double t_max
Definition: cs_time_step.h:68
int inpdt0
Definition: cs_time_step.h:79
double dtmin
Definition: cs_time_step.h:112
void cs_time_step_redefine_cur(int nt_cur, double t_cur)
Redefine the current time values.
Definition: cs_time_step.c:448
int idtvar
Definition: cs_time_step.h:93
Definition: cs_field_pointer.h:64
double t_cur
Definition: cs_time_step.h:67
double cflmmx
Definition: cs_time_step.h:104
void cs_time_step_define_variable(int is_variable)
Define whether time step is variable or not.
Definition: cs_time_step.c:348
cs_time_step_options_t * cs_get_glob_time_step_options(void)
Provide acces to cs_glob_time_step_options.
Definition: cs_time_step.c:334
int nt_max
Definition: cs_time_step.h:62
const cs_time_step_t * cs_glob_time_step
time step options descriptor
Definition: cs_time_step.h:76
#define END_C_DECLS
Definition: cs_defs.h:430
int nt_ini
Definition: cs_time_step.h:63
int nt_prev
Definition: cs_time_step.h:59
int nt_cur
Definition: cs_time_step.h:61
cs_time_step_t * cs_get_glob_time_step(void)
Provide acces to cs_glob_time_step.
Definition: cs_time_step.c:321
void cs_time_step_define_t_max(double t_max)
Define maximum time value.
Definition: cs_time_step.c:396
int iptlro
Definition: cs_time_step.h:89
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:411
const cs_time_step_options_t * cs_glob_time_step_options
double t_prev
Definition: cs_time_step.h:65