triangulation_t3_to_t4_test


triangulation_t3_to_t4_test, a C++ code which calls triangulation_t3_to_t4(), which reads information describing a triangulation of a set of points using 3-node "T3" triangles, and creates a 4-node "T4" triangulation.

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:

triangulation_t3_to_t4, a C++ code which reads information about a 3-node triangulation and creates data defining a corresponding 4-node triangulation (vertices + centroid);

Source Code:

EXAMPLE is a simple set of example data:


Last revised on 06 May 2020.