tem_reduction_transient_config_type Derived Type

type, public :: tem_reduction_transient_config_type

Contains transient reduction info loaded from variable table for reduction_transient operation kind


Inherited by

type~~tem_reduction_transient_config_type~~InheritedByGraph type~tem_reduction_transient_config_type tem_reduction_transient_config_type type~tem_reduction_transient_type tem_reduction_transient_type type~tem_reduction_transient_type->type~tem_reduction_transient_config_type config type~tem_variable_type tem_variable_type type~tem_variable_type->type~tem_reduction_transient_config_type redTransConfig type~tem_varsys_op_data_type tem_varSys_op_data_type type~tem_varsys_op_data_type->type~tem_reduction_transient_type redTrans

Contents


Components

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

Type of time reduction operation

integer, public :: nRecord = 0

number of interations to record


Source Code

  type tem_reduction_transient_config_type
    !> Type of time reduction operation
    character(len=labelLen) :: reduceType

    !> number of interations to record
    integer :: nRecord = 0
  end type tem_reduction_transient_config_type