My Project
programmer's documentation
Functions
cs_join_update.h File Reference
#include "cs_base.h"
#include "cs_join_mesh.h"
#include "cs_join_set.h"
#include "cs_join_util.h"
#include "cs_mesh.h"
Include dependency graph for cs_join_update.h:

Go to the source code of this file.

Functions

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)
 
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)
 
void cs_join_update_mesh_clean (cs_join_param_t param, cs_mesh_t *mesh)
 

Function Documentation

◆ cs_join_update_mesh_after_merge()

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 
)

◆ cs_join_update_mesh_after_split()

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 
)

◆ cs_join_update_mesh_clean()

void cs_join_update_mesh_clean ( cs_join_param_t  param,
cs_mesh_t mesh 
)