April 24 2003 5:50:45.114 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_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 9.973310 2 2.869535 3 2.126592 4 1.808734 5 1.646918 6 1.535668 7 1.455156 8 1.413647 9 1.365658 10 1.341429 11 1.324765 12 1.304290 13 1.292440 14 1.275442 15 1.253771 16 1.250826 17 1.246199 18 1.244846 19 1.236296 20 1.218354 21 1.222382 22 1.216581 23 1.201729 24 1.212561 25 1.205498 26 1.207461 27 1.197341 28 1.198559 29 1.208106 30 1.198414 31 1.201264 32 1.202562 33 1.201490 34 1.189074 35 1.188676 36 1.194800 37 1.199295 38 1.188129 39 1.195623 40 1.196094 41 1.190640 42 1.188984 43 1.191162 44 1.179076 45 1.187572 46 1.196063 47 1.177568 48 1.195739 49 1.185162 50 1.184142 51 1.184633 52 1.184659 53 1.191761 54 1.202419 55 1.194485 56 1.197065 57 1.187445 58 1.194386 59 1.178599 60 1.192182 61 1.188125 62 1.199824 63 1.184373 64 1.186204 65 1.193057 66 1.187352 67 1.180660 68 1.189358 69 1.188051 70 1.189688 71 1.190145 72 1.199236 73 1.175345 74 1.190300 75 1.184763 76 1.191481 77 1.198017 78 1.183991 79 1.189678 80 1.198711 81 1.189317 82 1.193088 83 1.186146 84 1.185583 85 1.186662 86 1.180352 87 1.193561 88 1.183343 89 1.196186 90 1.175399 91 1.189427 92 1.190863 93 1.186322 94 1.179209 95 1.196070 96 1.182665 97 1.178143 98 1.169597 99 1.184372 100 1.184108 :> The generators were written to the file "cvt_16_01000_d.txt". :> # QUIT requested. CVT_POINTS Normal end of execution. April 24 2003 6:59:58.089 PM