1 #ifndef __CS_GUI_OUTPUT_H__ 2 #define __CS_GUI_OUTPUT_H__
void cs_gui_postprocess_meshes(void)
Definition: cs_gui_output.c:1007
#define BEGIN_C_DECLS
Definition: cs_defs.h:451
int cs_int_t
Fortran-compatible integer.
Definition: cs_defs.h:296
void uinpst(const cs_int_t *ntcabs, const cs_real_t *ttcabs)
Definition: cs_gui_output.c:877
double cs_real_t
Floating-point value.
Definition: cs_defs.h:297
real(c_double), pointer, save ttcabs
Current absolute time.
Definition: optcal.f90:491
void cspstb(cs_int_t *ipstdv)
Definition: cs_gui_output.c:912
integer, save iecaux
Indicates the writing (=1) or not (=0) of the auxiliary calculation restart file. ...
Definition: optcal.f90:414
void cs_gui_postprocess_writers(void)
Definition: cs_gui_output.c:1134
void csenso(cs_int_t *iecaux)
Definition: cs_gui_output.c:953
#define END_C_DECLS
Definition: cs_defs.h:452
integer(c_int), pointer, save ntcabs
Current absolute time step number. In case of restart, this is equal to ntpabs + number of new iterat...
Definition: optcal.f90:459
integer, dimension(5), save ipstdv
indicates the data to post-process on the boundary mesh (the boundary mesh must be associated with an...
Definition: entsor.f90:214
#define CS_PROCF(x, y)
Definition: cs_defs.h:465
void cs_gui_postprocess_fields(void)
Definition: cs_gui_output.c:1226