April 11 2003 5:05:29.271 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.inp # :> :> 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 :> The generators were written to the file "cvt_16_00100.txt". :> # QUIT requested. CVT_POINTS Normal end of execution. April 11 2003 5:13:37.000 PM