|
My Project
programmer's documentation
|
Go to the documentation of this file. 1 #ifndef __FVM_TO_HISTOGRAM_H__
2 #define __FVM_TO_HISTOGRAM_H__
133 #if defined(HAVE_MPI)
177 const double time_value);
206 const fvm_nodal_t *
mesh,
216 const void *
const field_values[]);
fvm_writer_var_loc_t
Definition: fvm_writer.h:69
char * path
Definition: fvm_to_histogram.h:68
void fvm_to_histogram_set_mesh_time(void *writer, const int time_step, const double time_value)
Definition: fvm_to_histogram.c:695
void * fvm_to_histogram_finalize_writer(void *writer)
Definition: fvm_to_histogram.c:662
int rank
Definition: fvm_to_histogram.h:70
char * name
Definition: fvm_to_histogram.h:67
Definition: fvm_to_histogram.h:57
#define END_C_DECLS
Definition: cs_defs.h:468
void * fvm_to_histogram_init_writer(const char *name, const char *path, const char *options, fvm_writer_time_dep_t time_dependency)
Definition: fvm_to_histogram.c:546
double t
Definition: fvm_to_histogram.h:76
int n_ranks
Definition: fvm_to_histogram.h:71
double cs_real_t
Floating-point value.
Definition: cs_defs.h:302
#define BEGIN_C_DECLS
Definition: cs_defs.h:467
cs_histogram_format_t
Definition: fvm_to_histogram.h:55
int n_sub
Definition: fvm_to_histogram.h:83
cs_datatype_t
Definition: cs_defs.h:260
void fvm_to_histogram_flush(void *writer)
Definition: fvm_to_histogram.c:819
unsigned long cs_gnum_t
global mesh entity number
Definition: cs_defs.h:286
fvm_writer_time_dep_t
Definition: fvm_writer.h:57
cs_histogram_format_t format
Definition: fvm_to_histogram.h:73
FILE * f
Definition: fvm_to_histogram.h:81
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:298
cs_interlace_t
Definition: cs_defs.h:439
char * file_name
Definition: fvm_to_histogram.h:80
Definition: fvm_to_histogram.h:56
Definition: fvm_to_histogram.h:58
cs_real_t * buffer
Definition: fvm_to_histogram.h:78
Definition: fvm_to_histogram.h:65
int nt
Definition: fvm_to_histogram.h:75
void() fvm_to_histogram_display_t(cs_real_t var_min, cs_real_t var_max, cs_gnum_t count[], fvm_to_histogram_writer_t *w, char *var_name)
Definition: fvm_to_histogram.h:104
void fvm_to_histogram_export_field(void *writer, const fvm_nodal_t *mesh, const char *name, fvm_writer_var_loc_t location, int dimension, cs_interlace_t interlace, int n_parent_lists, const cs_lnum_t parent_num_shift[], cs_datatype_t datatype, int time_step, double time_value, const void *const field_values[])
Definition: fvm_to_histogram.c:733