1 #ifndef __CS_LAGR_OPTIONS_H__ 2 #define __CS_LAGR_OPTIONS_H__ real(c_double), pointer, save dtref
Reference time step.
Definition: optcal.f90:443
#define BEGIN_C_DECLS
Definition: cs_defs.h:467
int cs_int_t
Fortran-compatible integer.
Definition: cs_defs.h:301
double cs_real_t
Floating-point value.
Definition: cs_defs.h:302
integer, save isuite
Indicator of a calculation restart (=1) or not (=0). This value is set automatically by the code; dep...
Definition: optcal.f90:312
integer(c_int), pointer, save iccvfg
Definition: optcal.f90:853
integer(c_int), pointer, save iscalt
Index of the thermal scalar (temperature, energy or enthalpy)
Definition: optcal.f90:538
#define END_C_DECLS
Definition: cs_defs.h:468
#define CS_PROCF(x, y)
Definition: cs_defs.h:481
void lagopt(cs_int_t *isuite, cs_int_t *iccvfg, cs_int_t *iscalt, cs_real_t *dtref)
Lagrangian module initialization 1) Initialisation par defaut du parametrage du module lagrangien 2) ...
Definition: cs_lagr_options.c:217
void cs_lagr_option_definition(cs_int_t *isuite, cs_int_t *iccvfg, cs_int_t *iscalt, cs_real_t *dtref)
Lagrangian module initialization 1) Initialisation par defaut du parametrage du module lagrangien 2) ...
Definition: cs_lagr_options.c:242