interp2_plaid Module Procedure

module procedure interp2_plaid pure module function interp2_plaid(x1, x2, f, x1i, x2i)

A 2D BILINEAR INTERPOLATION FUNCTION. THIS VERSION ASSUMES A PLAID INTERPRETATION OF THE OUTPUT POINTS (I.E. THAT THEY FORM A 2D MESHGRID RATHER THAN A FLAT LIST OF POINTS.

MZ - this may not be used at all anymore, but kept for potential future use???

Arguments

Type IntentOptional AttributesName
real(kind=wp), intent(in), dimension(:):: x1
real(kind=wp), intent(in), dimension(:):: x2
real(kind=wp), intent(in), dimension(:,:):: f
real(kind=wp), intent(in), dimension(:):: x1i
real(kind=wp), intent(in), dimension(:):: x2i

Return Value real(kind=wp) (1:size(x1i,1),1:size(x2i,1))


Called by

proc~~interp2_plaid~~CalledByGraph proc~interp2_plaid interp2_plaid interface~interp2_plaid interp2_plaid interface~interp2_plaid->proc~interp2_plaid

Contents

None