#include <cs_cdo_quantities.h>
 Collaboration diagram for cs_cdo_quantities_t:
 Collaboration diagram for cs_cdo_quantities_t:| Data Fields | |
| bool | remove_boundary_faces | 
| double | vol_tot | 
| cs_lnum_t | n_cells | 
| cs_gnum_t | n_g_cells | 
| cs_real_t * | cell_centers | 
| const cs_real_t * | cell_vol | 
| cs_quant_info_t | cell_info | 
| cs_lnum_t | n_faces | 
| cs_lnum_t | n_i_faces | 
| cs_lnum_t | n_b_faces | 
| cs_gnum_t | n_g_faces | 
| const cs_nreal_3_t * | i_face_u_normal | 
| const cs_real_t * | i_face_normal | 
| const cs_real_t * | i_face_center | 
| const cs_real_t * | i_face_surf | 
| const cs_nreal_3_t * | b_face_u_normal | 
| const cs_real_t * | b_face_normal | 
| const cs_real_t * | b_face_center | 
| const cs_real_t * | b_face_surf | 
| cs_real_t * | dedge_vector | 
| cs_real_t * | pvol_fc | 
| cs_quant_info_t | face_info | 
| cs_lnum_t | n_edges | 
| cs_gnum_t | n_g_edges | 
| cs_real_t * | edge_vector | 
| cs_real_t * | dface_normal | 
| cs_real_t * | pvol_ec | 
| cs_quant_info_t | edge_info | 
| cs_lnum_t | n_vertices | 
| cs_gnum_t | n_g_vertices | 
| cs_real_t * | pvol_vc | 
| const cs_real_t * | vtx_coord | 
| cs_real_t * | dual_vol | 
| const cs_real_t* b_face_center | 
| const cs_real_t* b_face_normal | 
| const cs_real_t* b_face_surf | 
| const cs_nreal_3_t* b_face_u_normal | 
| cs_real_t* cell_centers | 
| cs_quant_info_t cell_info | 
| const cs_real_t* cell_vol | 
| cs_real_t* dedge_vector | 
| cs_real_t* dface_normal | 
| cs_real_t* dual_vol | 
| cs_quant_info_t edge_info | 
| cs_real_t* edge_vector | 
| cs_quant_info_t face_info | 
| const cs_real_t* i_face_center | 
| const cs_real_t* i_face_normal | 
| const cs_real_t* i_face_surf | 
| const cs_nreal_3_t* i_face_u_normal | 
| cs_lnum_t n_b_faces | 
| cs_lnum_t n_cells | 
| cs_lnum_t n_edges | 
| cs_lnum_t n_faces | 
| cs_gnum_t n_g_cells | 
| cs_gnum_t n_g_edges | 
| cs_gnum_t n_g_faces | 
| cs_gnum_t n_g_vertices | 
| cs_lnum_t n_i_faces | 
| cs_lnum_t n_vertices | 
| cs_real_t* pvol_ec | 
| cs_real_t* pvol_fc | 
| cs_real_t* pvol_vc | 
| bool remove_boundary_faces | 
| double vol_tot | 
| const cs_real_t* vtx_coord |