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.
The computer code and data files described and made available on this web page are distributed under the MIT license
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.
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.