NaturalNeighbours.jl icon indicating copy to clipboard operation
NaturalNeighbours.jl copied to clipboard

Remaining algorithms

Open DanielVandH opened this issue 1 year ago • 3 comments

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.

DanielVandH avatar May 19 '23 01:05 DanielVandH