April 17 2003 7:37:25.685 AM 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_16_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 4.597505 2 0.819189 3 0.474294 4 0.361665 5 0.301858 6 0.261406 7 0.231029 8 0.206802 9 0.187919 10 0.173095 11 0.159146 12 0.148606 13 0.139501 14 0.131589 15 0.125221 16 0.118963 17 0.114397 18 0.109737 19 0.105810 20 0.101656 21 0.098605 22 0.095133 23 0.091709 24 0.088536 25 0.085482 26 0.083173 27 0.080537 28 0.078210 29 0.075279 30 0.073841 31 0.071511 32 0.070033 33 0.067579 34 0.065669 35 0.063887 36 0.062088 37 0.061014 38 0.058525 39 0.058294 40 0.055612 41 0.055880 42 0.054348 43 0.053119 44 0.051755 45 0.050765 46 0.050234 47 0.048680 48 0.047873 49 0.047602 50 0.046703 :> The generators were written to the file "cvt_16_00100_a.txt". :> # QUIT requested. CVT_POINTS Normal end of execution. April 17 2003 2:13:34.357 PM