Include dependency graph for cs_mesh_quality.h:Go to the source code of this file.
Functions | |
| void | cs_mesh_quality_compute_warping (const cs_mesh_t *mesh, const cs_nreal_3_t i_face_u_normal[], const cs_nreal_3_t b_face_u_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_nreal_3_t b_face_u_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_nreal_3_t | b_face_u_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_u_normal | boundary face unit normal |
| [out] | b_face_warping | face warping angle for boundary faces |
| void cs_mesh_quality_compute_warping | ( | const cs_mesh_t * | mesh, |
| const cs_nreal_3_t | i_face_u_normal[], | ||
| const cs_nreal_3_t | b_face_u_normal[], | ||
| cs_real_t | i_face_warping[], | ||
| cs_real_t | b_face_warping[] | ||
| ) |