Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remaining algorithms #1

Open
2 of 4 tasks
DanielVandH opened this issue May 19, 2023 · 3 comments
Open
2 of 4 tasks

Remaining algorithms #1

DanielVandH opened this issue May 19, 2023 · 3 comments

Comments

@DanielVandH
Copy link
Owner

DanielVandH commented May 19, 2023

Would still like to eventually implement the following algorithms; chapter numbers refer to pages in Bobach's thesis here.

  • Farin's $C^1$ interpolant (Chapter 3.2.7.2)
  • 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
Copy link
Owner Author

I have a working version of Farin's $C^1$ interpolant in https://github.com/DanielVandH/NaturalNeighbours.jl/tree/farin. Just needs to be properly tested.

@DanielVandH
Copy link
Owner Author

DanielVandH commented May 24, 2023

Good references for Farin and Hiyoshi's smooth coordinates:

https://link.springer.com/chapter/10.1007/978-3-540-24767-8_8
https://theses.hal.science/tel-00832487/PDF/these-flototto.pdf

Also, for Hiyoshi's $C^k$ interpolant, https://www.sciencedirect.com/science/article/pii/S0925772101000529 is the initial reference (but Bobach's discussion of the implementation in his thesis and here https://link.springer.com/content/pdf/10.1007/11919629_20.pdf?pdf=inline%20link will be the main reference).

The reference for ghost point extrapolation is Bobach's thesis and https://www.sciencedirect.com/science/article/pii/S001044850800167X.

@DanielVandH
Copy link
Owner Author

https://dl.acm.org/doi/abs/10.1504/IJCSE.2007.014460 another reference for Hiyoshi's $C^2$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant