tem_reduction_spatial_config_type Derived Type

type, public :: tem_reduction_spatial_config_type


Components

Type Visibility Attributes Name Initial
character(len=labelLen), public, allocatable :: reduceType(:)

Which operation to perform on the list of elements

logical, public :: active = .false.

Source Code

  type tem_reduction_spatial_config_type
    !> Which operation to perform on the list of elements
    character(len=labelLen), allocatable :: reduceType(:)

    logical :: active = .false.
  end type tem_reduction_spatial_config_type