1 #ifndef __FVM_TO_CGNS_H__ 
    2 #define __FVM_TO_CGNS_H__ 
   67 fvm_to_cgns_n_version_strings(
void);
 
   92 fvm_to_cgns_version_string(
int string_index,
 
   93                            int compile_time_version);
 
  119 #if defined(HAVE_MPI) 
  122 fvm_to_cgns_init_writer(
const char             *name,
 
  131 fvm_to_cgns_init_writer(
const char             *name,
 
  149 fvm_to_cgns_finalize_writer(
void  *this_writer_p);
 
  161 fvm_to_cgns_set_mesh_time(
void     *this_writer_p,
 
  179 fvm_to_cgns_needs_tesselation(fvm_writer_t       *this_writer_p,
 
  180                               const fvm_nodal_t  *
mesh,
 
  192 fvm_to_cgns_export_nodal(
void               *this_writer_p,
 
  193                          const fvm_nodal_t  *
mesh);
 
  221 fvm_to_cgns_export_field(
void                   *this_writer_p,
 
  222                          const fvm_nodal_t      *
mesh,
 
  232                          const void       *
const field_values[]);