JuliaGeometry/DelaunayTriangulation.jl

Check for duplicate points

Closed this issue · 0 comments

So that e.g. this doesn't hang and instead throws:

a = 0.0
b = 1.0
c = 0.0
d = 1.0
nx = 23
ny = 28
T, adj, adj2v, DG, pts = triangulate_structured(a, b, c, d, nx, ny)
triangulate_bowyer(pts)