davidcsterratt / RTriangle

Port of the Triangle Two-Dimensional Quality Mesh Generator and Delaunay Triangulator to R
https://cran.r-project.org/package=RTriangle
9 stars 4 forks source link

RTriangle runs out of memory #12

Closed davidcsterratt closed 1 year ago

davidcsterratt commented 6 years ago

When triangulating certain PSLGs subject to area and angle quality constraints (a and q options), and with the insertion of Steiner points in the boundary suppressed (Y=TRUE), triangulate() can try to generate infinite numbers of internal Steiner points, leading to an out of memory error.

davidcsterratt commented 1 year ago

Now part of 1.6-0.11