programmer's documentation
Data Fields
cs_time_step_t Struct Reference

time step descriptor More...

#include <cs_time_step.h>

Collaboration diagram for cs_time_step_t:
Collaboration graph

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
 

Detailed Description

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.

Field Documentation

◆ is_local

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

is_variable

0 if time step is fixed in time, 1 otherwise

◆ nt_cur

nt_cur

current absolute time step number

◆ nt_ini

nt_ini

number of time step for initialization

◆ nt_max

nt_max

maximum absolute time step number

◆ nt_prev

nt_prev

absolute time step number reached by previous computation

◆ t_cur

t_cur

current absolute time

◆ t_max

t_max

maximum absolute time

◆ t_prev

t_prev

physical time reached by previous computation


The documentation for this struct was generated from the following files: