My Project
programmer's documentation
All Data Structures Namespaces 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

◆ idfstr

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.

◆ itrifb

integer, dimension(:), allocatable itrifb

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

◆ itypfb

integer, dimension(:), pointer, save itypfb

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

◆ izfppp

integer, dimension(:), pointer izfppp

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