|
| integer | ndim |
| | spatial dimension (3) More...
|
| |
| integer, save | ncelet = 0 |
| | number of extended (real + ghost of the 'halo') cells. See Note 1: ghost cells - (halos) More...
|
| |
| integer, save | ncel = 0 |
| | number of real cells in the mesh More...
|
| |
| integer, save | nfabor = 0 |
| | number of boundary faces (see Note 2: internal faces) More...
|
| |
| integer, dimension(:), pointer | ifabor_0 |
| |
| double precision, dimension(:,:), pointer | xyzcen |
| | coordinate of the cell centers More...
|
| |
| double precision, dimension(:,:), pointer | cdgfbo |
| | coordinates of the centers of the boundary faces More...
|
| |
| double precision, dimension(:), pointer | surfbn |
| | norm of the surface of the boundary faces More...
|
| |
Module for mesh-related arrays.