trig_to_neib_test


trig_to_neib_test, a C code which calls trig_to_neib() to read files defining the nodes and elements of a triangulation, and compute a list of the node neighbors, and, optionally, information about the Voronoi decomposition of the region.

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Related Data and Programs:

trig_to_neib, a C code which reads NODE and ELE files (a format prescribed by triangle) describing a triangulation, and produces a file defining the neighbor triangles of each element, and information about the Voronoi diagram, by Lili Ju.

Source Code:

ELL is a set of example data which corresponds to a mesh using 21 nodes and 24 elements, constituting a mesh of an L-shaped domain.

GREENLAND is a set of example data which corresponds to a mesh using 33,343 nodes and 64,125 elements, constituting a mesh of Greenland.


Last revised on 23 August 2019.