dist_specification_record Derived Type

type, public :: dist_specification_record


Components

Type Visibility Attributes Name Initial
integer, public :: drank
integer, public, pointer :: dsize(:)

Source Code

  type dist_specification_record
     integer :: drank                            ! rank of the distribution
     integer, pointer :: dsize(:)                ! num of dist elements along axis
  end type dist_specification_record