Home
last modified time | relevance | path

Searched refs:b_face_norm (Results 1 – 3 of 3) sorted by relevance

/dports/science/code_saturne/code_saturne-7.1.0/src/mesh/
H A Dcs_mesh_smoother.c805 cs_real_t *b_face_norm = NULL; in cs_mesh_smoother_fix_by_feature() local
819 rnorm_b = sqrt( b_face_norm[3*face ]*b_face_norm[3*face ] in cs_mesh_smoother_fix_by_feature()
820 + b_face_norm[3*face + 1]*b_face_norm[3*face + 1] in cs_mesh_smoother_fix_by_feature()
821 + b_face_norm[3*face + 2]*b_face_norm[3*face + 2]); in cs_mesh_smoother_fix_by_feature()
829 b_face_norm, in cs_mesh_smoother_fix_by_feature()
864 BFT_FREE(b_face_norm); in cs_mesh_smoother_fix_by_feature()
902 cs_real_t *b_face_norm = NULL; in cs_mesh_smoother_unwarp() local
950 rnorm_b = sqrt( b_face_norm[3*face]*b_face_norm[3*face] in cs_mesh_smoother_unwarp()
951 + b_face_norm[3*face + 1]*b_face_norm[3*face + 1] in cs_mesh_smoother_unwarp()
952 + b_face_norm[3*face + 2]*b_face_norm[3*face + 2]); in cs_mesh_smoother_unwarp()
[all …]
H A Dcs_mesh_quantities.h380 const cs_real_t b_face_norm[],
H A Dcs_mesh_quantities.c1118 const cs_real_3_t b_face_norm[], in _compute_cell_quantities() argument
1146 (const cs_real_t *)b_face_norm, in _compute_cell_quantities()
1211 b_face_norm[f_id]); in _compute_cell_quantities()
1523 const cs_real_3_t b_face_norm[], in _compute_cell_volume() argument
1560 b_face_norm[fac_id]); in _compute_cell_volume()
2969 const cs_real_t b_face_norm[], in cs_mesh_quantities_cell_faces_cog() argument
3052 cs_real_t area = cs_math_3_norm(b_face_norm + 3*f_id); in cs_mesh_quantities_cell_faces_cog()