interpolate Interface

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

Arguments

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

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

Description

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