Hi all,
I experience a strange behaviour with the Nearest Neighbour method. In some cases, if the coordinates of a point (source) match exactly the coordinates of the mesh node (z to interpolate), the interpolator doesn't take this point but the next nearest point. This behaviour happens also with the Inverse Distance method. With the linear method all is fine since this method, unlike the two other methods, doesn't have a distance based algorithm.
In my view, in such situations all the methods should give the same results.
Enclosed a mesh file and an interpolator file. See mesh node number 19...
I use v3.3.4, hence, maybe this issue has been solved already.
With best regards,
Clemens