Go to the source code of this file.
Functions | |
void | cs_mesh_remove_cells (cs_mesh_t *m, char flag[], const char *group_name) |
Remove flagged cells. More... | |
void | cs_mesh_remove_cells_negative_volume (cs_mesh_t *m) |
Remove cells with negative volumes. More... | |
void cs_mesh_remove_cells | ( | cs_mesh_t * | m, |
char | flag[], | ||
const char * | group_name | ||
) |
Remove flagged cells.
[in,out] | m | mesh |
[in] | flag | cell flag (!= 0 to remove) |
[in] | group_name | name of group to assign to new boundary faces, or NULL |
void cs_mesh_remove_cells_negative_volume | ( | cs_mesh_t * | m | ) |
Remove cells with negative volumes.