April 24 2003 1:24:18.245 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_16_00100_b.inp # # Use more iterations than the baseline family. # :> :> SEED = 123456789 :> # The generators have been initialized using a random sequence. :> CVT sample function is a random sequence. :> :> STEP L2 Change 1 4.602085 2 0.829106 3 0.491686 4 0.386823 5 0.339655 6 0.288783 7 0.267616 8 0.250079 9 0.231244 10 0.218942 11 0.211295 12 0.202925 13 0.190938 14 0.190253 15 0.187287 16 0.179571 17 0.176971 18 0.177633 19 0.173399 20 0.168823 21 0.167813 22 0.161941 23 0.164789 24 0.167106 25 0.166567 26 0.164148 27 0.162810 28 0.161383 29 0.160436 30 0.161713 31 0.155648 32 0.150504 33 0.154074 34 0.153144 35 0.147758 36 0.148703 37 0.153699 38 0.148108 39 0.149262 40 0.148077 41 0.153755 42 0.148083 43 0.147269 44 0.149263 45 0.141372 46 0.143038 47 0.146673 48 0.149378 49 0.144428 50 0.144089 51 0.143240 52 0.146567 53 0.144086 54 0.144731 55 0.142784 56 0.144419 57 0.138524 58 0.147605 59 0.141029 60 0.141224 61 0.142745 62 0.143709 63 0.144674 64 0.141136 65 0.138425 66 0.140140 67 0.142687 68 0.137524 69 0.147633 70 0.141584 71 0.144001 72 0.145101 73 0.142018 74 0.136695 75 0.141011 76 0.140694 77 0.141650 78 0.138445 79 0.139786 80 0.141287 81 0.138904 82 0.138253 83 0.138064 84 0.143539 85 0.142118 86 0.138144 87 0.137638 88 0.144348 89 0.140708 90 0.140765 91 0.142928 92 0.138833 93 0.136864 94 0.137630 95 0.137027 96 0.141366 97 0.140983 98 0.139346 99 0.144859 100 0.138740 101 0.142114 102 0.138695 103 0.139277 104 0.139750 105 0.140864 106 0.141216 107 0.138173 108 0.138400 109 0.141320 110 0.135400 111 0.141536 112 0.142042 113 0.141413 114 0.142098 115 0.140691 116 0.138712 117 0.137158 118 0.140854 119 0.143496 120 0.140150 121 0.140080 122 0.136985 123 0.139995 124 0.144622 125 0.143564 126 0.140748 127 0.140712 128 0.136885 129 0.139729 130 0.139588 131 0.138995 132 0.143701 133 0.142712 134 0.139087 135 0.138133 136 0.134516 137 0.141315 138 0.139541 139 0.137971 140 0.140791 141 0.140136 142 0.143498 143 0.141587 144 0.139841 145 0.138106 146 0.139867 147 0.133554 148 0.137068 149 0.136896 150 0.136485 151 0.141273 152 0.131592 153 0.139994 154 0.136637 155 0.138075 156 0.136925 157 0.134929 158 0.136499 159 0.139050 160 0.135914 161 0.139284 162 0.141815 163 0.137361 164 0.135948 165 0.145704 166 0.139601 167 0.135671 168 0.136152 169 0.136470 170 0.134534 171 0.143959 172 0.143379 173 0.139551 174 0.145820 175 0.138048 176 0.136901 177 0.138727 178 0.138916 179 0.142528 180 0.142920 181 0.136144 182 0.140909 183 0.139221 184 0.137728 185 0.134900 186 0.140466 187 0.142315 188 0.138875 189 0.143239 190 0.141437 191 0.137946 192 0.136182 193 0.135740 194 0.139643 195 0.145651 196 0.139163 197 0.140011 198 0.139668 199 0.137126 200 0.134247 :> The generators were written to the file "cvt_16_00100_b.txt". :> # QUIT requested. CVT_POINTS Normal end of execution. April 24 2003 1:40:11.844 PM