April 12 2003 8:05:14.403 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_07_10000.inp # :> :> SEED = 123456789 :> # The generators have been initialized using a random sequence. :> CVT sample function is a random sequence. :> :> STEP L2 Change 1 6.862525 2 4.293185 3 3.659333 4 3.427703 5 3.335649 6 3.263183 7 3.232387 8 3.217703 9 3.180593 10 3.189411 11 3.187255 12 3.160008 13 3.176019 14 3.168390 15 3.167270 16 3.154514 17 3.153440 18 3.156868 19 3.167823 20 3.146040 21 3.142182 22 3.150738 23 3.145355 24 3.139356 25 3.138218 26 3.139459 27 3.147943 28 3.143193 29 3.135938 30 3.131827 31 3.147139 32 3.134387 33 3.150703 34 3.138465 35 3.135857 36 3.148939 37 3.146456 38 3.132660 39 3.137396 40 3.150804 41 3.130773 42 3.122325 43 3.124089 44 3.130774 45 3.135659 46 3.127337 47 3.124338 48 3.132058 49 3.143467 50 3.130440 51 3.135753 52 3.130342 53 3.149670 54 3.150619 55 3.129102 56 3.136557 57 3.156331 58 3.128692 59 3.134190 60 3.133967 61 3.138641 62 3.125841 63 3.119480 64 3.115327 65 3.133930 66 3.123660 67 3.125725 68 3.139878 69 3.122689 70 3.130332 71 3.125519 72 3.132702 73 3.140169 74 3.124572 75 3.134244 76 3.125636 77 3.138552 78 3.140186 79 3.148513 80 3.132888 81 3.145248 82 3.116394 83 3.145220 84 3.140683 85 3.126850 86 3.125743 87 3.117381 88 3.142207 89 3.136180 90 3.140768 91 3.133825 92 3.133060 93 3.134223 94 3.120991 95 3.136760 96 3.145881 97 3.123925 98 3.120534 99 3.131164 100 3.126749 :> The generators were written to the file "cvt_07_10000.txt". :> # QUIT requested. CVT_POINTS Normal end of execution. April 12 2003 2:48:34.068 PM