9.1
general documentation
Mesh Fortran structure, pointers to the C structure

Functions/Subroutines

elemental pure integer function ifabor (ifac)
  index-number of the (unique) neighboring cell for each boundary face More...
 

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...
 

Detailed Description

Function/Subroutine Documentation

◆ ifabor()

elemental pure integer function ifabor ( integer, intent(in)  ifac)

index-number of the (unique) neighboring cell for each boundary face

Variable Documentation

◆ cdgfbo

double precision, dimension(:,:), pointer cdgfbo

coordinates of the centers of the boundary faces

◆ ifabor_0

integer, dimension(:), pointer ifabor_0

◆ ncel

integer, save ncel = 0

number of real cells in the mesh

◆ ncelet

integer, save ncelet = 0

number of extended (real + ghost of the 'halo') cells. See Note 1: ghost cells - (halos)

◆ ndim

integer ndim

spatial dimension (3)

◆ nfabor

integer, save nfabor = 0

number of boundary faces (see Note 2: internal faces)

◆ surfbn

double precision, dimension(:), pointer surfbn

norm of the surface of the boundary faces

◆ xyzcen

double precision, dimension(:,:), pointer xyzcen

coordinate of the cell centers