1#ifndef CS_MESH_REMOVE_H
2#define CS_MESH_REMOVE_H
68 const char *group_name);
88 const char *group_name
void cs_mesh_remove_cells_negative_volume(cs_mesh_t *m)
Remove cells with negative volumes.
Definition: cs_mesh_remove.cpp:358
void cs_mesh_remove_cells(cs_mesh_t *m, char flag[], const char *group_name)
Remove flagged cells.
Definition: cs_mesh_remove.cpp:107
void cs_mesh_remove_cells_from_selection_criteria(cs_mesh_t *m, const char *criteria, const char *group_name)
Remove cells based on a selection criteria.
Definition: cs_mesh_remove.cpp:407