April 24 2003 1:44:35.327 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_01000_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 10.058946 2 2.860508 3 2.100472 4 1.831326 5 1.656652 6 1.553197 7 1.466748 8 1.420409 9 1.374249 10 1.337885 11 1.317392 12 1.306085 13 1.275060 14 1.278066 15 1.272300 16 1.259677 17 1.241325 18 1.230807 19 1.224210 20 1.217319 21 1.228814 22 1.216182 23 1.220330 24 1.216381 25 1.220371 26 1.194481 27 1.205769 28 1.214253 29 1.205613 30 1.185852 31 1.186734 32 1.186728 33 1.197376 34 1.194447 35 1.190079 36 1.197681 37 1.205269 38 1.190598 39 1.192840 40 1.182354 41 1.206835 42 1.191997 43 1.196620 44 1.189442 45 1.188129 46 1.191251 47 1.185499 48 1.194747 49 1.184025 50 1.180656 51 1.182853 52 1.191389 53 1.185229 54 1.186404 55 1.196908 56 1.187035 57 1.187982 58 1.183133 59 1.191701 60 1.180607 61 1.184662 62 1.180664 63 1.182779 64 1.202534 65 1.194957 66 1.187268 67 1.187495 68 1.203760 69 1.184816 70 1.188071 71 1.181635 72 1.197924 73 1.178782 74 1.183133 75 1.179982 76 1.183722 77 1.195693 78 1.182043 79 1.193206 80 1.171569 81 1.199654 82 1.186723 83 1.178078 84 1.186970 85 1.183336 86 1.178041 87 1.186911 88 1.188526 89 1.194529 90 1.192987 91 1.179552 92 1.190379 93 1.186861 94 1.195743 95 1.187204 96 1.189521 97 1.190868 98 1.180017 99 1.186930 100 1.181824 101 1.189906 102 1.190039 103 1.178419 104 1.189029 105 1.187230 106 1.184773 107 1.187198 108 1.182934 109 1.182328 110 1.179833 111 1.185588 112 1.177976 113 1.171251 114 1.184364 115 1.177782 116 1.172031 117 1.183084 118 1.182936 119 1.197013 120 1.186098 121 1.181212 122 1.187967 123 1.189085 124 1.184657 125 1.173431 126 1.178862 127 1.195006 128 1.187934 129 1.196956 130 1.171448 131 1.179197 132 1.185863 133 1.175210 134 1.182347 135 1.186310 136 1.183090 137 1.194756 138 1.187985 139 1.181900 140 1.182818 141 1.190865 142 1.196604 143 1.170342 144 1.187996 145 1.181221 146 1.176106 147 1.174041 148 1.195651 149 1.182113 150 1.187793 151 1.184761 152 1.180971 153 1.199726 154 1.185940 155 1.187849 156 1.197136 157 1.188114 158 1.185026 159 1.165929 160 1.179630 161 1.186263 162 1.182617 163 1.190390 164 1.185167 165 1.185128 166 1.190236 167 1.172760 168 1.175962 169 1.177516 170 1.188803 171 1.185336 172 1.186943 173 1.189832 174 1.194307 175 1.179331 176 1.187917 177 1.190731 178 1.180945 179 1.186417 180 1.174245 181 1.198733 182 1.190311 183 1.174456 184 1.186656 185 1.180471 186 1.160557 187 1.182327 188 1.181847 189 1.190930 190 1.205340 191 1.174156 192 1.188562 193 1.184893 194 1.181605 195 1.173816 196 1.184620 197 1.179775 198 1.185272 199 1.196309 200 1.180174 :> The generators were written to the file "cvt_16_01000_b.txt". :> # QUIT requested. CVT_POINTS Normal end of execution. April 24 2003 4:04:30.282 PM