1 #ifndef __CS_JOIN_SPLIT_H__ 2 #define __CS_JOIN_SPLIT_H__ 67 const cs_join_edges_t *edges,
68 cs_join_mesh_t **work,
69 cs_join_gset_t **old2new_history);
85 const cs_join_mesh_t *work_mesh,
87 cs_join_gset_t **o2n_hist,
88 cs_join_mesh_t **local_mesh);
unsigned long cs_gnum_t
global mesh entity number
Definition: cs_defs.h:301
void cs_join_split_faces(cs_join_param_t param, const cs_real_t face_normal[], const cs_join_edges_t *edges, cs_join_mesh_t **work, cs_join_gset_t **old2new_history)
Definition: cs_join_split.c:1844
#define BEGIN_C_DECLS
Definition: cs_defs.h:510
void cs_join_split_update_struct(const cs_join_param_t param, const cs_join_mesh_t *work_mesh, const cs_gnum_t gnum_rank_index[], cs_join_gset_t **o2n_hist, cs_join_mesh_t **local_mesh)
Definition: cs_join_split.c:2259
double cs_real_t
Floating-point value.
Definition: cs_defs.h:322
#define END_C_DECLS
Definition: cs_defs.h:511
Definition: cs_join_util.h:115