April 25 2003 7:38:52.454 AM 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_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 2.348183 2 0.227930 3 0.119901 4 0.083146 5 0.068120 6 0.058361 7 0.052046 8 0.046407 9 0.039905 10 0.039221 11 0.038046 12 0.035498 13 0.036932 14 0.036907 15 0.033874 16 0.035347 17 0.032468 18 0.035877 19 0.034637 20 0.032668 21 0.034661 22 0.035599 23 0.035350 24 0.033596 25 0.034366 26 0.031746 27 0.032442 28 0.031515 29 0.031925 30 0.031116 31 0.030859 32 0.029076 33 0.027732 34 0.025587 35 0.027149 36 0.026727 37 0.022991 38 0.022796 39 0.025431 40 0.022168 41 0.023424 42 0.021416 43 0.021933 44 0.020562 45 0.021374 46 0.018267 47 0.018174 48 0.018746 49 0.019046 50 0.019179 51 0.017637 52 0.018417 53 0.019467 54 0.016443 55 0.016953 56 0.019931 57 0.019603 58 0.016805 59 0.017317 60 0.017115 61 0.015354 62 0.016403 63 0.018810 64 0.018989 65 0.016600 66 0.016706 67 0.017780 68 0.016393 69 0.016022 70 0.016089 71 0.015064 72 0.017368 73 0.018297 74 0.016069 75 0.018416 76 0.016079 77 0.017200 78 0.017654 79 0.016784 80 0.017052 81 0.015868 82 0.016923 83 0.017291 84 0.017613 85 0.017994 86 0.014801 87 0.017738 88 0.017715 89 0.016176 90 0.018561 91 0.017016 92 0.016702 93 0.017260 94 0.016749 95 0.015871 96 0.016949 97 0.017598 98 0.017290 99 0.017688 100 0.016081 :> The generators were written to the file "cvt_16_00010_d.txt". :> # QUIT requested. CVT_POINTS Normal end of execution. April 25 2003 7:40:38.766 AM