1 #ifndef __CS_MESH_QUANTITIES_H__
2 #define __CS_MESH_QUANTITIES_H__
void cs_mesh_quantities_check_vol(const cs_mesh_t *mesh, const cs_mesh_quantities_t *mesh_quantities, int allow_error)
Definition: cs_mesh_quantities.c:2187
cs_real_33_t * cocgb_s_lsq
Definition: cs_mesh_quantities.h:87
void cs_mesh_quantities_dump(const cs_mesh_t *mesh, const cs_mesh_quantities_t *mesh_quantities)
Definition: cs_mesh_quantities.c:2238
cs_real_t * b_dist
Definition: cs_mesh_quantities.h:74
cs_real_t * b_face_surf
Definition: cs_mesh_quantities.h:64
cs_real_t * djjpf
Definition: cs_mesh_quantities.h:70
#define BEGIN_C_DECLS
Definition: cs_defs.h:365
int cs_mesh_quantities_compute_cocg_it(const int algo_choice)
Definition: cs_mesh_quantities.c:1660
void algcen(cs_int_t *const iopt)
Definition: cs_mesh_quantities.c:1571
cs_mesh_quantities_t * cs_mesh_quantities_destroy(cs_mesh_quantities_t *mesh_quantities)
Definition: cs_mesh_quantities.c:1758
cs_real_t * diipf
Definition: cs_mesh_quantities.h:69
cs_real_t * dofij
Definition: cs_mesh_quantities.h:68
cs_real_t * b_face_cog
Definition: cs_mesh_quantities.h:61
int cs_int_t
Definition: cs_defs.h:263
void cs_mesh_quantities_face_normal(const cs_mesh_t *mesh, cs_real_t *p_i_face_normal[], cs_real_t *p_b_face_normal[])
Definition: cs_mesh_quantities.c:2069
cs_real_t max_vol
Definition: cs_mesh_quantities.h:80
unsigned * bad_cell_flag
Definition: cs_mesh_quantities.h:96
cs_real_33_t * cocg_s_it
Definition: cs_mesh_quantities.h:85
cs_real_t tot_vol
Definition: cs_mesh_quantities.h:81
cs_real_t * dijpf
Definition: cs_mesh_quantities.h:66
void cs_mesh_quantities_b_faces(const cs_mesh_t *mesh, cs_real_t *p_b_face_cog[], cs_real_t *p_b_face_normal[])
Definition: cs_mesh_quantities.c:2155
cs_real_t * cell_cen
Definition: cs_mesh_quantities.h:53
cs_mesh_quantities_t * cs_glob_mesh_quantities
Definition: cs_mesh_quantities.c:93
cs_real_t * i_dist
Definition: cs_mesh_quantities.h:72
cs_real_t * i_face_normal
Definition: cs_mesh_quantities.h:56
Definition: cs_mesh_quantities.h:51
cs_real_33_t * cocgb_s_it
Definition: cs_mesh_quantities.h:83
cs_mesh_quantities_t * cs_mesh_quantities_create(void)
Definition: cs_mesh_quantities.c:1715
int cs_mesh_quantities_cell_cen_choice(const int algo_choice)
Definition: cs_mesh_quantities.c:1629
int cs_mesh_quantities_compute_cocg_lsq(const int algo_choice)
Definition: cs_mesh_quantities.c:1691
cs_real_33_t * cocg_s_lsq
Definition: cs_mesh_quantities.h:89
cs_real_t * weight
Definition: cs_mesh_quantities.h:77
cs_real_t min_vol
Definition: cs_mesh_quantities.h:79
#define END_C_DECLS
Definition: cs_defs.h:366
double cs_real_t
Definition: cs_defs.h:264
cs_real_33_t * cocg_it
Definition: cs_mesh_quantities.h:92
#define CS_PROCF(x, y)
Definition: cs_defs.h:379
cs_real_t * b_face_normal
Definition: cs_mesh_quantities.h:58
cs_real_t * diipb
Definition: cs_mesh_quantities.h:67
cs_real_t * cell_vol
Definition: cs_mesh_quantities.h:54
void comcoc(cs_int_t *const ioptit, cs_int_t *const ioplsq)
Definition: cs_mesh_quantities.c:1602
void cs_mesh_quantities_compute(const cs_mesh_t *mesh, cs_mesh_quantities_t *mesh_quantities)
Definition: cs_mesh_quantities.c:1799
void cs_mesh_quantities_sup_vectors(const cs_mesh_t *mesh, cs_mesh_quantities_t *mesh_quantities)
Definition: cs_mesh_quantities.c:2036
cs_real_t * i_face_surf
Definition: cs_mesh_quantities.h:63
cs_real_t * i_face_cog
Definition: cs_mesh_quantities.h:60
cs_real_t cs_real_33_t[3][3]
Definition: cs_defs.h:273
cs_real_33_t * cocg_lsq
Definition: cs_mesh_quantities.h:94
void cs_mesh_quantities_i_faces(const cs_mesh_t *mesh, cs_real_t *p_i_face_cog[], cs_real_t *p_i_face_normal[])
Definition: cs_mesh_quantities.c:2120