#include "cs_defs.h"
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <float.h>
#include "bft_mem.h"
#include "bft_error.h"
#include "bft_printf.h"
#include "cs_blas.h"
#include "cs_interface.h"
#include "cs_math.h"
#include "cs_mesh.h"
#include "cs_mesh_quantities.h"
#include "cs_post.h"
#include "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.. 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 |