1#ifndef __FVM_TO_ENSIGHT_H__
2#define __FVM_TO_ENSIGHT_H__
124 const double time_value);
141 const fvm_nodal_t *
mesh,
154 const fvm_nodal_t *
mesh);
183 const fvm_nodal_t *
mesh,
193 const void *
const field_values[]);
cs_datatype_t
Definition: cs_defs.h:300
#define BEGIN_C_DECLS
Definition: cs_defs.h:542
cs_interlace_t
Definition: cs_defs.h:514
#define END_C_DECLS
Definition: cs_defs.h:543
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:335
fvm_element_t
Definition: fvm_defs.h:48
void * fvm_to_ensight_init_writer(const char *name, const char *path, const char *options, fvm_writer_time_dep_t time_dependency)
Definition: fvm_to_ensight.cpp:2550
void * fvm_to_ensight_finalize_writer(void *this_writer_p)
Definition: fvm_to_ensight.cpp:2669
void fvm_to_ensight_set_mesh_time(void *this_writer_p, const int time_step, const double time_value)
Definition: fvm_to_ensight.cpp:2693
int fvm_to_ensight_needs_tesselation(void *this_writer_p, const fvm_nodal_t *mesh, fvm_element_t element_type)
Definition: fvm_to_ensight.cpp:2719
void fvm_to_ensight_export_nodal(void *this_writer_p, const fvm_nodal_t *mesh)
Definition: fvm_to_ensight.cpp:2766
void fvm_to_ensight_export_field(void *this_writer_p, 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_ensight.cpp:3023
fvm_writer_time_dep_t
Definition: fvm_writer.h:57
fvm_writer_var_loc_t
Definition: fvm_writer.h:69