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:492
double cs_real_t
Floating-point value.
Definition: cs_defs.h:304
#define END_C_DECLS
Definition: cs_defs.h:493
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:217
integer, save isuite
Indicator of a calculation restart (=1) or not (=0). This value is set automatically by the code; dep...
Definition: optcal.f90:272
integer(c_int), pointer, save iccvfg
indicates whether the dynamic field should be frozen or not:
Definition: optcal.f90:786
real(c_double), pointer, save dtref
Reference time step.
Definition: optcal.f90:387