April 16 2003 2:16:26.212 PM CVT_DATASET Create CVT datasets. CVT = Centroidal Voronoi Tessellation. Given a region in ND, the problem is to determine GENERATORS, a set of points which define a division of the region into Voronoi cells, which are also CENTROIDS of the Voronoi cells. :> # cvt_02_00100_a.inp # :> :> SEED = 123456789 :> # The generators have been initialized using a random sequence. :> CVT sample function is a random sequence. :> :> STEP L2 Change 1 0.295981 2 0.133518 3 0.088892 4 0.066527 5 0.052081 6 0.041912 7 0.035189 8 0.030378 9 0.026821 10 0.024696 11 0.023184 12 0.021898 13 0.020667 14 0.019494 15 0.018423 16 0.017265 17 0.015973 18 0.014612 19 0.013389 20 0.012232 21 0.011262 22 0.010388 23 0.009652 24 0.009002 25 0.008447 26 0.007905 27 0.007596 28 0.007143 29 0.006904 30 0.006634 31 0.006402 32 0.006206 33 0.006124 34 0.005927 35 0.005876 36 0.005685 37 0.005601 38 0.005471 39 0.005353 40 0.005217 41 0.004964 42 0.004763 43 0.004722 44 0.004463 45 0.004324 46 0.004069 47 0.003997 48 0.003829 49 0.003762 50 0.003668 :> The generators were written to the file "cvt_02_00100_a.txt". :> # QUIT requested. CVT_POINTS Normal end of execution. April 16 2003 5:22:14.544 PM