PFL_WrapArray Module


Used by

  • module~~pfl_wraparray~~UsedByGraph module~pfl_wraparray PFL_WrapArray module~pflogger pflogger module~pflogger->module~pfl_wraparray

Interfaces

public interface wrapArray

  • private function wrap1d(array) result(wrapper)

    Arguments

    Type IntentOptional Attributes Name
    class(*), intent(in) :: array(:)

    Return Value type(WrapArray1d)

  • private function wrap2d(array) result(wrapper)

    Arguments

    Type IntentOptional Attributes Name
    class(*), intent(in) :: array(:,:)

    Return Value type(WrapArray2d)

  • private function wrap3d(array) result(wrapper)

    Arguments

    Type IntentOptional Attributes Name
    class(*), intent(in) :: array(:,:,:)

    Return Value type(WrapArray3d)

  • private function wrap4d(array) result(wrapper)

    Arguments

    Type IntentOptional Attributes Name
    class(*), intent(in) :: array(:,:,:,:)

    Return Value type(WrapArray4d)

  • private function wrap5d(array) result(wrapper)

    Arguments

    Type IntentOptional Attributes Name
    class(*), intent(in) :: array(:,:,:,:,:)

    Return Value type(WrapArray5d)


Derived Types

type, public ::  WrapArray1d

Components

Type Visibility Attributes Name Initial
integer, public :: placeholder

type, public ::  WrapArray2d

Components

Type Visibility Attributes Name Initial
integer, public :: placeholder

type, public ::  WrapArray3d

Components

Type Visibility Attributes Name Initial
integer, public :: placeholder

type, public ::  WrapArray4d

Components

Type Visibility Attributes Name Initial
integer, public :: placeholder

type, public ::  WrapArray5d

Components

Type Visibility Attributes Name Initial
integer, public :: placeholder