April 11 2003 4:03:14.070 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_01000.inp # :> :> SEED = 123456789 :> # The generators have been initialized using a random sequence. :> CVT sample function is a random sequence. :> :> STEP L2 Change 1 3.212625 2 1.447127 3 1.009027 4 0.827434 5 0.733217 6 0.661319 7 0.619413 8 0.587629 9 0.572844 10 0.549143 11 0.536471 12 0.525881 13 0.521554 14 0.509773 15 0.501861 16 0.493411 17 0.492278 18 0.488369 19 0.479372 20 0.483872 21 0.478839 22 0.474761 23 0.466029 24 0.470937 25 0.462391 26 0.475416 27 0.464207 28 0.464450 29 0.454968 30 0.459615 31 0.456979 32 0.466918 33 0.457336 34 0.465613 35 0.455848 36 0.459425 37 0.446767 38 0.456558 39 0.461694 40 0.457835 41 0.449893 42 0.453058 43 0.453325 44 0.457310 45 0.454688 46 0.460162 47 0.454749 48 0.458227 49 0.445008 50 0.455301 51 0.457349 52 0.451385 53 0.453942 54 0.445053 55 0.453490 56 0.447833 57 0.454398 58 0.452888 59 0.453272 60 0.455523 61 0.451073 62 0.452271 63 0.458132 64 0.451434 65 0.445631 66 0.452621 67 0.452922 68 0.445195 69 0.451469 70 0.453243 71 0.447744 72 0.446739 73 0.448389 74 0.451881 75 0.450085 76 0.448526 77 0.447605 78 0.452102 79 0.443989 80 0.444149 81 0.456666 82 0.452101 83 0.452444 84 0.445865 85 0.442462 86 0.448698 87 0.447699 88 0.451181 89 0.446371 90 0.451418 91 0.452806 92 0.443702 93 0.447721 94 0.450864 95 0.448423 96 0.447361 97 0.453415 98 0.447536 99 0.443412 100 0.442472 :> The generators were written to the file "cvt_07_01000.txt". :> # QUIT requested. CVT_POINTS Normal end of execution. April 11 2003 4:44:41.275 PM