|
My Project
programmer's documentation
|
Go to the documentation of this file. 1 #ifndef __FVM_NODAL_ORDER_H__
2 #define __FVM_NODAL_ORDER_H__
void fvm_nodal_order_cells(fvm_nodal_t *this_nodal, const cs_gnum_t parent_global_number[])
Definition: fvm_nodal_order.c:275
#define END_C_DECLS
Definition: cs_defs.h:468
#define BEGIN_C_DECLS
Definition: cs_defs.h:467
void fvm_nodal_order_faces(fvm_nodal_t *this_nodal, const cs_gnum_t parent_global_number[])
Definition: fvm_nodal_order.c:347
unsigned long cs_gnum_t
global mesh entity number
Definition: cs_defs.h:286
void fvm_nodal_order_vertices(fvm_nodal_t *this_nodal, const cs_gnum_t parent_global_number[])
Definition: fvm_nodal_order.c:419