sisl/GridInterpolations.jl

NearestGrid

mykelk opened this issue · 1 comments

It would be nice to have something like this:

type NearestGrid <: AbstractGrid

It just does nearest neighbor interpolation. It should be pretty simple to implement.