cvt_box_test


cvt_box_test, a C++ code which call ccvt_box() to creates a Centroidal Voronoi Tessellation of points in a 2D box, with points constrained to lie on the boundary 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:

cvt_box, a C++ code which calculates a Constrained Centroidal Voronoi Tessellation (CCVT) constrained to a box region, with points projected to the boundary;

Source Code:

-
Last revised on 14 February 2020.