9.0
general documentation
Loading...
Searching...
No Matches
cs_macfb_builder_t Struct Reference

#include <cs_macfb_builder.h>

Collaboration diagram for cs_macfb_builder_t:

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]

Field Documentation

◆ c_id

cs_lnum_t c_id

cell id

◆ dir_values

cs_real_t dir_values[6][4]

dirichlet values at edges

◆ dof_ids

cs_lnum_t dof_ids[30]

face DoF ids

◆ f2e_ids

cs_lnum_t f2e_ids[6][4]

cellwise face->edges ids, same order as f2f

◆ f2f_h

cs_real_t f2f_h[6][4]

distance beetwen barycenter of each face->face 4 entries by face

◆ f2f_ids

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

◆ f2f_idx

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

◆ f2f_surf_cv_c

cs_real_t f2f_surf_cv_c[6][4]

surface of each face of the controle volume face->face (restricted to the cell)

◆ f2fo_idx

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

◆ f_axis

axis of local faces

◆ f_h_cv

cs_real_t f_h_cv[6]

normal length of the control volume for a face

◆ f_ids

cs_lnum_t f_ids[30]

face ids on this rank

◆ f_opp_idx

short int f_opp_idx[6]

opposite face index to the face inside the cell

◆ f_sgn_axis

short int f_sgn_axis[6]

axis incidence number between f and c

◆ f_vol_cv

cs_real_t f_vol_cv[6]

volume of the control volume for a face

◆ n_dofs

short int n_dofs

number of dofs in a cell

◆ n_fc

short int n_fc

number of faces in a cell (inner and outer) > 6

◆ n_max_dofs

short int n_max_dofs

maximum number of dofs in a cell


The documentation for this struct was generated from the following file: