Contains field specific element information for each level
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private, | allocatable | :: | stencilPos(:) | Position of stencil of each element in array of stencils in layout. Unique stencil label for boundary stencils are created with boundary label and stencil%cxDir therefore each stencil is limited to one boundary type Dimension: globBC%nElems(iLevel) allocated in mus_build_BCStencils (mus_construction_module) |
||
real(kind=rk), | private, | allocatable | :: | lodi(:,:,:) | LODI array for the NRBC Dimension: 4, 3, globBC%nElems(iLevel) allocated in init_nrbc routine |
||
type(bc_moments_type), | private, | allocatable | :: | moments(:) | defined moments position in moments matrix and inverse of unknown pdf matrix Dimension: bc%nElems(iLevel) |
||
integer, | private, | allocatable | :: | posInNghElems(:) | Position in LevelDesc%neigh%NghElems size: globBC%nElems(iLevel) allocated in mus_build_BCStencils routine, mus_construction_module |