lanl / spiner

Performance portable routines for generic, tabulated, multi-dimensional data
https://lanl.github.io/spiner
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

Decouple interpolation from gridding #5

Open Yurlungur opened 3 years ago

Yurlungur commented 3 years ago

A long time ago now, @jdolence suggested a refactor where we split the data representation, the gridding, and the interpolation technique into three separate parts that can be mixed and matched, in support of non-uniform grids and rational function interpolation. We should revisit this at some point.