#include "base/cs_defs.h"
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <float.h>
#include "bft/bft_error.h"
#include "bft/bft_printf.h"
#include "alge/cs_blas.h"
#include "base/cs_interface.h"
#include "base/cs_math.h"
#include "base/cs_mem.h"
#include "mesh/cs_mesh.h"
#include "mesh/cs_mesh_quantities.h"
#include "base/cs_post.h"
#include "mesh/cs_mesh_quality.h"
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.. | |
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 |