April 25 2003 7:54:04.765 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_d.inp # # Same as baseline, but with different seed. # :> :> SEED = 987654321 :> # The generators have been initialized using a random sequence. :> CVT sample function is a random sequence. :> :> STEP L2 Change 1 4.489217 2 0.839037 3 0.485328 4 0.379869 5 0.329295 6 0.285933 7 0.267098 8 0.247790 9 0.231010 10 0.218092 11 0.211501 12 0.203777 13 0.202683 14 0.189884 15 0.188439 16 0.188116 17 0.179406 18 0.176828 19 0.175235 20 0.174237 21 0.170073 22 0.165636 23 0.163151 24 0.164552 25 0.161427 26 0.159336 27 0.155137 28 0.154335 29 0.153660 30 0.151003 31 0.155522 32 0.151889 33 0.157869 34 0.151976 35 0.150089 36 0.151077 37 0.150197 38 0.148463 39 0.146044 40 0.143836 41 0.145800 42 0.148060 43 0.145160 44 0.147687 45 0.148999 46 0.145598 47 0.141622 48 0.143557 49 0.146806 50 0.146212 51 0.144879 52 0.147636 53 0.145440 54 0.147481 55 0.145176 56 0.145332 57 0.145504 58 0.148743 59 0.144116 60 0.141286 61 0.143614 62 0.148690 63 0.143641 64 0.149832 65 0.138243 66 0.139214 67 0.140213 68 0.142119 69 0.140144 70 0.143177 71 0.142123 72 0.138801 73 0.142681 74 0.139608 75 0.139969 76 0.141292 77 0.139235 78 0.144757 79 0.142619 80 0.142406 81 0.141478 82 0.136430 83 0.143926 84 0.143567 85 0.139757 86 0.138224 87 0.138479 88 0.144190 89 0.144117 90 0.141777 91 0.145860 92 0.137439 93 0.142372 94 0.141839 95 0.137086 96 0.140227 97 0.135216 98 0.141638 99 0.139311 100 0.140741 :> The generators were written to the file "cvt_16_00100_d.txt". :> # QUIT requested. CVT_POINTS Normal end of execution. April 25 2003 8:02:02.359 AM