CCVT_BOX
Animated Constrained CVT Algorithm


CCVT_BOX is an interactive MATLAB program, which allows the user to specify certain parameters, and then creates and animates a Centroidal Voronoi Tessellation tof points in a 2D box. After each iteration, points near the boundary are projected onto the boundary.

The data that the user may set includes:

Author:

The FORTRAN version of CCVT_BOX was written by Lili Ju.

Related Data and Programs:

AVI is a data directory which contains an animation of the behavior of the generator points during the iteration, as computed by CCVT_BOX.

CCVT_BOX is also available in a C++ version and a FORTRAN90 version.

CCVT_REFLECT is an experimental MATLAB program which tries to achieve the same results as CCVT_BOX but using a "reflection" idea to force points onto the boundary of the region.

CVT is a MATLAB library of routines for creating CVT's.

CVT is a dataset directory which contains files describing a number of CVT's.

CVT_DATASET is an interactive MATLAB program for creating a CVT dataset.

Reference:

  1. Franz Aurenhammer,
    Voronoi diagrams - a study of a fundamental geometric data structure,
    ACM Computing Surveys,
    Volume 23, Number 3, September 1991, pages 345-405.
  2. John Burkardt, Max Gunzburger, Janet Peterson, Rebecca Brannon,
    User Manual and Supporting Information for Library of Codes for Centroidal Voronoi Placement and Associated Zeroth, First, and Second Moment Determination,
    Sandia National Laboratories Technical Report SAND2002-0099,
    February 2002.
    ../../publications/bgpb_2002.pdf
  3. Qiang Du, Vance Faber, Max Gunzburger,
    Centroidal Voronoi Tessellations: Applications and Algorithms,
    SIAM Review,
    Volume 41, Number 4, December 1999, pages 637-676.
  4. Qiang Du, Max Gunzburger, Lili Ju,
    Meshfree, Probabilistic Determination of Point Sets and Support Regions for Meshfree Computing,
    Computer Methods in Applied Mechanics in Engineering,
    Volume 191, 2002, pages 1349-1366.
  5. Lili Ju, Qiang Du, Max Gunzburger,
    Probabilistic methods for centroidal Voronoi tessellations and their parallel implementations,
    Parallel Computing,
    Volume 28, 2002, pages 1477-1500.

Source Code:

Examples and Tests:

You can go up one level to the MATLAB source codes.


Last revised on 08 November 2006.