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_errorhandlingmod->module~mapl_throwmod mpi mpi module~mapl_errorhandlingmod->mpi

Used by

  • module~~mapl_fieldblas~~UsedByGraph module~mapl_fieldblas mapl_FieldBLAS module~mapl_fieldutils MAPL_FieldUtils module~mapl_fieldutils->module~mapl_fieldblas module~test_fieldblas Test_FieldBLAS module~test_fieldblas->module~mapl_fieldblas module~base_implementation Base_Implementation module~base_implementation->module~mapl_fieldutils module~mapl MAPL module~mapl->module~mapl_fieldutils module~mapl_extdatabracket MAPL_ExtDataBracket module~mapl_extdatabracket->module~mapl_fieldutils module~mapl_newarthparsermod MAPL_NewArthParserMod module~mapl_newarthparsermod->module~mapl_fieldutils module~extdata_drivergridcompmod ExtData_DriverGridCompMod module~extdata_drivergridcompmod->module~mapl module~extdatadrivermod ExtDataDriverMod module~extdatadrivermod->module~mapl module~extdatautroot_gridcompmod ExtDataUtRoot_GridCompMod module~extdatautroot_gridcompmod->module~mapl module~mapl_extdataabstractfilehandler MAPL_ExtdataAbstractFileHandler module~mapl_extdataabstractfilehandler->module~mapl_extdatabracket module~mapl_extdataclimfilehandler MAPL_ExtdataClimFileHandler module~mapl_extdataclimfilehandler->module~mapl_extdatabracket module~mapl_extdataderived MAPL_ExtDataDerived module~mapl_extdataderived->module~mapl_newarthparsermod module~mapl_extdatagridcomp2g MAPL_ExtDataGridComp2G module~mapl_extdatagridcomp2g->module~mapl_newarthparsermod module~mapl_extdatagridcompmod MAPL_ExtDataGridCompMod module~mapl_extdatagridcompmod->module~mapl_newarthparsermod module~mapl_extdatamask MAPL_ExtDataMask module~mapl_extdatamask->module~mapl_newarthparsermod module~mapl_extdatasimplefilehandler MAPL_ExtdataSimpleFileHandler module~mapl_extdatasimplefilehandler->module~mapl_extdatabracket module~mapl_extdatatypedef MAPL_ExtDataTypeDef module~mapl_extdatatypedef->module~mapl_extdatabracket module~mapl_extdatatypedef->module~mapl_newarthparsermod module~mapl_historygridcompmod MAPL_HistoryGridCompMod module~mapl_historygridcompmod->module~mapl_newarthparsermod module~mapl_mod MAPL_Mod module~mapl_mod->module~mapl module~maplbase_mod MAPLBase_Mod module~maplbase_mod->module~mapl_newarthparsermod module~regrid_util_support_mod regrid_util_support_mod module~regrid_util_support_mod->module~mapl module~varspecdescriptionmod VarspecDescriptionMod module~varspecdescriptionmod->module~mapl program~comp_testing_driver comp_testing_driver program~comp_testing_driver->module~mapl program~extdata_driver ExtData_Driver program~extdata_driver->module~mapl program~main~3 main program~main~3->module~mapl program~main~8 main program~main~8->module~mapl program~time_ave time_ave program~time_ave->module~mapl

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, (:)