1#ifndef __FVM_TO_MEDCOUPLING_H__
2#define __FVM_TO_MEDCOUPLING_H__
4#if defined(HAVE_MEDCOUPLING)
77fvm_to_medcoupling_init_writer(
const char *name,
86fvm_to_medcoupling_init_writer(
const char *name,
104fvm_to_medcoupling_finalize_writer(
void *this_writer_p);
116fvm_to_medcoupling_set_mesh_time(
void *this_writer_p,
118 const double time_value);
129fvm_to_medcoupling_export_nodal(
void *this_writer_p,
130 const fvm_nodal_t *
mesh);
158fvm_to_medcoupling_export_field(
void *this_writer_p,
159 const fvm_nodal_t *
mesh,
169 const void *
const field_values[]);
181fvm_to_medcoupling_flush(
void *this_writer_p);
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_writer_time_dep_t
Definition: fvm_writer.h:57
fvm_writer_var_loc_t
Definition: fvm_writer.h:69