Go to the source code of this file.
Functions | |
void | cs_mesh_quality_compute_warping (const cs_mesh_t *mesh, const cs_real_t i_face_normal[], const cs_real_t b_face_normal[], cs_real_t i_face_warping[], cs_real_t b_face_warping[]) |
void | cs_mesh_quality_compute_b_face_warping (const cs_mesh_t *mesh, const cs_real_t b_face_normal[], cs_real_t b_face_warping[]) |
Evaluate face warping angle for boundary faces.. More... | |
void | cs_mesh_quality (const cs_mesh_t *mesh, const cs_mesh_quantities_t *mesh_quantities) |
void cs_mesh_quality | ( | const cs_mesh_t * | mesh, |
const cs_mesh_quantities_t * | mesh_quantities | ||
) |
void cs_mesh_quality_compute_b_face_warping | ( | const cs_mesh_t * | mesh, |
const cs_real_t | b_face_normal[], | ||
cs_real_t | b_face_warping[] | ||
) |
Evaluate face warping angle for boundary faces..
[in] | mesh | pointer to a cs_mesh_t structure |
[in] | b_face_normal | boundary face normal |
[out] | b_face_warping | face warping angle for boundary faces |