|
My Project
programmer's documentation
|
Go to the documentation of this file. 1 #ifndef __CS_JOIN_UPDATE_H__
2 #define __CS_JOIN_UPDATE_H__
79 cs_join_select_t *join_select,
81 cs_join_mesh_t *join_mesh,
98 const cs_join_select_t *join_select,
99 const cs_join_gset_t *o2n_face_hist,
100 cs_join_mesh_t *join_mesh,
Definition: cs_mesh_builder.h:57
#define END_C_DECLS
Definition: cs_defs.h:468
void cs_join_update_mesh_after_split(cs_join_param_t join_param, const cs_join_select_t *join_select, const cs_join_gset_t *o2n_face_hist, cs_join_mesh_t *join_mesh, cs_mesh_t *mesh, cs_mesh_builder_t *mesh_builder)
Definition: cs_join_update.c:4241
#define BEGIN_C_DECLS
Definition: cs_defs.h:467
void cs_join_update_mesh_after_merge(cs_join_param_t join_param, cs_join_select_t *join_select, cs_gnum_t o2n_vtx_gnum[], cs_join_mesh_t *join_mesh, cs_mesh_t *mesh)
Definition: cs_join_update.c:4014
unsigned long cs_gnum_t
global mesh entity number
Definition: cs_defs.h:286
Definition: cs_join_util.h:115
void cs_join_update_mesh_clean(cs_join_param_t param, cs_mesh_t *mesh)
Definition: cs_join_update.c:4562