interpolate Module Function

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

Interpolate FlatNDData onto interpolation points using weighted averages of vertices of the containing hypercube

Arguments

Type IntentOptional Attributes Name
class(InterpolationND), intent(in) :: this
type(FlatNDData), intent(in) :: targetArray

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