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);
122 #if defined(HAVE_MPI)
125 fvm_to_med_init_writer(
const char *
const name,
126 const char *
const path,
127 const char *
const options,
129 const MPI_Comm comm);
134 fvm_to_med_init_writer(
const char *
const name,
135 const char *
const path,
136 const char *
const options,
152 fvm_to_med_finalize_writer(
void *this_writer_p);
168 fvm_to_med_needs_tesselation(
void *this_writer,
169 const fvm_nodal_t *
mesh,
182 fvm_to_med_set_mesh_time(
void *
const this_writer,
184 const double time_value);
199 fvm_to_med_map_nodal(
void *this_writer,
200 const fvm_nodal_t *
mesh);
211 fvm_to_med_export_nodal(
void *
const this_writer_p,
212 const fvm_nodal_t *
const mesh);
240 fvm_to_med_export_field(
void *
const this_writer,
241 const fvm_nodal_t *
const mesh,
242 const char *
const name,
246 const int n_parent_lists,
250 const double time_value,
251 const void *
const field_values[]);