programmer's documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Variables
Specific arrays for the coupled case
Collaboration diagram for Specific arrays for the coupled case:

Variables

integer, dimension(:), pointer,
save 
itypfb
 
integer, dimension(:), allocatable itrifb
 indirection array allowing to sort the boundary faces according to their boundary condition type itypfb More...
 
integer, dimension(:), pointer izfppp
 to identify boundary zones associated with boundary faces (specific physics models) More...
 
integer, dimension(:), allocatable idfstr
 the index of the structure, (idfstr(ifac) where ifac is the index of the face), 0 if the face is not coupled to any structure. More...
 

Detailed Description

Variable Documentation

integer, dimension(:), allocatable idfstr

the index of the structure, (idfstr(ifac) where ifac is the index of the face), 0 if the face is not coupled to any structure.

integer, dimension(:), allocatable itrifb

indirection array allowing to sort the boundary faces according to their boundary condition type itypfb

integer, dimension(:), pointer, save itypfb

boundary condition type at the boundary face ifac (see user subroutine cs_user_boundary_conditions)

integer, dimension(:), pointer izfppp

to identify boundary zones associated with boundary faces (specific physics models)