1 #ifndef __FVM_TO_VTK_HISTOGRAM_H__ 2 #define __FVM_TO_VTK_HISTOGRAM_H__ unsigned long cs_gnum_t
global mesh entity number
Definition: cs_defs.h:286
#define BEGIN_C_DECLS
Definition: cs_defs.h:495
double cs_real_t
Floating-point value.
Definition: cs_defs.h:307
void fvm_to_vtk_display_histogram_png(cs_real_t var_min, cs_real_t var_max, cs_gnum_t count[], fvm_to_histogram_writer_t *w, char *var_name)
#define END_C_DECLS
Definition: cs_defs.h:496
Definition: fvm_to_histogram.h:65