FieldAXPY Interface

public interface FieldAXPY

Called by

interface~~fieldaxpy~~CalledByGraph interface~fieldaxpy FieldAXPY proc~test_fieldaxpy_r4 test_FieldAXPY_R4 proc~test_fieldaxpy_r4->interface~fieldaxpy proc~test_fieldaxpy_r8 test_FieldAXPY_R8 proc~test_fieldaxpy_r8->interface~fieldaxpy

Module Procedures

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