April 11 2003 12:08:42.512 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_02_00100.inp # :> :> # # Need to specify SEED before you initialize! # SEED = 123456789 :> # The generators have been initialized using a random sequence. :> CVT sample function is a random sequence. :> :> STEP L2 Change 1 0.296023 2 0.133241 3 0.088632 4 0.067566 5 0.052921 6 0.041936 7 0.035289 8 0.030889 9 0.027481 10 0.025455 11 0.023509 12 0.023156 13 0.020855 14 0.021184 15 0.018579 16 0.017557 17 0.017222 18 0.016539 19 0.014166 20 0.013884 21 0.013368 22 0.012463 23 0.011545 24 0.011147 25 0.010718 26 0.010910 27 0.010243 28 0.009504 29 0.009190 30 0.009376 31 0.008564 32 0.009022 33 0.009140 34 0.008018 35 0.008697 36 0.008461 37 0.009016 38 0.008592 39 0.007940 40 0.008305 41 0.008322 42 0.008338 43 0.008079 44 0.007660 45 0.007413 46 0.007660 47 0.007374 48 0.007277 49 0.008032 50 0.007501 51 0.007308 52 0.007628 53 0.007764 54 0.007110 55 0.007568 56 0.007188 57 0.006924 58 0.007548 59 0.007138 60 0.006919 61 0.006720 62 0.007455 63 0.007064 64 0.007130 65 0.006726 66 0.006427 67 0.007200 68 0.007161 69 0.007574 70 0.007068 71 0.006355 72 0.007134 73 0.007110 74 0.007360 75 0.006612 76 0.007390 77 0.006802 78 0.007358 79 0.007540 80 0.007223 81 0.006945 82 0.006854 83 0.007278 84 0.007592 85 0.007708 86 0.007862 87 0.007765 88 0.007884 89 0.007720 90 0.007078 91 0.007951 92 0.007456 93 0.007006 94 0.007286 95 0.007332 96 0.007466 97 0.007362 98 0.006977 99 0.007506 100 0.007545 :> The generators were written to the file "cvt_02_00100.txt". :> # QUIT requested. CVT_POINTS Normal end of execution. April 11 2003 12:10:57.232 PM