8.1
general documentation
cs_mesh_quality.c File Reference
#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"
+ Include dependency graph for cs_mesh_quality.c:

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)
 

Function Documentation

◆ cs_mesh_quality()

void cs_mesh_quality ( const cs_mesh_t mesh,
const cs_mesh_quantities_t mesh_quantities 
)

◆ cs_mesh_quality_compute_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..

Parameters
[in]meshpointer to a cs_mesh_t structure
[in]b_face_normalboundary face normal
[out]b_face_warpingface warping angle for boundary faces

◆ cs_mesh_quality_compute_warping()

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[] 
)