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

Minimum Surface Curvature Interpolation Method

Open montyvesselinov opened this issue 11 years ago • 2 comments

I will suggest to add Minimum Surface Curvature Interpolation Method

http://math.stackexchange.com/questions/425248/minimum-surface-curvature-interpolation-method

label:enhancement

montyvesselinov avatar Nov 15 '14 16:11 montyvesselinov

It looks like a very nice method, one that I suspect @tlycken would find especially attractive. I can't promise anyone will implement it for you, so if you want this your best option might be to contribute it. It might be best to focus on Interpolations.jl, specifically the "rewrite" branch, as I suspect this will eventually become the main pure-julia interpolation package (with my full support).

https://github.com/tlycken/Interpolations.jl/tree/rewrite

One interesting mathematical point is that the number of derivatives you'll need varies with dimensionality. IIRC, you'll want something like 2d derivatives in d dimensions. For example, the solution to Laplace's equation in 2d contains a singularity, and that's not exactly what you probably have in mind for interpolation...

timholy avatar Nov 15 '14 17:11 timholy

@montyvesselinov I've been able to give some love to Interpolations.jl over this weekend, so the basic framework of the library is starting to take shape. The rewrite branch that Tim linked to above doesn't exist anymore - just look at master instead. If you'd like to help implementing MSC interpolation it would be a more than welcome contribution! =)

tomasaschan avatar Nov 23 '14 15:11 tomasaschan