Home
last modified time | relevance | path

Searched refs:i_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.c900 cs_real_t *i_face_norm = NULL; in cs_mesh_smoother_unwarp() local
923 &(i_face_norm)); in cs_mesh_smoother_unwarp()
930 i_face_norm, in cs_mesh_smoother_unwarp()
940 rnorm_i = sqrt ( i_face_norm[3*face]*i_face_norm[3*face] in cs_mesh_smoother_unwarp()
941 + i_face_norm[3*face + 1]*i_face_norm[3*face + 1] in cs_mesh_smoother_unwarp()
942 + i_face_norm[3*face + 2]*i_face_norm[3*face + 2]); in cs_mesh_smoother_unwarp()
944 i_face_norm[3*face ] /= rnorm_i; in cs_mesh_smoother_unwarp()
945 i_face_norm[3*face +1] /= rnorm_i; in cs_mesh_smoother_unwarp()
946 i_face_norm[3*face +2] /= rnorm_i; in cs_mesh_smoother_unwarp()
960 i_face_norm, in cs_mesh_smoother_unwarp()
[all …]
H A Dcs_mesh_quantities.h378 const cs_real_t i_face_norm[],
H A Dcs_mesh_quantities.c1116 const cs_real_3_t i_face_norm[], in _compute_cell_quantities() argument
1144 (const cs_real_t *)i_face_norm, in _compute_cell_quantities()
1176 i_face_norm[f_id]); in _compute_cell_quantities()
1185 i_face_norm[f_id]); in _compute_cell_quantities()
1521 const cs_real_3_t i_face_norm[], in _compute_cell_volume() argument
1545 i_face_norm[fac_id]); in _compute_cell_volume()
1548 i_face_norm[fac_id]); in _compute_cell_volume()
2967 const cs_real_t i_face_norm[], in cs_mesh_quantities_cell_faces_cog() argument
3021 cs_real_t area = cs_math_3_norm(i_face_norm + 3*f_id); in cs_mesh_quantities_cell_faces_cog()