April 11 2003 12:15:01.360 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_02_01000.inp # :> :> SEED = 123456789 :> # The generators have been initialized using a random sequence. :> CVT sample function is a random sequence. :> :> STEP L2 Change 1 0.271375 2 0.117050 3 0.075323 4 0.057822 5 0.047327 6 0.042120 7 0.038280 8 0.034831 9 0.032329 10 0.031395 11 0.029817 12 0.028870 13 0.027168 14 0.026441 15 0.026049 16 0.025545 17 0.025285 18 0.025202 19 0.024950 20 0.023806 21 0.023286 22 0.023419 23 0.022799 24 0.022945 25 0.023712 26 0.023152 27 0.023301 28 0.022303 29 0.022614 30 0.022184 31 0.022483 32 0.022098 33 0.021928 34 0.022572 35 0.021780 36 0.021641 37 0.021682 38 0.022083 39 0.021720 40 0.021246 41 0.021637 42 0.021557 43 0.021441 44 0.021350 45 0.020660 46 0.021869 47 0.021547 48 0.021676 49 0.021444 50 0.021351 51 0.020843 52 0.020807 53 0.021653 54 0.021183 55 0.021094 56 0.021348 57 0.020885 58 0.021454 59 0.021368 60 0.021550 61 0.021092 62 0.021190 63 0.021862 64 0.020674 65 0.021602 66 0.020797 67 0.020986 68 0.021006 69 0.021068 70 0.021091 71 0.021529 72 0.021578 73 0.020990 74 0.021070 75 0.020902 76 0.021086 77 0.021402 78 0.021067 79 0.021023 80 0.021213 81 0.020993 82 0.020933 83 0.021092 84 0.021254 85 0.021562 86 0.021168 87 0.021058 88 0.020231 89 0.021024 90 0.021341 91 0.021162 92 0.021537 93 0.021150 94 0.021036 95 0.021517 96 0.021325 97 0.021359 98 0.021260 99 0.021081 100 0.020973 :> The generators were written to the file "cvt_02_01000.txt". :> # QUIT requested. CVT_POINTS Normal end of execution. April 11 2003 12:32:28.622 PM