MAPL_RangeMod Module


Uses

  • module~~mapl_rangemod~~UsesGraph module~mapl_rangemod MAPL_RangeMod iso_fortran_env iso_fortran_env module~mapl_rangemod->iso_fortran_env module~mapl_exceptionhandling MAPL_ExceptionHandling module~mapl_rangemod->module~mapl_exceptionhandling module~mapl_errorhandlingmod MAPL_ErrorHandlingMod module~mapl_exceptionhandling->module~mapl_errorhandlingmod module~mapl_throwmod MAPL_ThrowMod module~mapl_exceptionhandling->module~mapl_throwmod module~mapl_errorhandlingmod->module~mapl_throwmod mpi mpi module~mapl_errorhandlingmod->mpi

Used by

  • module~~mapl_rangemod~~UsedByGraph module~mapl_rangemod MAPL_RangeMod module~base_implementation Base_Implementation module~base_implementation->module~mapl_rangemod module~mapl_basemod MAPL_BaseMod module~mapl_basemod->module~mapl_rangemod module~maplshared MaplShared module~maplshared->module~mapl_rangemod module~supportmod SupportMod module~supportmod->module~mapl_rangemod

Interfaces

public interface MAPL_Range

  • private function MAPL_Range_REAL64(x0, x1, n, conversion_factor, rc) result(range)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=REAL64), intent(in) :: x0
    real(kind=REAL64), intent(in) :: x1
    integer, intent(in) :: n
    real(kind=REAL64), intent(in), optional :: conversion_factor
    integer, intent(out), optional :: rc

    Return Value real(kind=REAL64), allocatable, (:)

  • private function MAPL_Range_REAL32(x0, x1, n, conversion_factor, rc) result(range)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=REAL32), intent(in) :: x0
    real(kind=REAL32), intent(in) :: x1
    integer, intent(in) :: n
    real(kind=REAL64), intent(in), optional :: conversion_factor
    integer, intent(out), optional :: rc

    Return Value real(kind=REAL64), allocatable, (:)