interpolate Interface

interface
private pure module function interpolate(this, targetArray) result(interpVals)

Arguments

Type IntentOptional Attributes Name
class(Interpolation1D), intent(in) :: this
real(kind=rk), intent(in), dimension(:) :: targetArray

Return Value real(kind=rk),allocatable,dimension(:)

Description

Interpolate input array defined on the same grid as the interpolation object at points