1#ifndef __CS_LAGR_OPTIONS_H__
2#define __CS_LAGR_OPTIONS_H__
#define BEGIN_C_DECLS
Definition cs_defs.h:467
double cs_real_t
Floating-point value.
Definition cs_defs.h:302
int cs_int_t
Fortran-compatible integer.
Definition cs_defs.h:301
#define CS_PROCF(x, y)
Definition cs_defs.h:481
#define END_C_DECLS
Definition cs_defs.h:468
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:241
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:216
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
indicates whether the dynamic field should be frozen or not:
Definition optcal.f90:853
integer(c_int), pointer, save iscalt
Index of the thermal scalar (temperature, energy or enthalpy)
Definition optcal.f90:538
real(c_double), pointer, save dtref
Reference time step.
Definition optcal.f90:443