1#ifndef FVM_NODAL_ORDER_H
2#define FVM_NODAL_ORDER_H
#define BEGIN_C_DECLS
Definition: cs_defs.h:528
unsigned cs_gnum_t
global mesh entity number
Definition: cs_defs.h:317
#define END_C_DECLS
Definition: cs_defs.h:529
void fvm_nodal_order_cells(fvm_nodal_t *this_nodal, const cs_gnum_t parent_global_number[])
Definition: fvm_nodal_order.cpp:271
void fvm_nodal_order_faces(fvm_nodal_t *this_nodal, const cs_gnum_t parent_global_number[])
Definition: fvm_nodal_order.cpp:342
void fvm_nodal_order_vertices(fvm_nodal_t *this_nodal, const cs_gnum_t parent_global_number[])
Definition: fvm_nodal_order.cpp:414