CVT_MAIN A sample problem for the probabilistic Centroidal Voronoi Tesselation algorithm. Today's date: 20010423 Today's time: 151725.315 Given a region in 2D or 3D, the problem is to determine GENERATORS, a set of points which define a division of the region into Voronoid cells, which are also CENTROIDS of the Voronoi cells. Geometry parameters: ------------------- The spatial dimension is NDIM = 3 The minimum corner of the bounding box is: 0.000000000000000E+000 0.000000000000000E+000 0.000000000000000E+000 The maximum corner of the bounding box is: 100.000000000000 100.000000000000 20.0000000000000 DIATOM is not called; a simple routine determines the region. CVT Algorithm parameters: ------------------------- The number of Voronoi cells to generate: 50000 Number of iterations to determine CVT: 1 Number of sampling points per Voronoi cell: 100 Voronoi cell generators are initialized by Halton. Moment parameters: ------------------ Number of sampling points per Voronoi cell: 100 The volume of the region is given. It is specified as REGION_VOLUME = 34000.0000000000 Nearest Neighbor Search parameters: ----------------------------------- The nearest neighbor search is speeded up by using bins. The bounding box is to be divided up into bins. The number of bins is : 50 50 10 Miscellaneous parameters: ------------------------ Generator and moment output files will NOT be written. RANDOM_INITIALIZE Initialize RANDOM_NUMBER with arbitrary SEED = 14973436 BIN_PREPROCESS: Number of points = 50000 Total number of bins = 25000 Number of empty bins = 19982 nonempy bins = 5018 Percentage nonempty bins = 20.07200 Number of points per bin = 2.000000 Number of points per nonempy bin = 9.964129 Volume of bounding box is 200000.000000000 Given volume of region is 34000.0000000000 Estimated volume of region is 33993.4094257673 Elapsed CPU time, CPU_TIME: -2072.790 seconds. Elapsed CPU time, ETIME: 2222.261 seconds. Elapsed time, SYSTEM_CLOCK: 5983.358 seconds. CVT_MAIN Normal end of execution.