April 15 2003 5:28:52.079 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_00100_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.725417 2 0.756931 3 0.521668 4 0.409949 5 0.335656 6 0.278928 7 0.237187 8 0.205081 9 0.178770 10 0.157132 11 0.139907 12 0.125932 13 0.115672 14 0.106811 15 0.100171 16 0.094824 17 0.090274 18 0.085523 19 0.083341 20 0.079918 21 0.078465 22 0.076068 23 0.073417 24 0.070583 25 0.067509 26 0.064020 27 0.061588 28 0.058562 29 0.056249 30 0.054089 31 0.051361 32 0.048972 33 0.046648 34 0.044659 35 0.041864 36 0.039308 37 0.036674 38 0.034096 39 0.032763 40 0.031316 41 0.030073 42 0.028528 43 0.026980 44 0.025495 45 0.025232 46 0.025188 47 0.024658 48 0.024326 49 0.023501 50 0.022791 :> The generators were written to the file "cvt_07_00100_a.txt". :> # QUIT requested. CVT_POINTS Normal end of execution. April 16 2003 0:31:49.444 AM