1 #ifndef __CS_LAGR_OPTIONS_H__
2 #define __CS_LAGR_OPTIONS_H__
70 int have_thermal_model,
#define BEGIN_C_DECLS
Definition: cs_defs.h:514
double cs_real_t
Floating-point value.
Definition: cs_defs.h:319
#define END_C_DECLS
Definition: cs_defs.h:515
void cs_lagr_options_definition(int isuite, int have_thermal_model, cs_real_t dtref, int *iccvfg)
Lagrangian module options definition.
Definition: cs_lagr_options.c:218
integer, save isuite
Indicator of a calculation restart (=1) or not (=0). This value is set automatically by the code; dep...
Definition: optcal.f90:158
integer(c_int), pointer, save iccvfg
indicates whether the dynamic field should be frozen or not:
Definition: optcal.f90:687
real(c_double), pointer, save dtref
Reference time step.
Definition: optcal.f90:273