1 #ifndef __FVM_TO_MEDCOUPLING_H__ 
    2 #define __FVM_TO_MEDCOUPLING_H__ 
    4 #if defined(HAVE_MEDCOUPLING) 
   77 fvm_to_medcoupling_init_writer(
const char             *name,
 
   86 fvm_to_medcoupling_init_writer(
const char             *name,
 
  104 fvm_to_medcoupling_finalize_writer(
void  *this_writer_p);
 
  116 fvm_to_medcoupling_set_mesh_time(
void          *this_writer_p,
 
  118                                  const double   time_value);
 
  129 fvm_to_medcoupling_export_nodal(
void               *this_writer_p,
 
  130                                 const fvm_nodal_t  *
mesh);
 
  158 fvm_to_medcoupling_export_field(
void                  *this_writer_p,
 
  159                                 const fvm_nodal_t     *
mesh,
 
  169                                 const void      *
const field_values[]);
 
  181 fvm_to_medcoupling_flush(
void  *this_writer_p);
 
cs_datatype_t
Definition: cs_defs.h:284
#define BEGIN_C_DECLS
Definition: cs_defs.h:528
cs_interlace_t
Definition: cs_defs.h:500
#define END_C_DECLS
Definition: cs_defs.h:529
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:325
fvm_writer_time_dep_t
Definition: fvm_writer.h:57
fvm_writer_var_loc_t
Definition: fvm_writer.h:69