#include <cs_macfb_builder.h>
Data Fields | |
cs_lnum_t | c_id |
short int | n_dofs |
short int | n_max_dofs |
cs_lnum_t | dof_ids [30] |
short int | n_fc |
cs_lnum_t | f_ids [30] |
cs_flag_cartesian_axis_t | f_axis [30] |
short int | f_sgn_axis [6] |
cs_real_t | f_vol_cv [6] |
cs_real_t | f_h_cv [6] |
short int | f_opp_idx [6] |
short int | f2f_idx [6][4] |
cs_lnum_t | f2f_ids [6][4] |
short int | f2fo_idx [6][4][2] |
cs_real_t | f2f_h [6][4] |
cs_real_t | f2f_surf_cv_c [6][4] |
cs_lnum_t | f2e_ids [6][4] |
cs_real_t | dir_values [6][4] |
cs_lnum_t c_id |
cell id
cs_real_t dir_values[6][4] |
dirichlet values at edges
cs_lnum_t dof_ids[30] |
face DoF ids
cs_lnum_t f2e_ids[6][4] |
cellwise face->edges ids, same order as f2f
cs_real_t f2f_h[6][4] |
distance beetwen barycenter of each face->face 4 entries by face
cs_lnum_t f2f_ids[6][4] |
cellwise face->face ids with same direction and sharing an edge with the current face Negative index means to that is not a face 4 entries by face
short int f2f_idx[6][4] |
cellwise face->face index with same direction and sharing an edge with the current face Negative index means to skip entry 4 entries by face
cs_real_t f2f_surf_cv_c[6][4] |
surface of each face of the controle volume face->face (restricted to the cell)
short int f2fo_idx[6][4][2] |
cellwise face->face index with orthogonal direction and sharing an edge with the current face Negative index means to skip entry 8 = (4*2) entries by face
cs_flag_cartesian_axis_t f_axis[30] |
axis of local faces
cs_real_t f_h_cv[6] |
normal length of the control volume for a face
cs_lnum_t f_ids[30] |
face ids on this rank
short int f_opp_idx[6] |
opposite face index to the face inside the cell
short int f_sgn_axis[6] |
axis incidence number between f and c
cs_real_t f_vol_cv[6] |
volume of the control volume for a face
short int n_dofs |
number of dofs in a cell
short int n_fc |
number of faces in a cell (inner and outer) > 6
short int n_max_dofs |
maximum number of dofs in a cell