Go to the source code of this file.
|
BEGIN_C_DECLS void | cs_join_post_init (void) |
|
void | cs_join_post_mesh (const char *mesh_name, const cs_join_mesh_t *join_mesh) |
|
void | cs_join_post_faces_subset (const char *mesh_name, const cs_join_mesh_t *parent_mesh, cs_int_t n_select_faces, const cs_int_t selected_faces[]) |
|
void | cs_join_post_after_merge (cs_join_param_t join_param, const cs_join_select_t *join_select) |
|
void | cs_join_post_after_split (cs_int_t n_old_i_faces, cs_int_t n_old_b_faces, cs_gnum_t n_g_new_b_faces, cs_int_t n_select_faces, const cs_mesh_t *mesh, cs_join_param_t join_param) |
|
void | cs_join_post_cleaned_faces (cs_int_t n_i_clean_faces, cs_int_t i_clean_faces[], cs_int_t n_b_clean_faces, cs_int_t b_clean_faces[], cs_join_param_t param) |
|
void | cs_join_post_dump_mesh (const char *basename, const cs_join_mesh_t *mesh, cs_join_param_t param) |
|
◆ cs_join_post_after_merge()
◆ cs_join_post_after_split()
◆ cs_join_post_cleaned_faces()
◆ cs_join_post_dump_mesh()
◆ cs_join_post_faces_subset()
void cs_join_post_faces_subset |
( |
const char * |
mesh_name, |
|
|
const cs_join_mesh_t * |
parent_mesh, |
|
|
cs_int_t |
n_select_faces, |
|
|
const cs_int_t |
selected_faces[] |
|
) |
| |
◆ cs_join_post_init()
◆ cs_join_post_mesh()
void cs_join_post_mesh |
( |
const char * |
mesh_name, |
|
|
const cs_join_mesh_t * |
join_mesh |
|
) |
| |