tem_reduction_spatial_config_type Derived Type

type, public :: tem_reduction_spatial_config_type


Inherited by

type~~tem_reduction_spatial_config_type~~InheritedByGraph type~tem_reduction_spatial_config_type tem_reduction_spatial_config_type type~tem_convergenceheader_type tem_convergenceHeader_type type~tem_convergenceheader_type->type~tem_reduction_spatial_config_type redSpatial_config type~tem_tracking_config_type tem_tracking_config_type type~tem_tracking_config_type->type~tem_reduction_spatial_config_type redSpatial_config type~tem_convergence_type tem_convergence_type type~tem_convergence_type->type~tem_convergenceheader_type header type~tem_tracking_type tem_tracking_type type~tem_tracking_type->type~tem_tracking_config_type config type~tem_abortcriteria_type tem_abortCriteria_type type~tem_abortcriteria_type->type~tem_convergence_type convergence type~tem_simcontrol_type tem_simControl_type type~tem_simcontrol_type->type~tem_abortcriteria_type abortCriteria

Contents


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