Functions/Subroutines | |
| elemental pure integer function | ifabor (ifac) |
| index-number of the (unique) neighboring cell for each boundary face More... | |
| subroutine | majgeo (ncel2, ncele2, nfabo2, ifabo2, xyzce2, cdgfb2, srfbn2) |
Variables | |
| 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... | |
| subroutine majgeo | ( | integer(c_int), intent(in) | ncel2, |
| integer(c_int), intent(in) | ncele2, | ||
| integer(c_int), intent(in) | nfabo2, | ||
| integer(c_int), dimension(nfabo2), target | ifabo2, | ||
| real(c_double), dimension(3,ncele2), target | xyzce2, | ||
| real(c_double), dimension(3,nfabo2), target | cdgfb2, | ||
| real(c_double), dimension(nfabo2), target | srfbn2 | ||
| ) |