April 11 2003 12:37:24.227 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_10000.inp # :> :> SEED = 123456789 :> # The generators have been initialized using a random sequence. :> CVT sample function is a random sequence. :> :> STEP L2 Change 1 1.150516 2 0.129260 3 0.096972 4 0.084158 5 0.077621 6 0.074933 7 0.072290 8 0.071183 9 0.070539 10 0.069271 11 0.068234 12 0.068843 13 0.068300 14 0.068128 15 0.068074 16 0.066902 17 0.067282 18 0.067222 19 0.067211 20 0.067004 21 0.066989 22 0.067413 23 0.067399 24 0.067133 25 0.067541 26 0.067043 27 0.067120 28 0.066886 29 0.066764 30 0.066564 31 0.066697 32 0.066895 33 0.066730 34 0.066090 35 0.066610 36 0.066751 37 0.066533 38 0.066494 39 0.066967 40 0.067123 41 0.066717 42 0.066618 43 0.067155 44 0.066432 45 0.065896 46 0.066085 47 0.066426 48 0.066908 49 0.066707 50 0.066795 51 0.066538 52 0.066701 53 0.066768 54 0.067033 55 0.066351 56 0.066229 57 0.066602 58 0.066566 59 0.066626 60 0.066487 61 0.066258 62 0.066530 63 0.066484 64 0.067111 65 0.066396 66 0.066321 67 0.066808 68 0.066756 69 0.066362 70 0.066454 71 0.066549 72 0.066350 73 0.066837 74 0.066664 75 0.067326 76 0.066554 77 0.066160 78 0.066308 79 0.066050 80 0.066374 81 0.066458 82 0.066283 83 0.065929 84 0.066562 85 0.067193 86 0.066835 87 0.066413 88 0.066246 89 0.066028 90 0.066945 91 0.066647 92 0.066197 93 0.067099 94 0.066031 95 0.067266 96 0.066374 97 0.065978 98 0.065965 99 0.066108 100 0.066559 :> The generators were written to the file "cvt_02_10000.txt". :> # QUIT requested. CVT_POINTS Normal end of execution. April 11 2003 3:46:19.966 PM