April 11 2003 4:51:52.861 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_00010.inp # :> :> SEED = 123456789 :> # The generators have been initialized using a random sequence. :> CVT sample function is a random sequence. :> :> STEP L2 Change 1 2.456085 2 0.246719 3 0.126593 4 0.073618 5 0.050952 6 0.039727 7 0.032639 8 0.031259 9 0.031277 10 0.027407 11 0.028383 12 0.029000 13 0.027483 14 0.028591 15 0.029629 16 0.028815 17 0.029945 18 0.029460 19 0.030294 20 0.032551 21 0.030589 22 0.031348 23 0.032515 24 0.032363 25 0.032039 26 0.031748 27 0.033602 28 0.032316 29 0.030345 30 0.031745 31 0.029082 32 0.028364 33 0.029758 34 0.029133 35 0.028176 36 0.025845 37 0.027228 38 0.025816 39 0.026165 40 0.024470 41 0.025375 42 0.024533 43 0.023164 44 0.024267 45 0.022324 46 0.021501 47 0.022430 48 0.023270 49 0.020689 50 0.022011 51 0.021417 52 0.021539 53 0.021434 54 0.021786 55 0.019972 56 0.020072 57 0.018960 58 0.020754 59 0.020667 60 0.020530 61 0.020224 62 0.019827 63 0.019729 64 0.018804 65 0.020487 66 0.018800 67 0.019245 68 0.019199 69 0.018021 70 0.017940 71 0.015806 72 0.018727 73 0.018802 74 0.018421 75 0.018671 76 0.020406 77 0.018945 78 0.021498 79 0.021073 80 0.018545 81 0.019497 82 0.019902 83 0.018903 84 0.019703 85 0.020134 86 0.020226 87 0.020065 88 0.018897 89 0.016500 90 0.018603 91 0.020462 92 0.019127 93 0.020027 94 0.019558 95 0.019636 96 0.019940 97 0.020130 98 0.021585 99 0.024443 100 0.020893 :> The generators were written to the file "cvt_16_00010.txt". :> # QUIT requested. CVT_POINTS Normal end of execution. April 11 2003 4:53:50.995 PM