JuliaGeometry / Meshes.jl

Computational geometry in Julia
https://juliageometry.github.io/MeshesDocs/stable
Other
394 stars 85 forks source link

Add `refine` method based on Delaunay vertex insertion #877

Closed juliohm closed 2 months ago

juliohm commented 3 months ago

Now that we have Delaunay tesselation and triangulation, we can consider a new refine method that refines the mesh at specific places of interest.

juliohm commented 2 months ago

This is currently not possible due to integration issues with DelaunayTriangulation.jl. Closing for now.