8.1
general documentation
cs_mesh_remove.h File Reference
#include "cs_defs.h"
#include "cs_mesh.h"
+ Include dependency graph for cs_mesh_remove.h:

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...
 

Function Documentation

◆ cs_mesh_remove_cells()

void cs_mesh_remove_cells ( cs_mesh_t m,
char  flag[],
const char *  group_name 
)

Remove flagged cells.

Parameters
[in,out]mmesh
[in]flagcell flag (!= 0 to remove)
[in]group_namename of group to assign to new boundary faces, or NULL

◆ cs_mesh_remove_cells_negative_volume()

void cs_mesh_remove_cells_negative_volume ( cs_mesh_t m)

Remove cells with negative volumes.