|
character(len=4), dimension(cell_tot_nb), public | cell_mod::cell_name |
| CELL_ARRAY Arrays describing cells. More...
|
|
integer, dimension(cell_tot_nb), public | cell_mod::cell_nbnodes =0 |
| Number of nodes for each cell type. More...
|
|
integer, dimension(cell_tot_nb), public | cell_mod::cell_nbvtx =0 |
| Number of vertexes for each cell type. More...
|
|
integer, dimension(cell_tot_nb), public | cell_mod::cell_nbed =0 |
| Number of edges for each cell type. More...
|
|
integer, dimension(cell_tot_nb), public | cell_mod::cell_nbfc =0 |
| Number of faces for each cell type. More...
|
|
integer, dimension(cell_tot_nb), public | cell_mod::cell_nbitf =0 |
| Number of interfaces for each cell type. More...
|
|
integer, dimension(cell_tot_nb), public | cell_mod::cell_dim =0 |
| Dimension for each cell type. More...
|
|
integer, dimension(cell_tot_nb), public | cell_mod::cell_geo =0 |
| Associated reference cell for each cell type. More...
|
|
integer, dimension(2, cell_max_nbed, cell_tot_nb), public | cell_mod::cell_ed_vtx =0 |
| CELL_ED_VTX(1:2, ed, cl) = vertexes for the edge ed of the cell cl. More...
|
|
integer, dimension(cell_max_nbfc, cell_tot_nb), public | cell_mod::cell_fc_nbvtx =0 |
| CELL_FC_NBVTX(fc, cl) = number of vertexes for the face fc of the cell cl. More...
|
|
integer, dimension(cell_max_nbvtx, cell_max_nbfc, cell_tot_nb), public | cell_mod::cell_fc_vtx =0 |
| CELL_FC_VTX(1:n, fc, cl) = vertexes for the face fc of the cell cl, with n = CELL_FC_NBVTX(fc, cl) More...
|
|
integer, dimension(cell_tot_nb), public | cell_mod::cell_to_gmsh = -1 |
| Dictionnary cell desc. –> GMSH cell desc. More...
|
|
integer, dimension(:), allocatable, public | cell_mod::gmsh_to_cell |
| Dictionnary GMSH cell desc. –> CHORAL cell desc. More...
|
|
type(r_2d), dimension(cell_tot_nb), public | cell_mod::cell_coord |
| Cell node coordinates. More...
|
|