![]() |
programmer's documentation
|
time step descriptor More...
#include <cs_time_step.h>
Data Fields | |
int | is_variable |
int | is_local |
int | nt_prev |
int | nt_cur |
int | nt_max |
int | nt_ini |
double | t_prev |
double | t_cur |
double | t_max |
time step descriptor
Members of this time step are publicly accessible, to allow for concise syntax, as it is expected to be used in many places.
is_local |
0 if time step is uniform in space, 0 if is is local (in which case the time value is only a reference)
is_variable |
0 if time step is fixed in time, 1 otherwise
nt_cur |
current absolute time step number
nt_ini |
number of time step for initialization
nt_max |
maximum absolute time step number
nt_prev |
absolute time step number reached by previous computation
t_cur |
current absolute time
t_max |
maximum absolute time
t_prev |
physical time reached by previous computation