tem_indexLvl_type Derived Type

type, public :: tem_indexLvl_type

Type to store the index of points of the inputs levelwise, since points are levelwise


Components

Type Visibility Attributes Name Initial
type(grw_intarray_type), public :: indexLvl(globalMaxLevels)

Source Code

  type tem_indexLvl_type
    type( grw_intArray_type) :: indexLvl(globalMaxLevels)
  end type tem_indexLvl_type