Go to the source code of this file.
◆ CS_BAD_CELL_GUILT
#define CS_BAD_CELL_GUILT (1 << 4) |
◆ CS_BAD_CELL_LSQ_GRAD
#define CS_BAD_CELL_LSQ_GRAD (1 << 2) |
◆ CS_BAD_CELL_OFFSET
#define CS_BAD_CELL_OFFSET (1 << 1) |
◆ CS_BAD_CELL_ORTHO_NORM
#define CS_BAD_CELL_ORTHO_NORM (1 << 0) |
◆ CS_BAD_CELL_RATIO
#define CS_BAD_CELL_RATIO (1 << 3) |
◆ CS_BAD_CELL_USER
#define CS_BAD_CELL_USER (1 << 5) |
◆ cs_mesh_bad_cells_detect()
Compute bad cell quality indicators.
- Parameters
-
[in] | mesh | pointer to associated mesh structure |
[in,out] | mesh_quantities | pointer to associated mesh quantities structure |
◆ cs_mesh_bad_cells_postprocess()
Post-process bad cell quality indicators.
- Parameters
-
[in] | mesh | pointer to associated mesh structure |
[in] | mesh_quantities | pointer to associated mesh quantities structure |