April 16 2003 12:35:36.643 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_07_00010_a.inp # :> :> SEED = 123456789 :> # The generators have been initialized using a random sequence. :> CVT sample function is a random sequence. :> :> STEP L2 Change 1 1.210200 2 0.276507 3 0.148173 4 0.091969 5 0.065193 6 0.049444 7 0.040165 8 0.034204 9 0.029936 10 0.027420 11 0.025193 12 0.023658 13 0.022853 14 0.021461 15 0.020367 16 0.019535 17 0.018504 18 0.017875 19 0.017212 20 0.016524 21 0.015513 22 0.014804 23 0.013969 24 0.013659 25 0.012851 26 0.012441 27 0.011569 28 0.010960 29 0.010403 30 0.010219 31 0.009602 32 0.009515 33 0.008860 34 0.008500 35 0.008231 36 0.008119 37 0.007940 38 0.007876 39 0.007585 40 0.007297 41 0.007224 42 0.007146 43 0.007109 44 0.007026 45 0.007067 46 0.006735 47 0.006721 48 0.006662 49 0.006762 50 0.006636 :> The generators were written to the file "cvt_07_00010_a.txt". :> # QUIT requested. CVT_POINTS Normal end of execution. April 16 2003 2:03:01.681 PM