ALGORITHM 751 - TRIPACK - A CONSTRAINED 2-DIMENSIONAL DELAUNAY TRIANGULATION PACKAGE

Authors
Citation
Rj. Renka, ALGORITHM 751 - TRIPACK - A CONSTRAINED 2-DIMENSIONAL DELAUNAY TRIANGULATION PACKAGE, ACM transactions on mathematical software, 22(1), 1996, pp. 1-8
Citations number
5
Categorie Soggetti
Computer Sciences",Mathematics
ISSN journal
00983500
Volume
22
Issue
1
Year of publication
1996
Pages
1 - 8
Database
ISI
SICI code
0098-3500(1996)22:1<1:A7-T-A>2.0.ZU;2-T
Abstract
TRIPACK is a Fortran 77 software package that employs an incremental a lgorithm to construct a constrained Delaunay triangulation of a set of points in the plane (nodes). The triangulation covers the convex hull of the nodes but may include polygonal constraint regions whose trian gles are distinguishable from those in the remainder of the triangulat ion. This effectively allows for a nonconvex or multiply connected tri angulation (the complement of the union of constraint regions) while r etaining the efficiency of searching and updating a convex triangulati on. The package provides a wide range of capabilities including an eff icient means of updating the triangulation with nodal additions or del etions. For N nodes, the storage requirement is 13N integer storage lo cations in addition to the 2N nodal coordinates.