tem_parentIDs_type Derived Type

type, private :: tem_parentIDs_type


Components

Type Visibility Attributes Name Initial
integer, public, allocatable :: ptrs(:)

levelwise pointers to the parent eulerian elements in the levelDesc size: pointCoords%nVals


Source Code

  type tem_parentIDs_type
    !> levelwise pointers to the parent eulerian elements in the levelDesc
    !! size: pointCoords%nVals
    ! @todo: SZ: Check the size of this array!!
    integer, allocatable :: ptrs(:)
  end type tem_parentIDs_type