April 11 2003 3:56:36.770 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_00100.inp # :> :> SEED = 123456789 :> # The generators have been initialized using a random sequence. :> CVT sample function is a random sequence. :> :> STEP L2 Change 1 1.726236 2 0.757505 3 0.527437 4 0.410733 5 0.337386 6 0.289548 7 0.245821 8 0.216526 9 0.186905 10 0.168550 11 0.153480 12 0.142411 13 0.131579 14 0.125081 15 0.122895 16 0.121543 17 0.115064 18 0.117490 19 0.116661 20 0.112052 21 0.105717 22 0.102816 23 0.104938 24 0.097754 25 0.095563 26 0.089909 27 0.087610 28 0.081209 29 0.082500 30 0.080708 31 0.084355 32 0.079588 33 0.077701 34 0.079287 35 0.072217 36 0.078111 37 0.074677 38 0.075326 39 0.070579 40 0.074537 41 0.073284 42 0.071381 43 0.072592 44 0.074166 45 0.071709 46 0.077136 47 0.068735 48 0.069057 49 0.070604 50 0.070891 51 0.072997 52 0.068758 53 0.068603 54 0.068033 55 0.065457 56 0.066396 57 0.067385 58 0.066525 59 0.070182 60 0.062948 61 0.067453 62 0.066411 63 0.068719 64 0.072050 65 0.072017 66 0.074172 67 0.071983 68 0.079218 69 0.076723 70 0.078398 71 0.075785 72 0.071159 73 0.071231 74 0.070275 75 0.068006 76 0.065731 77 0.065600 78 0.062410 79 0.067252 80 0.066527 81 0.063665 82 0.066168 83 0.066706 84 0.067713 85 0.066126 86 0.068259 87 0.065672 88 0.065240 89 0.064797 90 0.068824 91 0.066128 92 0.064883 93 0.063334 94 0.067150 95 0.065356 96 0.066081 97 0.068989 98 0.065830 99 0.067932 100 0.073011 :> The generators were written to the file "cvt_07_00100.txt". :> # QUIT requested. CVT_POINTS Normal end of execution. April 11 2003 4:01:28.896 PM