MAPL_FieldBinaryOperations Module


Uses

  • module~~mapl_fieldbinaryoperations~~UsesGraph module~mapl_fieldbinaryoperations MAPL_FieldBinaryOperations ESMF ESMF module~mapl_fieldbinaryoperations->ESMF module~mapl_exceptionhandling MAPL_ExceptionHandling module~mapl_fieldbinaryoperations->module~mapl_exceptionhandling module~mapl_fieldpointerutilities MAPL_FieldPointerUtilities module~mapl_fieldbinaryoperations->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_fieldbinaryoperations~~UsedByGraph module~mapl_fieldbinaryoperations MAPL_FieldBinaryOperations module~mapl_fieldutils MAPL_FieldUtils module~mapl_fieldutils->module~mapl_fieldbinaryoperations module~test_fieldarithmetic Test_FieldArithmetic module~test_fieldarithmetic->module~mapl_fieldbinaryoperations module~base_implementation Base_Implementation module~base_implementation->module~mapl_fieldutils module~mapl MAPL module~mapl->module~mapl_fieldutils module~mapl3g_convertunitsaction mapl3g_ConvertUnitsAction module~mapl3g_convertunitsaction->module~mapl_fieldutils module~mapl3g_copyaction mapl3g_CopyAction module~mapl3g_copyaction->module~mapl_fieldutils module~mapl_extdatabracket MAPL_ExtDataBracket module~mapl_extdatabracket->module~mapl_fieldutils module~mapl_extdatagridcomp2g MAPL_ExtDataGridComp2G module~mapl_extdatagridcomp2g->module~mapl_fieldutils module~mapl_newarthparsermod MAPL_NewArthParserMod module~mapl_newarthparsermod->module~mapl_fieldutils module~protoextdatagc ProtoExtDataGC module~protoextdatagc->module~mapl_fieldutils

Subroutines

public subroutine fieldAdd(field_out, field_a, field_b, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Field), intent(inout) :: field_out
type(ESMF_Field), intent(inout) :: field_a
type(ESMF_Field), intent(inout) :: field_b
integer, intent(out), optional :: rc

public subroutine fieldDivide(field_out, field_a, field_b, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Field), intent(inout) :: field_out
type(ESMF_Field), intent(inout) :: field_a
type(ESMF_Field), intent(inout) :: field_b
integer, intent(out), optional :: rc

public subroutine fieldMultiply(field_out, field_a, field_b, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Field), intent(inout) :: field_out
type(ESMF_Field), intent(inout) :: field_a
type(ESMF_Field), intent(inout) :: field_b
integer, intent(out), optional :: rc

public subroutine fieldPower(field_out, field_a, field_b, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Field), intent(inout) :: field_out
type(ESMF_Field), intent(inout) :: field_a
type(ESMF_Field), intent(inout) :: field_b
integer, intent(out), optional :: rc

public subroutine fieldSubtract(field_out, field_a, field_b, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Field), intent(inout) :: field_out
type(ESMF_Field), intent(inout) :: field_a
type(ESMF_Field), intent(inout) :: field_b
integer, intent(out), optional :: rc