April 13 2003 8:03:46.283 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_16_10000.inp # :> :> SEED = 123456789 :> # The generators have been initialized using a random sequence. :> CVT sample function is a random sequence. :> :> STEP L2 Change 1 25.487890 2 12.860124 3 11.428833 4 10.910213 5 10.665628 6 10.490808 7 10.366878 8 10.291234 9 10.236683 10 10.150061 11 10.109227 12 10.132833 13 10.080382 14 10.113110 15 10.072522 16 10.058642 17 10.066395 18 10.018550 19 10.030512 20 9.997700 21 10.030478 22 9.986731 23 10.034576 24 10.032232 25 9.992515 26 9.998291 27 9.989734 28 9.994563 29 9.994598 30 10.015056 31 9.994869 32 9.990385 33 10.005722 34 9.977587 35 9.957692 36 9.970312 37 9.974410 38 9.968436 39 9.993744 40 9.965798 41 9.985226 42 10.041895 43 9.993766 44 10.006050 45 9.979332 46 9.979785 47 9.992698 48 9.977334 49 9.976523 50 9.964840 51 10.001139 52 10.026478 53 9.992740 54 9.985836 55 9.980144 56 9.982059 57 9.950729 58 9.974275 59 9.959527 60 9.973983 61 9.935975 62 9.974863 63 9.981551 64 10.027347 65 10.002201 66 9.989302 67 9.964035 68 9.964179 69 9.993065 70 9.966949 71 9.974589 72 9.968593 73 9.979848 74 9.964041 75 9.993364 76 9.971949 77 10.010977 78 9.976359 79 10.008543 80 9.985932 81 9.999578 82 9.969425 83 9.953613 84 9.978083 85 9.959048 86 9.954703 87 9.997585 88 9.971557 89 9.999895 90 10.016032 91 10.014535 92 9.970749 93 9.970304 94 9.981925 95 9.985229 96 9.995201 97 10.006399 98 9.955118 99 9.983428 100 9.991355 :> The generators were written to the file "cvt_16_10000.txt". :> # QUIT requested. CVT_POINTS Normal end of execution. April 13 2003 7:27:39.242 PM