atl_source_type Derived Type

type, public :: atl_source_type

Description of the new source type in Ateles


Components

Type Visibility Attributes Name Initial
type(atl_source_op_type), public, allocatable :: method(:)

Contains source elements position in tree%treeID and function pointer to update source. size: varDict%nVals

integer, public, allocatable :: poly_proj_pos(:)

Postition of individual projection method in the projection list. This list is levelwise, size: (minLevel:maxLevel)

type(grw_stringkeyvaluepairarray_type), public :: varDict

This dictionary is used to map variables from the variable system to source variables to be used as data source.