mapl_FieldBLAS Module


Uses

  • module~~mapl_fieldblas~~UsesGraph module~mapl_fieldblas mapl_FieldBLAS ESMF ESMF module~mapl_fieldblas->ESMF module~mapl_exceptionhandling MAPL_ExceptionHandling module~mapl_fieldblas->module~mapl_exceptionhandling module~mapl_fieldpointerutilities MAPL_FieldPointerUtilities module~mapl_fieldblas->module~mapl_fieldpointerutilities module~mapl_errorhandlingmod mapl_ErrorHandlingMod module~mapl_exceptionhandling->module~mapl_errorhandlingmod module~mapl_throwmod MAPL_ThrowMod module~mapl_exceptionhandling->module~mapl_throwmod module~mapl_fieldpointerutilities->ESMF module~mapl_fieldpointerutilities->module~mapl_exceptionhandling iso_c_binding iso_c_binding module~mapl_fieldpointerutilities->iso_c_binding module~mapl_errorhandling mapl_ErrorHandling module~mapl_errorhandlingmod->module~mapl_errorhandling module~mapl_errorhandling->module~mapl_throwmod mpi mpi module~mapl_errorhandling->mpi

Used by

  • module~~mapl_fieldblas~~UsedByGraph module~mapl_fieldblas mapl_FieldBLAS module~mapl3g_vectorbasis mapl3g_VectorBasis module~mapl3g_vectorbasis->module~mapl_fieldblas module~mapl_fieldutils MAPL_FieldUtils module~mapl_fieldutils->module~mapl_fieldblas module~test_fieldblas Test_FieldBLAS module~test_fieldblas->module~mapl_fieldblas

Interfaces

public interface FieldAXPY

  • private subroutine axpy_r4(a, x, y, rc)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=ESMF_KIND_R4), intent(in) :: a
    type(ESMF_Field), intent(inout) :: x
    type(ESMF_Field), intent(inout) :: y
    integer, intent(out), optional :: rc
  • private subroutine axpy_r8(a, x, y, rc)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=ESMF_KIND_R8), intent(in) :: a
    type(ESMF_Field), intent(inout) :: x
    type(ESMF_Field), intent(inout) :: y
    integer, intent(out), optional :: rc

public interface FieldConvertPrec

  • private subroutine convert_prec(x, y, rc)

    Arguments

    Type IntentOptional Attributes Name
    type(ESMF_Field), intent(inout) :: x
    type(ESMF_Field), intent(inout) :: y
    integer, intent(out), optional :: rc

public interface FieldGEMV

  • private subroutine gemv_r4(alpha, A, x, beta, y, rc)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=ESMF_KIND_R4), intent(in) :: alpha
    real(kind=ESMF_KIND_R4), intent(in) :: A(:,:,:)
    type(ESMF_Field), intent(inout) :: x(:)
    real(kind=ESMF_KIND_R4), intent(in) :: beta
    type(ESMF_Field), intent(inout) :: y(:)
    integer, intent(out), optional :: rc
  • private subroutine gemv_r8(alpha, A, x, beta, y, rc)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=ESMF_KIND_R8), intent(in) :: alpha
    real(kind=ESMF_KIND_R8), intent(in) :: A(:,:,:)
    type(ESMF_Field), intent(inout) :: x(:)
    real(kind=ESMF_KIND_R8), intent(in) :: beta
    type(ESMF_Field), intent(inout) :: y(:)
    integer, intent(out), optional :: rc

public interface FieldSCAL

  • private subroutine scale_r4(a, x, rc)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=ESMF_KIND_R4), intent(in) :: a
    type(ESMF_Field), intent(inout) :: x
    integer, intent(out), optional :: rc
  • private subroutine scale_r8(a, x, rc)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=ESMF_KIND_R8), intent(in) :: a
    type(ESMF_Field), intent(inout) :: x
    integer, intent(out), optional :: rc

public interface FieldSpread

  • private function spread_scalar(source, ncopies, rc) result(vector)

    Arguments

    Type IntentOptional Attributes Name
    type(ESMF_Field), intent(inout) :: source
    integer, intent(in) :: ncopies
    integer, intent(out), optional :: rc

    Return Value type(ESMF_Field), allocatable, (:)