Test_FieldArithmetic Module


Uses

  • module~~test_fieldarithmetic~~UsesGraph module~test_fieldarithmetic Test_FieldArithmetic ESMF ESMF module~test_fieldarithmetic->ESMF module~field_utils_setup field_utils_setup module~test_fieldarithmetic->module~field_utils_setup module~mapl_exceptionhandling MAPL_ExceptionHandling module~test_fieldarithmetic->module~mapl_exceptionhandling module~mapl_fieldbinaryoperations MAPL_FieldBinaryOperations module~test_fieldarithmetic->module~mapl_fieldbinaryoperations module~mapl_fieldpointerutilities MAPL_FieldPointerUtilities module~test_fieldarithmetic->module~mapl_fieldpointerutilities module~mapl_fieldunaryfunctions MAPL_FieldUnaryFunctions module~test_fieldarithmetic->module~mapl_fieldunaryfunctions module~mapl_fieldutilities MAPL_FieldUtilities module~test_fieldarithmetic->module~mapl_fieldutilities pfunit pfunit module~test_fieldarithmetic->pfunit module~field_utils_setup->ESMF module~field_utils_setup->module~mapl_exceptionhandling funit funit module~field_utils_setup->funit module~mapl_errorhandlingmod MAPL_ErrorHandlingMod module~mapl_exceptionhandling->module~mapl_errorhandlingmod module~mapl_throwmod MAPL_ThrowMod module~mapl_exceptionhandling->module~mapl_throwmod module~mapl_fieldbinaryoperations->ESMF module~mapl_fieldbinaryoperations->module~mapl_exceptionhandling module~mapl_fieldbinaryoperations->module~mapl_fieldpointerutilities module~mapl_fieldpointerutilities->ESMF module~mapl_fieldpointerutilities->module~mapl_exceptionhandling iso_c_binding iso_c_binding module~mapl_fieldpointerutilities->iso_c_binding module~mapl_fieldunaryfunctions->ESMF module~mapl_fieldunaryfunctions->module~mapl_exceptionhandling module~mapl_fieldunaryfunctions->module~mapl_fieldpointerutilities module~mapl_fieldutilities->ESMF module~mapl_fieldutilities->module~mapl_fieldpointerutilities module~mapl_fieldutilities->module~mapl_errorhandlingmod module~mapl_errorhandlingmod->module~mapl_throwmod mpi mpi module~mapl_errorhandlingmod->mpi

Variables

Type Visibility Attributes Name Initial
real(kind=ESMF_KIND_R4), public, parameter :: ADD_R4 = 100.0
real(kind=ESMF_KIND_R8), public, parameter :: ADD_R8 = 100.0

Subroutines

public subroutine set_up_data(this)

Arguments

Type IntentOptional Attributes Name
class(MpiTestMethod), intent(inout) :: this

public subroutine teardown(this)

Arguments

Type IntentOptional Attributes Name
class(MpiTestMethod), intent(inout) :: this

public subroutine test_FieldAddR4(this)

Arguments

Type IntentOptional Attributes Name
class(MpiTestMethod), intent(inout) :: this

public subroutine test_FieldAddR4_missing(this)

Arguments

Type IntentOptional Attributes Name
class(MpiTestMethod), intent(inout) :: this

public subroutine test_FieldAddR8(this)

Arguments

Type IntentOptional Attributes Name
class(MpiTestMethod), intent(inout) :: this

public subroutine test_FieldNegR4(this)

Arguments

Type IntentOptional Attributes Name
class(MpiTestMethod), intent(inout) :: this

public subroutine test_FieldPowR4(this)

Arguments

Type IntentOptional Attributes Name
class(MpiTestMethod), intent(inout) :: this

public subroutine test_FieldPowR8(this)

Arguments

Type IntentOptional Attributes Name
class(MpiTestMethod), intent(inout) :: this

public subroutine test_FieldSinR4(this)

Arguments

Type IntentOptional Attributes Name
class(MpiTestMethod), intent(inout) :: this