GetInterpolatedValue Function

public function GetInterpolatedValue(forcing, invPhi, b, INTERPOLATION, x, y, z) result(value)

Arguments

Type IntentOptional Attributes Name
real(kind=RP), intent(in) :: forcing(:)
real(kind=RP), intent(in) :: invPhi(:,:)
real(kind=RP), intent(in) :: b(:)
integer, intent(in) :: INTERPOLATION
real(kind=RP), intent(in), optional :: x
real(kind=RP), intent(in), optional :: y
real(kind=RP), intent(in), optional :: z

Return Value real(kind=rp)