Introduction - If you have any usage issues, please Google them yourself
CVT_DENSE was an effort to compute a centroidal Voronoi tessellation (CVT) in which there were cells of specified size. Normally, given arbitrary initial data and a constant density, the CVT would comprise cells of roughly equal area. In this case, a modification was made to the CVT iteration, in an attempt to drive the algorithm towards cells of prescribed sizes. The density function used to generate the sample points was dynamically manipulated, to try to force the CVT to exhibit cells of the desired size.