FlatTree Derived Type

type, public :: FlatTree

Flattened calculation tree for pointer-safe copying


Components

Type Visibility Attributes Name Initial
type(CalculationKernel), public, allocatable, dimension(:) :: kernels
type(IntArray), public, allocatable, dimension(:) :: children
integer(kind=ik), public, allocatable, dimension(:) :: parent