April 11 2003 3:55:04.773 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_07_00010.inp # :> :> SEED = 123456789 :> # The generators have been initialized using a random sequence. :> CVT sample function is a random sequence. :> :> STEP L2 Change 1 1.218586 2 0.277049 3 0.148712 4 0.093726 5 0.065781 6 0.050915 7 0.042324 8 0.033870 9 0.032051 10 0.027331 11 0.025833 12 0.027511 13 0.026108 14 0.023655 15 0.019611 16 0.023643 17 0.021638 18 0.019977 19 0.020674 20 0.018642 21 0.017173 22 0.017827 23 0.015108 24 0.017797 25 0.016639 26 0.015311 27 0.015659 28 0.015374 29 0.014704 30 0.016359 31 0.013589 32 0.013184 33 0.013270 34 0.013804 35 0.015935 36 0.011920 37 0.012358 38 0.011080 39 0.012007 40 0.013414 41 0.012139 42 0.013345 43 0.011863 44 0.014137 45 0.012215 46 0.013535 47 0.013723 48 0.012998 49 0.012773 50 0.011180 51 0.012731 52 0.011872 53 0.014263 54 0.012116 55 0.013434 56 0.012953 57 0.012706 58 0.011182 59 0.012843 60 0.010865 61 0.012773 62 0.012106 63 0.013103 64 0.009929 65 0.011467 66 0.011052 67 0.011684 68 0.011389 69 0.011243 70 0.012023 71 0.011401 72 0.009111 73 0.010960 74 0.012095 75 0.013103 76 0.010418 77 0.010719 78 0.010383 79 0.010811 80 0.010996 81 0.010012 82 0.010097 83 0.011172 84 0.011075 85 0.010944 86 0.010388 87 0.011023 88 0.011550 89 0.010031 90 0.011676 91 0.010520 92 0.011952 93 0.012348 94 0.011827 95 0.010972 96 0.012562 97 0.010770 98 0.011250 99 0.010749 100 0.009351 :> The generators were written to the file "cvt_07_00010.txt". :> # QUIT requested. CVT_POINTS Normal end of execution. April 11 2003 3:56:14.151 PM