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:2611
cs_real_33_t * cocgb_s_lsq
Definition: cs_mesh_quantities.h:96
void cs_mesh_quantities_reduce_extended(const cs_mesh_t *mesh, cs_mesh_quantities_t *mesh_quantities)
Definition: cs_mesh_quantities.c:2663
void cs_mesh_quantities_dump(const cs_mesh_t *mesh, const cs_mesh_quantities_t *mesh_quantities)
Definition: cs_mesh_quantities.c:2692
cs_real_t * b_dist
Definition: cs_mesh_quantities.h:83
integer, save iporos
Definition: optcal.f90:1135
cs_real_t * cell_f_vol
Definition: cs_mesh_quantities.h:56
cs_real_t * b_face_surf
Definition: cs_mesh_quantities.h:70
cs_real_t * djjpf
Definition: cs_mesh_quantities.h:79
cs_int_t * c_solid_flag
Definition: cs_mesh_quantities.h:105
Definition: cs_internal_coupling.h:59
#define BEGIN_C_DECLS
Definition: cs_defs.h:451
int cs_int_t
Fortran-compatible integer.
Definition: cs_defs.h:296
void cs_compute_cell_cocg_it_coupling(const cs_mesh_t *m, cs_mesh_quantities_t *fvq, cs_internal_coupling_t *ce)
Definition: cs_mesh_quantities.c:2807
void algcen(cs_int_t *const iopt)
Definition: cs_mesh_quantities.c:1813
cs_mesh_quantities_t * cs_mesh_quantities_destroy(cs_mesh_quantities_t *mesh_quantities)
Definition: cs_mesh_quantities.c:2014
cs_real_t * diipf
Definition: cs_mesh_quantities.h:78
cs_real_t * dofij
Definition: cs_mesh_quantities.h:77
cs_real_t * b_face_cog
Definition: cs_mesh_quantities.h:67
double cs_real_t
Floating-point value.
Definition: cs_defs.h:297
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:2433
cs_real_t max_vol
Definition: cs_mesh_quantities.h:89
unsigned * bad_cell_flag
Definition: cs_mesh_quantities.h:106
cs_real_33_t * cocg_s_it
Definition: cs_mesh_quantities.h:94
cs_real_t * i_f_face_normal
Definition: cs_mesh_quantities.h:62
void cs_mesh_init_fluid_sections(const cs_mesh_t *mesh, cs_mesh_quantities_t *mesh_quantities)
Definition: cs_mesh_quantities.c:2359
cs_real_t tot_vol
Definition: cs_mesh_quantities.h:90
void cs_mesh_quantities_set_cocg_options(int gradient_option)
Definition: cs_mesh_quantities.c:1898
cs_real_t * dijpf
Definition: cs_mesh_quantities.h:75
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:2519
cs_real_t * cell_cen
Definition: cs_mesh_quantities.h:54
cs_mesh_quantities_t * cs_glob_mesh_quantities
cs_real_t * i_dist
Definition: cs_mesh_quantities.h:81
cs_real_t * i_face_normal
Definition: cs_mesh_quantities.h:58
Definition: cs_mesh_quantities.h:52
void cs_mesh_quantities_cell_cen(const cs_mesh_t *mesh, cs_real_t *cell_cen[])
Definition: cs_mesh_quantities.c:2553
cs_real_33_t * cocgb_s_it
Definition: cs_mesh_quantities.h:92
cs_mesh_quantities_t * cs_mesh_quantities_create(void)
Definition: cs_mesh_quantities.c:1965
int cs_mesh_quantities_cell_cen_choice(const int algo_choice)
Definition: cs_mesh_quantities.c:1873
void comcoc(const cs_int_t *const imrgra)
Definition: cs_mesh_quantities.c:1833
cs_real_t * b_f_face_surf
Definition: cs_mesh_quantities.h:73
cs_real_t * weight
Definition: cs_mesh_quantities.h:86
cs_real_t min_vol
Definition: cs_mesh_quantities.h:88
#define END_C_DECLS
Definition: cs_defs.h:452
cs_real_33_t * cocg_it
Definition: cs_mesh_quantities.h:99
cs_real_t * i_f_face_surf
Definition: cs_mesh_quantities.h:72
void cs_compute_cell_cocg_lsq_coupling(const cs_mesh_t *m, cs_mesh_quantities_t *fvq, cs_internal_coupling_t *ce)
Definition: cs_mesh_quantities.c:2789
#define CS_PROCF(x, y)
Definition: cs_defs.h:465
cs_real_t cs_real_33_t[3][3]
3x3 matrix of floating-point values
Definition: cs_defs.h:315
cs_real_t * b_face_normal
Definition: cs_mesh_quantities.h:60
cs_real_t * diipb
Definition: cs_mesh_quantities.h:76
cs_real_t * cell_vol
Definition: cs_mesh_quantities.h:55
void cs_mesh_quantities_compute(const cs_mesh_t *mesh, cs_mesh_quantities_t *mesh_quantities)
Definition: cs_mesh_quantities.c:2066
void cs_mesh_quantities_sup_vectors(const cs_mesh_t *mesh, cs_mesh_quantities_t *mesh_quantities)
Definition: cs_mesh_quantities.c:2400
void compor(const cs_int_t *const iporos)
Definition: cs_mesh_quantities.c:1850
cs_real_t * i_face_surf
Definition: cs_mesh_quantities.h:69
int cs_mesh_quantities_compute_count(void)
Definition: cs_mesh_quantities.c:2678
cs_real_t * i_face_cog
Definition: cs_mesh_quantities.h:66
cs_int_t * b_sym_flag
Definition: cs_mesh_quantities.h:104
integer(c_int), pointer, save imrgra
type of gradient reconstruction
Definition: optcal.f90:353
cs_real_33_t * cocg_lsq
Definition: cs_mesh_quantities.h:101
cs_real_t * b_f_face_normal
Definition: cs_mesh_quantities.h:64
void cs_mesh_quantities_set_porous_model(int porous_model)
Definition: cs_mesh_quantities.c:1952
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:2484