tem_parentIDs_type Derived Type

type, private :: tem_parentIDs_type


Inherited by

type~~tem_parentids_type~~InheritedByGraph type~tem_parentids_type tem_parentIDs_type type~tem_surfdata_type tem_surfData_type type~tem_surfdata_type->type~tem_parentids_type parentIDs

Contents

Source Code


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