![]() |
Code_Saturne
CFD tool
|
Go to the source code of this file.
Macros | |
#define | CS_BAD_CELL_ORTHO_NORM (1 << 0) |
#define | CS_BAD_CELL_OFFSET (1 << 1) |
#define | CS_BAD_CELL_LSQ_GRAD (1 << 2) |
#define | CS_BAD_CELL_RATIO (1 << 3) |
#define | CS_BAD_CELL_GUILT (1 << 4) |
#define | CS_BAD_CELL_USER (1 << 5) |
Functions | |
void | cs_mesh_bad_cells_detect (const cs_mesh_t *mesh, cs_mesh_quantities_t *mesh_quantities) |
Compute bad cell quality indicators. More... | |
void | cs_mesh_bad_cells_postprocess (const cs_mesh_t *mesh, const cs_mesh_quantities_t *mesh_quantities) |
Post-process bad cell quality indicators. More... | |
#define CS_BAD_CELL_GUILT (1 << 4) |
#define CS_BAD_CELL_LSQ_GRAD (1 << 2) |
#define CS_BAD_CELL_OFFSET (1 << 1) |
#define CS_BAD_CELL_ORTHO_NORM (1 << 0) |
#define CS_BAD_CELL_RATIO (1 << 3) |
#define CS_BAD_CELL_USER (1 << 5) |
void cs_mesh_bad_cells_detect | ( | const cs_mesh_t * | mesh, |
cs_mesh_quantities_t * | mesh_quantities | ||
) |
Compute bad cell quality indicators.
[in] | mesh | pointer to associated mesh structure |
[in,out] | mesh_quantities | pointer to associated mesh quantities structure |
void cs_mesh_bad_cells_postprocess | ( | const cs_mesh_t * | mesh, |
const cs_mesh_quantities_t * | mesh_quantities | ||
) |
Post-process bad cell quality indicators.
[in] | mesh | pointer to associated mesh structure |
[in] | mesh_quantities | pointer to associated mesh quantities structure |