NaturalNeighbours.jl
NaturalNeighbours.jl copied to clipboard
Remaining algorithms
Would still like to eventually implement the following algorithms; chapter numbers refer to pages in Bobach's thesis here.
- [x] Farin's $C^1$ interpolant (Chapter 3.2.7.2)
- [x] Hiyoshi's $C^2$ interpolant (Chapter 3.2.7.3)
- [ ] Hioyshi's coordinates (Chapter 3.2.5.5, Chapter 5.5)
- [ ] Ghost point extrapolation (Chapter 8)
The main issues being I'm not 100% sure I understand the splines yet for the first two methods, and Bobach's description of Hiyoshi's coordinates confuses me.