April 16 2003 8:36:42.838 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_02_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 0.287825 2 0.104176 3 0.073497 4 0.056970 5 0.045428 6 0.037811 7 0.035257 8 0.034234 9 0.031788 10 0.028698 11 0.025409 12 0.022683 13 0.020223 14 0.018353 15 0.016627 16 0.015575 17 0.014852 18 0.014673 19 0.014659 20 0.014176 21 0.013211 22 0.011956 23 0.010508 24 0.009084 25 0.007691 26 0.006446 27 0.005288 28 0.004484 29 0.003815 30 0.003039 31 0.002744 32 0.002294 33 0.001930 34 0.001679 35 0.001490 36 0.001355 37 0.001154 38 0.001056 39 0.000976 40 0.000834 41 0.000767 42 0.000633 43 0.000669 44 0.000568 45 0.000492 46 0.000464 47 0.000406 48 0.000430 49 0.000450 50 0.000412 :> The generators were written to the file "cvt_02_00010_a.txt". :> # QUIT requested. CVT_POINTS Normal end of execution. April 16 2003 9:02:20.745 AM