1#ifndef __FVM_TO_CGNS_H__
2#define __FVM_TO_CGNS_H__
67fvm_to_cgns_n_version_strings(
void);
92fvm_to_cgns_version_string(
int string_index,
93 int compile_time_version);
129fvm_to_cgns_init_writer(
const char *name,
138fvm_to_cgns_init_writer(
const char *name,
156fvm_to_cgns_finalize_writer(
void *this_writer_p);
168fvm_to_cgns_set_mesh_time(
void *this_writer_p,
186fvm_to_cgns_needs_tesselation(
void *this_writer_p,
187 const fvm_nodal_t *
mesh,
199fvm_to_cgns_export_nodal(
void *this_writer_p,
200 const fvm_nodal_t *
mesh);
228fvm_to_cgns_export_field(
void *this_writer_p,
229 const fvm_nodal_t *
mesh,
239 const void *
const field_values[]);
249fvm_to_cgns_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_element_t
Definition: fvm_defs.h:48
fvm_writer_time_dep_t
Definition: fvm_writer.h:57
fvm_writer_var_loc_t
Definition: fvm_writer.h:69