April 24 2003 1:19:51.989 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_00010_b.inp # # Use more iterations that 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 2.456085 2 0.246719 3 0.126593 4 0.073618 5 0.050952 6 0.039727 7 0.032639 8 0.031259 9 0.031277 10 0.027407 11 0.028383 12 0.029000 13 0.027483 14 0.028591 15 0.029629 16 0.028815 17 0.029945 18 0.029460 19 0.030294 20 0.032551 21 0.030589 22 0.031348 23 0.032515 24 0.032363 25 0.032039 26 0.031748 27 0.033602 28 0.032316 29 0.030345 30 0.031745 31 0.029082 32 0.028364 33 0.029758 34 0.029133 35 0.028176 36 0.025845 37 0.027228 38 0.025816 39 0.026165 40 0.024470 41 0.025375 42 0.024533 43 0.023164 44 0.024267 45 0.022324 46 0.021501 47 0.022430 48 0.023270 49 0.020689 50 0.022011 51 0.021417 52 0.021539 53 0.021434 54 0.021786 55 0.019972 56 0.020072 57 0.018960 58 0.020754 59 0.020667 60 0.020530 61 0.020224 62 0.019827 63 0.019729 64 0.018804 65 0.020487 66 0.018800 67 0.019245 68 0.019199 69 0.018021 70 0.017940 71 0.015806 72 0.018727 73 0.018802 74 0.018421 75 0.018671 76 0.020406 77 0.018945 78 0.021498 79 0.021073 80 0.018545 81 0.019497 82 0.019902 83 0.018903 84 0.019703 85 0.020134 86 0.020226 87 0.020065 88 0.018897 89 0.016500 90 0.018603 91 0.020462 92 0.019127 93 0.020027 94 0.019558 95 0.019636 96 0.019940 97 0.020130 98 0.021585 99 0.024443 100 0.020893 101 0.023367 102 0.022056 103 0.021686 104 0.023905 105 0.020692 106 0.019202 107 0.021410 108 0.020309 109 0.022726 110 0.020731 111 0.021094 112 0.020791 113 0.020614 114 0.020558 115 0.020783 116 0.018328 117 0.020927 118 0.020108 119 0.019991 120 0.017849 121 0.018941 122 0.018733 123 0.017280 124 0.019633 125 0.017354 126 0.016666 127 0.018652 128 0.019540 129 0.018683 130 0.015742 131 0.016522 132 0.016610 133 0.017785 134 0.016738 135 0.016325 136 0.017034 137 0.017057 138 0.018366 139 0.016582 140 0.016410 141 0.016132 142 0.016873 143 0.014885 144 0.017906 145 0.015153 146 0.016151 147 0.016068 148 0.015078 149 0.016913 150 0.017053 151 0.014795 152 0.016330 153 0.016648 154 0.017084 155 0.015978 156 0.017576 157 0.015975 158 0.015835 159 0.017601 160 0.017331 161 0.016192 162 0.016852 163 0.018321 164 0.016249 165 0.016800 166 0.015933 167 0.015675 168 0.015100 169 0.015953 170 0.016282 171 0.017529 172 0.017552 173 0.018418 174 0.018254 175 0.017274 176 0.015764 177 0.016986 178 0.015119 179 0.017833 180 0.016114 181 0.016967 182 0.016628 183 0.016711 184 0.016593 185 0.014860 186 0.016594 187 0.016217 188 0.014325 189 0.017198 190 0.016373 191 0.017562 192 0.016459 193 0.017566 194 0.016864 195 0.015629 196 0.016584 197 0.014223 198 0.017006 199 0.017839 200 0.014970 :> The generators were written to the file "cvt_16_00010_b.txt". :> # QUIT requested. CVT_POINTS Normal end of execution. April 24 2003 1:23:24.631 PM