triangulation_delaunay_discrepancy_test


triangulation_delaunay_discrepancy_test, a C++ code which calls triangulation_delaunay_discrepancy(), which computes the local Delaunay discrepancy of a triangulation.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

triangulation_delaunay_discrepancy, a C++ code which measures the amount by which a triangulation fails the local Delaunay test;

Source Code:

TEN3 is a triangulation of 10 nodes. It is a Delaunay triangulation.

TED3 is a triangulation of 10 nodes. It is NOT a Delaunay triangulation.


Last revised on 06 May 2020.