levelValues_type Derived Type

type, public :: levelValues_type

Auxilary data type to provide data on the current level iteration.


Contents


Components

TypeVisibilityAttributesNameInitial
integer(kind=long_k), private :: ID_offset

First treeID on current level

real(kind=rk), private :: dx

Node cube length on current level

integer, private :: level

Number of the level itself.