1 #ifndef __FVM_TO_MED_H__ 
    2 #define __FVM_TO_MED_H__ 
   70 fvm_to_med_n_version_strings(
void);
 
   98 fvm_to_med_version_string(
int string_index,
 
   99                           int compile_time_version);
 
  121 #if defined(HAVE_MPI) 
  124 fvm_to_med_init_writer(
const char                   *
const name,
 
  125                        const char                   *
const path,
 
  126                        const char                   *
const options,
 
  128                        const MPI_Comm                      comm);
 
  133 fvm_to_med_init_writer(
const char                   *
const name,
 
  134                        const char                   *
const path,
 
  135                        const char                   *
const options,
 
  151 fvm_to_med_finalize_writer(
void  *this_writer_p);
 
  167 fvm_to_med_needs_tesselation(fvm_writer_t       *this_writer,
 
  168                              const fvm_nodal_t  *
mesh,
 
  181 fvm_to_med_set_mesh_time(
void          *
const this_writer,
 
  183                          const double         time_value);
 
  194 fvm_to_med_export_nodal(
void               *
const this_writer_p,
 
  195                         const fvm_nodal_t  *
const mesh);
 
  223 fvm_to_med_export_field(
void                      *
const this_writer,
 
  224                         const fvm_nodal_t         *
const mesh,
 
  225                         const char                *
const name,
 
  229                         const int                        n_parent_lists,
 
  233                         const double                     time_value,
 
  234                         const void                *
const field_values[]);