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

Implementation of qh_findbestfacet / find_simplex #20

Open
Havrevoll opened this issue Jun 22, 2021 · 0 comments
Open

Implementation of qh_findbestfacet / find_simplex #20

Havrevoll opened this issue Jun 22, 2021 · 0 comments

Comments

@Havrevoll
Copy link

Is it possible to implement the qh_findbestfacet / find_simplex function in MiniQhull? This would make it easy to do fast, linear interpolations from discrete, unstructured data points in 3 dimensions.

I am using Delaunay triangulation for creating an interpolating, continuous function from discrete data points in a vector field of flow velocity in time and two spatial dimensions. Presently, I am using Python for this (the workhorse is scipy.spatial.Delaunay.find_simplex), but I have been thinking of transferring the project to Julia. If this was made in Julia, do you think it would be faster than the Python version? Or would the function depend more on the efficiency of the underlying, original C function (qh_findbestfacet) from the Qhull library anyway?

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