]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make test less special by not using [0,1]^d as the domain.
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 6 Apr 2023 20:54:22 +0000 (14:54 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Fri, 7 Apr 2023 19:08:02 +0000 (13:08 -0600)
tests/grid/grid_tools_cache_08.cc
tests/grid/grid_tools_cache_08.mpirun=1.output
tests/grid/grid_tools_cache_08.mpirun=2.output
tests/grid/grid_tools_cache_08.mpirun=4.output

index c75fb24c492b2b26beed28885a365601122443c4..d4571f53ee89d4da6ba79667fcd1378f633ecca7 100644 (file)
@@ -49,7 +49,7 @@ test()
     Triangulation<dim>::none,
     false,
     parallel::shared::Triangulation<dim>::Settings::partition_zoltan);
-  GridGenerator::hyper_cube(tria);
+  GridGenerator::hyper_cube(tria, -3, -2);
   tria.refine_global(std::max(8 - dim, 3));
 
 
index 6e45f1c1ca1d74857b09d8485e472b3680006783..dbc622dd75329ea553003cbec31ba3928d4c9b6f 100644 (file)
@@ -1,36 +1,36 @@
 
 DEAL:0::Testing for dim = 1
-DEAL:0::  Bounding box: p1 0.00000 p2 0.125000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.125000 p2 0.250000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.250000 p2 0.375000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.375000 p2 0.500000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.500000 p2 0.625000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.625000 p2 0.750000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.750000 p2 0.875000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.875000 p2 1.00000 rank owner: 0
+DEAL:0::  Bounding box: p1 -3.00000 p2 -2.87500 rank owner: 0
+DEAL:0::  Bounding box: p1 -2.87500 p2 -2.75000 rank owner: 0
+DEAL:0::  Bounding box: p1 -2.75000 p2 -2.62500 rank owner: 0
+DEAL:0::  Bounding box: p1 -2.62500 p2 -2.50000 rank owner: 0
+DEAL:0::  Bounding box: p1 -2.50000 p2 -2.37500 rank owner: 0
+DEAL:0::  Bounding box: p1 -2.37500 p2 -2.25000 rank owner: 0
+DEAL:0::  Bounding box: p1 -2.25000 p2 -2.12500 rank owner: 0
+DEAL:0::  Bounding box: p1 -2.12500 p2 -2.00000 rank owner: 0
 DEAL:0::Testing for dim = 2
-DEAL:0::  Bounding box: p1 0.00000 0.00000 p2 0.250000 0.250000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.00000 0.250000 p2 0.250000 0.500000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.250000 0.00000 p2 0.500000 0.250000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.250000 0.250000 p2 0.500000 0.500000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.00000 0.500000 p2 0.250000 0.750000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.00000 0.750000 p2 0.250000 1.00000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.250000 0.500000 p2 0.500000 0.750000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.250000 0.750000 p2 0.500000 1.00000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.500000 0.00000 p2 0.750000 0.250000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.500000 0.250000 p2 0.750000 0.500000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.750000 0.00000 p2 1.00000 0.250000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.750000 0.250000 p2 1.00000 0.500000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.500000 0.500000 p2 0.750000 0.750000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.500000 0.750000 p2 0.750000 1.00000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.750000 0.500000 p2 1.00000 0.750000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.750000 0.750000 p2 1.00000 1.00000 rank owner: 0
+DEAL:0::  Bounding box: p1 -3.00000 -3.00000 p2 -2.75000 -2.75000 rank owner: 0
+DEAL:0::  Bounding box: p1 -3.00000 -2.75000 p2 -2.75000 -2.50000 rank owner: 0
+DEAL:0::  Bounding box: p1 -2.75000 -3.00000 p2 -2.50000 -2.75000 rank owner: 0
+DEAL:0::  Bounding box: p1 -2.75000 -2.75000 p2 -2.50000 -2.50000 rank owner: 0
+DEAL:0::  Bounding box: p1 -3.00000 -2.50000 p2 -2.75000 -2.25000 rank owner: 0
+DEAL:0::  Bounding box: p1 -3.00000 -2.25000 p2 -2.75000 -2.00000 rank owner: 0
+DEAL:0::  Bounding box: p1 -2.75000 -2.50000 p2 -2.50000 -2.25000 rank owner: 0
+DEAL:0::  Bounding box: p1 -2.75000 -2.25000 p2 -2.50000 -2.00000 rank owner: 0
+DEAL:0::  Bounding box: p1 -2.50000 -3.00000 p2 -2.25000 -2.75000 rank owner: 0
+DEAL:0::  Bounding box: p1 -2.50000 -2.75000 p2 -2.25000 -2.50000 rank owner: 0
+DEAL:0::  Bounding box: p1 -2.25000 -3.00000 p2 -2.00000 -2.75000 rank owner: 0
+DEAL:0::  Bounding box: p1 -2.25000 -2.75000 p2 -2.00000 -2.50000 rank owner: 0
+DEAL:0::  Bounding box: p1 -2.50000 -2.50000 p2 -2.25000 -2.25000 rank owner: 0
+DEAL:0::  Bounding box: p1 -2.50000 -2.25000 p2 -2.25000 -2.00000 rank owner: 0
+DEAL:0::  Bounding box: p1 -2.25000 -2.50000 p2 -2.00000 -2.25000 rank owner: 0
+DEAL:0::  Bounding box: p1 -2.25000 -2.25000 p2 -2.00000 -2.00000 rank owner: 0
 DEAL:0::Testing for dim = 3
-DEAL:0::  Bounding box: p1 0.00000 0.00000 0.00000 p2 0.500000 0.500000 0.500000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.00000 0.00000 0.500000 p2 0.500000 0.500000 1.00000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.00000 0.500000 0.00000 p2 0.500000 1.00000 0.500000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.00000 0.500000 0.500000 p2 0.500000 1.00000 1.00000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.500000 0.00000 0.00000 p2 1.00000 0.500000 0.500000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.500000 0.00000 0.500000 p2 1.00000 0.500000 1.00000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.500000 0.500000 0.00000 p2 1.00000 1.00000 0.500000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.500000 0.500000 0.500000 p2 1.00000 1.00000 1.00000 rank owner: 0
+DEAL:0::  Bounding box: p1 -3.00000 -3.00000 -3.00000 p2 -2.50000 -2.50000 -2.50000 rank owner: 0
+DEAL:0::  Bounding box: p1 -3.00000 -3.00000 -2.50000 p2 -2.50000 -2.50000 -2.00000 rank owner: 0
+DEAL:0::  Bounding box: p1 -3.00000 -2.50000 -3.00000 p2 -2.50000 -2.00000 -2.50000 rank owner: 0
+DEAL:0::  Bounding box: p1 -3.00000 -2.50000 -2.50000 p2 -2.50000 -2.00000 -2.00000 rank owner: 0
+DEAL:0::  Bounding box: p1 -2.50000 -3.00000 -3.00000 p2 -2.00000 -2.50000 -2.50000 rank owner: 0
+DEAL:0::  Bounding box: p1 -2.50000 -3.00000 -2.50000 p2 -2.00000 -2.50000 -2.00000 rank owner: 0
+DEAL:0::  Bounding box: p1 -2.50000 -2.50000 -3.00000 p2 -2.00000 -2.00000 -2.50000 rank owner: 0
+DEAL:0::  Bounding box: p1 -2.50000 -2.50000 -2.50000 p2 -2.00000 -2.00000 -2.00000 rank owner: 0
index 753709ea1132782b2260a9d119611069a93ccc05..b3f9b8624125d91bc165a6b21104246244aba867 100644 (file)
@@ -1,79 +1,79 @@
 
 DEAL:0::Testing for dim = 1
-DEAL:0::  Bounding box: p1 0.00000 p2 0.125000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.125000 p2 0.250000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.250000 p2 0.375000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.375000 p2 0.500000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.500000 p2 0.546875 rank owner: 0
-DEAL:0::  Bounding box: p1 0.546875 p2 0.671875 rank owner: 1
-DEAL:0::  Bounding box: p1 0.671875 p2 0.796875 rank owner: 1
-DEAL:0::  Bounding box: p1 0.796875 p2 0.921875 rank owner: 1
-DEAL:0::  Bounding box: p1 0.921875 p2 1.00000 rank owner: 1
+DEAL:0::  Bounding box: p1 -3.00000 p2 -2.87500 rank owner: 0
+DEAL:0::  Bounding box: p1 -2.87500 p2 -2.75000 rank owner: 0
+DEAL:0::  Bounding box: p1 -2.75000 p2 -2.62500 rank owner: 0
+DEAL:0::  Bounding box: p1 -2.62500 p2 -2.50000 rank owner: 0
+DEAL:0::  Bounding box: p1 -2.50000 p2 -2.45312 rank owner: 0
+DEAL:0::  Bounding box: p1 -2.45312 p2 -2.32812 rank owner: 1
+DEAL:0::  Bounding box: p1 -2.32812 p2 -2.20312 rank owner: 1
+DEAL:0::  Bounding box: p1 -2.20312 p2 -2.07812 rank owner: 1
+DEAL:0::  Bounding box: p1 -2.07812 p2 -2.00000 rank owner: 1
 DEAL:0::Testing for dim = 2
-DEAL:0::  Bounding box: p1 0.406250 0.656250 p2 0.562500 1.00000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.00000 0.218750 p2 0.281250 0.468750 rank owner: 0
-DEAL:0::  Bounding box: p1 0.265625 0.00000 p2 0.546875 0.234375 rank owner: 0
-DEAL:0::  Bounding box: p1 0.265625 0.234375 p2 0.546875 0.468750 rank owner: 0
-DEAL:0::  Bounding box: p1 0.00000 0.453125 p2 0.234375 0.734375 rank owner: 0
-DEAL:0::  Bounding box: p1 0.00000 0.718750 p2 0.234375 1.00000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.234375 0.453125 p2 0.562500 0.671875 rank owner: 0
-DEAL:0::  Bounding box: p1 0.218750 0.656250 p2 0.421875 1.00000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.00000 0.00000 p2 0.281250 0.234375 rank owner: 0
-DEAL:0::  Bounding box: p1 0.546875 0.531250 p2 0.781250 0.828125 rank owner: 1
-DEAL:0::  Bounding box: p1 0.531250 0.00000 p2 0.781250 0.281250 rank owner: 1
-DEAL:0::  Bounding box: p1 0.546875 0.265625 p2 0.781250 0.546875 rank owner: 1
-DEAL:0::  Bounding box: p1 0.562500 0.828125 p2 0.921875 1.00000 rank owner: 1
-DEAL:0::  Bounding box: p1 0.765625 0.00000 p2 1.00000 0.281250 rank owner: 1
-DEAL:0::  Bounding box: p1 0.765625 0.531250 p2 1.00000 0.828125 rank owner: 1
-DEAL:0::  Bounding box: p1 0.765625 0.265625 p2 1.00000 0.546875 rank owner: 1
-DEAL:0::  Bounding box: p1 0.906250 0.828125 p2 1.00000 1.00000 rank owner: 1
+DEAL:0::  Bounding box: p1 -2.59375 -2.34375 p2 -2.43750 -2.00000 rank owner: 0
+DEAL:0::  Bounding box: p1 -3.00000 -2.78125 p2 -2.71875 -2.53125 rank owner: 0
+DEAL:0::  Bounding box: p1 -2.73438 -3.00000 p2 -2.45312 -2.76562 rank owner: 0
+DEAL:0::  Bounding box: p1 -2.73438 -2.76562 p2 -2.45312 -2.53125 rank owner: 0
+DEAL:0::  Bounding box: p1 -3.00000 -2.54688 p2 -2.76562 -2.26562 rank owner: 0
+DEAL:0::  Bounding box: p1 -3.00000 -2.28125 p2 -2.76562 -2.00000 rank owner: 0
+DEAL:0::  Bounding box: p1 -2.76562 -2.54688 p2 -2.43750 -2.32812 rank owner: 0
+DEAL:0::  Bounding box: p1 -2.78125 -2.34375 p2 -2.57812 -2.00000 rank owner: 0
+DEAL:0::  Bounding box: p1 -3.00000 -3.00000 p2 -2.71875 -2.76562 rank owner: 0
+DEAL:0::  Bounding box: p1 -2.45312 -2.46875 p2 -2.21875 -2.17188 rank owner: 1
+DEAL:0::  Bounding box: p1 -2.46875 -3.00000 p2 -2.21875 -2.71875 rank owner: 1
+DEAL:0::  Bounding box: p1 -2.45312 -2.73438 p2 -2.21875 -2.45312 rank owner: 1
+DEAL:0::  Bounding box: p1 -2.43750 -2.17188 p2 -2.07812 -2.00000 rank owner: 1
+DEAL:0::  Bounding box: p1 -2.23438 -3.00000 p2 -2.00000 -2.71875 rank owner: 1
+DEAL:0::  Bounding box: p1 -2.23438 -2.46875 p2 -2.00000 -2.17188 rank owner: 1
+DEAL:0::  Bounding box: p1 -2.23438 -2.73438 p2 -2.00000 -2.45312 rank owner: 1
+DEAL:0::  Bounding box: p1 -2.09375 -2.17188 p2 -2.00000 -2.00000 rank owner: 1
 DEAL:0::Testing for dim = 3
-DEAL:0::  Bounding box: p1 0.00000 0.00000 0.00000 p2 0.531250 0.500000 0.500000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.00000 0.00000 0.468750 p2 0.531250 0.500000 1.00000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.00000 0.468750 0.00000 p2 0.531250 1.00000 0.468750 rank owner: 0
-DEAL:0::  Bounding box: p1 0.00000 0.468750 0.437500 p2 0.437500 1.00000 1.00000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.406250 0.468750 0.437500 p2 0.531250 1.00000 1.00000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.531250 0.00000 0.00000 p2 1.00000 0.562500 0.531250 rank owner: 1
-DEAL:0::  Bounding box: p1 0.531250 0.00000 0.500000 p2 1.00000 0.562500 1.00000 rank owner: 1
-DEAL:0::  Bounding box: p1 0.531250 0.531250 0.00000 p2 1.00000 1.00000 0.593750 rank owner: 1
-DEAL:0::  Bounding box: p1 0.531250 0.531250 0.562500 p2 1.00000 1.00000 1.00000 rank owner: 1
+DEAL:0::  Bounding box: p1 -3.00000 -3.00000 -3.00000 p2 -2.46875 -2.50000 -2.50000 rank owner: 0
+DEAL:0::  Bounding box: p1 -3.00000 -3.00000 -2.53125 p2 -2.46875 -2.50000 -2.00000 rank owner: 0
+DEAL:0::  Bounding box: p1 -3.00000 -2.53125 -3.00000 p2 -2.46875 -2.00000 -2.53125 rank owner: 0
+DEAL:0::  Bounding box: p1 -3.00000 -2.53125 -2.56250 p2 -2.56250 -2.00000 -2.00000 rank owner: 0
+DEAL:0::  Bounding box: p1 -2.59375 -2.53125 -2.56250 p2 -2.46875 -2.00000 -2.00000 rank owner: 0
+DEAL:0::  Bounding box: p1 -2.46875 -3.00000 -3.00000 p2 -2.00000 -2.43750 -2.46875 rank owner: 1
+DEAL:0::  Bounding box: p1 -2.46875 -3.00000 -2.50000 p2 -2.00000 -2.43750 -2.00000 rank owner: 1
+DEAL:0::  Bounding box: p1 -2.46875 -2.46875 -3.00000 p2 -2.00000 -2.00000 -2.40625 rank owner: 1
+DEAL:0::  Bounding box: p1 -2.46875 -2.46875 -2.43750 p2 -2.00000 -2.00000 -2.00000 rank owner: 1
 
 DEAL:1::Testing for dim = 1
-DEAL:1::  Bounding box: p1 0.00000 p2 0.125000 rank owner: 0
-DEAL:1::  Bounding box: p1 0.125000 p2 0.250000 rank owner: 0
-DEAL:1::  Bounding box: p1 0.250000 p2 0.375000 rank owner: 0
-DEAL:1::  Bounding box: p1 0.375000 p2 0.500000 rank owner: 0
-DEAL:1::  Bounding box: p1 0.500000 p2 0.546875 rank owner: 0
-DEAL:1::  Bounding box: p1 0.546875 p2 0.671875 rank owner: 1
-DEAL:1::  Bounding box: p1 0.671875 p2 0.796875 rank owner: 1
-DEAL:1::  Bounding box: p1 0.796875 p2 0.921875 rank owner: 1
-DEAL:1::  Bounding box: p1 0.921875 p2 1.00000 rank owner: 1
+DEAL:1::  Bounding box: p1 -3.00000 p2 -2.87500 rank owner: 0
+DEAL:1::  Bounding box: p1 -2.87500 p2 -2.75000 rank owner: 0
+DEAL:1::  Bounding box: p1 -2.75000 p2 -2.62500 rank owner: 0
+DEAL:1::  Bounding box: p1 -2.62500 p2 -2.50000 rank owner: 0
+DEAL:1::  Bounding box: p1 -2.50000 p2 -2.45312 rank owner: 0
+DEAL:1::  Bounding box: p1 -2.45312 p2 -2.32812 rank owner: 1
+DEAL:1::  Bounding box: p1 -2.32812 p2 -2.20312 rank owner: 1
+DEAL:1::  Bounding box: p1 -2.20312 p2 -2.07812 rank owner: 1
+DEAL:1::  Bounding box: p1 -2.07812 p2 -2.00000 rank owner: 1
 DEAL:1::Testing for dim = 2
-DEAL:1::  Bounding box: p1 0.406250 0.656250 p2 0.562500 1.00000 rank owner: 0
-DEAL:1::  Bounding box: p1 0.00000 0.218750 p2 0.281250 0.468750 rank owner: 0
-DEAL:1::  Bounding box: p1 0.265625 0.00000 p2 0.546875 0.234375 rank owner: 0
-DEAL:1::  Bounding box: p1 0.265625 0.234375 p2 0.546875 0.468750 rank owner: 0
-DEAL:1::  Bounding box: p1 0.00000 0.453125 p2 0.234375 0.734375 rank owner: 0
-DEAL:1::  Bounding box: p1 0.00000 0.718750 p2 0.234375 1.00000 rank owner: 0
-DEAL:1::  Bounding box: p1 0.234375 0.453125 p2 0.562500 0.671875 rank owner: 0
-DEAL:1::  Bounding box: p1 0.218750 0.656250 p2 0.421875 1.00000 rank owner: 0
-DEAL:1::  Bounding box: p1 0.00000 0.00000 p2 0.281250 0.234375 rank owner: 0
-DEAL:1::  Bounding box: p1 0.546875 0.531250 p2 0.781250 0.828125 rank owner: 1
-DEAL:1::  Bounding box: p1 0.531250 0.00000 p2 0.781250 0.281250 rank owner: 1
-DEAL:1::  Bounding box: p1 0.546875 0.265625 p2 0.781250 0.546875 rank owner: 1
-DEAL:1::  Bounding box: p1 0.562500 0.828125 p2 0.921875 1.00000 rank owner: 1
-DEAL:1::  Bounding box: p1 0.765625 0.00000 p2 1.00000 0.281250 rank owner: 1
-DEAL:1::  Bounding box: p1 0.765625 0.531250 p2 1.00000 0.828125 rank owner: 1
-DEAL:1::  Bounding box: p1 0.765625 0.265625 p2 1.00000 0.546875 rank owner: 1
-DEAL:1::  Bounding box: p1 0.906250 0.828125 p2 1.00000 1.00000 rank owner: 1
+DEAL:1::  Bounding box: p1 -2.59375 -2.34375 p2 -2.43750 -2.00000 rank owner: 0
+DEAL:1::  Bounding box: p1 -3.00000 -2.78125 p2 -2.71875 -2.53125 rank owner: 0
+DEAL:1::  Bounding box: p1 -2.73438 -3.00000 p2 -2.45312 -2.76562 rank owner: 0
+DEAL:1::  Bounding box: p1 -2.73438 -2.76562 p2 -2.45312 -2.53125 rank owner: 0
+DEAL:1::  Bounding box: p1 -3.00000 -2.54688 p2 -2.76562 -2.26562 rank owner: 0
+DEAL:1::  Bounding box: p1 -3.00000 -2.28125 p2 -2.76562 -2.00000 rank owner: 0
+DEAL:1::  Bounding box: p1 -2.76562 -2.54688 p2 -2.43750 -2.32812 rank owner: 0
+DEAL:1::  Bounding box: p1 -2.78125 -2.34375 p2 -2.57812 -2.00000 rank owner: 0
+DEAL:1::  Bounding box: p1 -3.00000 -3.00000 p2 -2.71875 -2.76562 rank owner: 0
+DEAL:1::  Bounding box: p1 -2.45312 -2.46875 p2 -2.21875 -2.17188 rank owner: 1
+DEAL:1::  Bounding box: p1 -2.46875 -3.00000 p2 -2.21875 -2.71875 rank owner: 1
+DEAL:1::  Bounding box: p1 -2.45312 -2.73438 p2 -2.21875 -2.45312 rank owner: 1
+DEAL:1::  Bounding box: p1 -2.43750 -2.17188 p2 -2.07812 -2.00000 rank owner: 1
+DEAL:1::  Bounding box: p1 -2.23438 -3.00000 p2 -2.00000 -2.71875 rank owner: 1
+DEAL:1::  Bounding box: p1 -2.23438 -2.46875 p2 -2.00000 -2.17188 rank owner: 1
+DEAL:1::  Bounding box: p1 -2.23438 -2.73438 p2 -2.00000 -2.45312 rank owner: 1
+DEAL:1::  Bounding box: p1 -2.09375 -2.17188 p2 -2.00000 -2.00000 rank owner: 1
 DEAL:1::Testing for dim = 3
-DEAL:1::  Bounding box: p1 0.00000 0.00000 0.00000 p2 0.531250 0.500000 0.500000 rank owner: 0
-DEAL:1::  Bounding box: p1 0.00000 0.00000 0.468750 p2 0.531250 0.500000 1.00000 rank owner: 0
-DEAL:1::  Bounding box: p1 0.00000 0.468750 0.00000 p2 0.531250 1.00000 0.468750 rank owner: 0
-DEAL:1::  Bounding box: p1 0.00000 0.468750 0.437500 p2 0.437500 1.00000 1.00000 rank owner: 0
-DEAL:1::  Bounding box: p1 0.406250 0.468750 0.437500 p2 0.531250 1.00000 1.00000 rank owner: 0
-DEAL:1::  Bounding box: p1 0.531250 0.00000 0.00000 p2 1.00000 0.562500 0.531250 rank owner: 1
-DEAL:1::  Bounding box: p1 0.531250 0.00000 0.500000 p2 1.00000 0.562500 1.00000 rank owner: 1
-DEAL:1::  Bounding box: p1 0.531250 0.531250 0.00000 p2 1.00000 1.00000 0.593750 rank owner: 1
-DEAL:1::  Bounding box: p1 0.531250 0.531250 0.562500 p2 1.00000 1.00000 1.00000 rank owner: 1
+DEAL:1::  Bounding box: p1 -3.00000 -3.00000 -3.00000 p2 -2.46875 -2.50000 -2.50000 rank owner: 0
+DEAL:1::  Bounding box: p1 -3.00000 -3.00000 -2.53125 p2 -2.46875 -2.50000 -2.00000 rank owner: 0
+DEAL:1::  Bounding box: p1 -3.00000 -2.53125 -3.00000 p2 -2.46875 -2.00000 -2.53125 rank owner: 0
+DEAL:1::  Bounding box: p1 -3.00000 -2.53125 -2.56250 p2 -2.56250 -2.00000 -2.00000 rank owner: 0
+DEAL:1::  Bounding box: p1 -2.59375 -2.53125 -2.56250 p2 -2.46875 -2.00000 -2.00000 rank owner: 0
+DEAL:1::  Bounding box: p1 -2.46875 -3.00000 -3.00000 p2 -2.00000 -2.43750 -2.46875 rank owner: 1
+DEAL:1::  Bounding box: p1 -2.46875 -3.00000 -2.50000 p2 -2.00000 -2.43750 -2.00000 rank owner: 1
+DEAL:1::  Bounding box: p1 -2.46875 -2.46875 -3.00000 p2 -2.00000 -2.00000 -2.40625 rank owner: 1
+DEAL:1::  Bounding box: p1 -2.46875 -2.46875 -2.43750 p2 -2.00000 -2.00000 -2.00000 rank owner: 1
 
index fc7240a8b93e12eb45eb81ed8fe3c4992ffdd4f8..ff53f4b06683c9d02e740151c2b8f7d854d2e0c4 100644 (file)
 
 DEAL:0::Testing for dim = 1
-DEAL:0::  Bounding box: p1 0.257812 p2 0.382812 rank owner: 0
-DEAL:0::  Bounding box: p1 0.382812 p2 0.500000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.500000 p2 0.531250 rank owner: 0
-DEAL:0::  Bounding box: p1 0.00000 p2 0.125000 rank owner: 1
-DEAL:0::  Bounding box: p1 0.125000 p2 0.226562 rank owner: 1
-DEAL:0::  Bounding box: p1 0.226562 p2 0.257812 rank owner: 1
-DEAL:0::  Bounding box: p1 0.765625 p2 0.890625 rank owner: 2
-DEAL:0::  Bounding box: p1 0.890625 p2 1.00000 rank owner: 2
-DEAL:0::  Bounding box: p1 0.531250 p2 0.656250 rank owner: 3
-DEAL:0::  Bounding box: p1 0.656250 p2 0.765625 rank owner: 3
+DEAL:0::  Bounding box: p1 -2.74219 p2 -2.61719 rank owner: 0
+DEAL:0::  Bounding box: p1 -2.61719 p2 -2.50000 rank owner: 0
+DEAL:0::  Bounding box: p1 -2.50000 p2 -2.46875 rank owner: 0
+DEAL:0::  Bounding box: p1 -3.00000 p2 -2.87500 rank owner: 1
+DEAL:0::  Bounding box: p1 -2.87500 p2 -2.77344 rank owner: 1
+DEAL:0::  Bounding box: p1 -2.77344 p2 -2.74219 rank owner: 1
+DEAL:0::  Bounding box: p1 -2.23438 p2 -2.10938 rank owner: 2
+DEAL:0::  Bounding box: p1 -2.10938 p2 -2.00000 rank owner: 2
+DEAL:0::  Bounding box: p1 -2.46875 p2 -2.34375 rank owner: 3
+DEAL:0::  Bounding box: p1 -2.34375 p2 -2.23438 rank owner: 3
 DEAL:0::Testing for dim = 2
-DEAL:0::  Bounding box: p1 0.250000 0.00000 p2 0.515625 0.250000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.00000 0.00000 p2 0.265625 0.250000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.00000 0.234375 p2 0.218750 0.531250 rank owner: 0
-DEAL:0::  Bounding box: p1 0.203125 0.234375 p2 0.515625 0.453125 rank owner: 0
-DEAL:0::  Bounding box: p1 0.218750 0.437500 p2 0.515625 0.531250 rank owner: 0
-DEAL:0::  Bounding box: p1 0.328125 0.828125 p2 0.421875 1.00000 rank owner: 3
-DEAL:0::  Bounding box: p1 0.00000 0.812500 p2 0.343750 1.00000 rank owner: 3
-DEAL:0::  Bounding box: p1 0.203125 0.531250 p2 0.421875 0.828125 rank owner: 3
-DEAL:0::  Bounding box: p1 0.00000 0.531250 p2 0.218750 0.828125 rank owner: 3
-DEAL:0::  Bounding box: p1 0.515625 0.00000 p2 0.765625 0.265625 rank owner: 1
-DEAL:0::  Bounding box: p1 0.421875 0.531250 p2 0.687500 0.781250 rank owner: 2
-DEAL:0::  Bounding box: p1 0.421875 0.765625 p2 0.703125 1.00000 rank owner: 2
-DEAL:0::  Bounding box: p1 0.515625 0.250000 p2 0.750000 0.531250 rank owner: 1
-DEAL:0::  Bounding box: p1 0.687500 0.718750 p2 0.921875 1.00000 rank owner: 2
-DEAL:0::  Bounding box: p1 0.687500 0.531250 p2 1.00000 0.734375 rank owner: 2
-DEAL:0::  Bounding box: p1 0.734375 0.468750 p2 1.00000 0.531250 rank owner: 1
-DEAL:0::  Bounding box: p1 0.734375 0.250000 p2 1.00000 0.484375 rank owner: 1
-DEAL:0::  Bounding box: p1 0.750000 0.00000 p2 1.00000 0.265625 rank owner: 1
-DEAL:0::  Bounding box: p1 0.906250 0.734375 p2 1.00000 1.00000 rank owner: 2
+DEAL:0::  Bounding box: p1 -2.75000 -3.00000 p2 -2.48438 -2.75000 rank owner: 0
+DEAL:0::  Bounding box: p1 -3.00000 -3.00000 p2 -2.73438 -2.75000 rank owner: 0
+DEAL:0::  Bounding box: p1 -3.00000 -2.76562 p2 -2.78125 -2.46875 rank owner: 0
+DEAL:0::  Bounding box: p1 -2.79688 -2.76562 p2 -2.48438 -2.54688 rank owner: 0
+DEAL:0::  Bounding box: p1 -2.78125 -2.56250 p2 -2.48438 -2.46875 rank owner: 0
+DEAL:0::  Bounding box: p1 -2.67188 -2.17188 p2 -2.57812 -2.00000 rank owner: 3
+DEAL:0::  Bounding box: p1 -3.00000 -2.18750 p2 -2.65625 -2.00000 rank owner: 3
+DEAL:0::  Bounding box: p1 -2.79688 -2.46875 p2 -2.57812 -2.17188 rank owner: 3
+DEAL:0::  Bounding box: p1 -3.00000 -2.46875 p2 -2.78125 -2.17188 rank owner: 3
+DEAL:0::  Bounding box: p1 -2.48438 -3.00000 p2 -2.23438 -2.73438 rank owner: 1
+DEAL:0::  Bounding box: p1 -2.57812 -2.46875 p2 -2.31250 -2.21875 rank owner: 2
+DEAL:0::  Bounding box: p1 -2.57812 -2.23438 p2 -2.29688 -2.00000 rank owner: 2
+DEAL:0::  Bounding box: p1 -2.48438 -2.75000 p2 -2.25000 -2.46875 rank owner: 1
+DEAL:0::  Bounding box: p1 -2.31250 -2.28125 p2 -2.07812 -2.00000 rank owner: 2
+DEAL:0::  Bounding box: p1 -2.31250 -2.46875 p2 -2.00000 -2.26562 rank owner: 2
+DEAL:0::  Bounding box: p1 -2.26562 -2.53125 p2 -2.00000 -2.46875 rank owner: 1
+DEAL:0::  Bounding box: p1 -2.26562 -2.75000 p2 -2.00000 -2.51562 rank owner: 1
+DEAL:0::  Bounding box: p1 -2.25000 -3.00000 p2 -2.00000 -2.73438 rank owner: 1
+DEAL:0::  Bounding box: p1 -2.09375 -2.26562 p2 -2.00000 -2.00000 rank owner: 2
 DEAL:0::Testing for dim = 3
-DEAL:0::  Bounding box: p1 0.00000 0.531250 0.00000 p2 0.562500 1.00000 0.500000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.00000 0.468750 0.468750 p2 0.437500 1.00000 1.00000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.406250 0.468750 0.468750 p2 0.562500 1.00000 1.00000 rank owner: 0
-DEAL:0::  Bounding box: p1 0.00000 0.00000 0.00000 p2 0.562500 0.531250 0.437500 rank owner: 1
-DEAL:0::  Bounding box: p1 0.00000 0.00000 0.406250 p2 0.406250 0.531250 1.00000 rank owner: 1
-DEAL:0::  Bounding box: p1 0.375000 0.00000 0.406250 p2 0.562500 0.531250 1.00000 rank owner: 1
-DEAL:0::  Bounding box: p1 0.562500 0.531250 0.00000 p2 1.00000 1.00000 0.625000 rank owner: 2
-DEAL:0::  Bounding box: p1 0.531250 0.531250 0.593750 p2 1.00000 1.00000 1.00000 rank owner: 2
-DEAL:0::  Bounding box: p1 0.500000 0.00000 0.00000 p2 1.00000 0.531250 0.531250 rank owner: 3
-DEAL:0::  Bounding box: p1 0.468750 0.00000 0.500000 p2 0.906250 0.531250 1.00000 rank owner: 3
-DEAL:0::  Bounding box: p1 0.875000 0.00000 0.500000 p2 1.00000 0.531250 1.00000 rank owner: 3
+DEAL:0::  Bounding box: p1 -3.00000 -2.46875 -3.00000 p2 -2.43750 -2.00000 -2.50000 rank owner: 0
+DEAL:0::  Bounding box: p1 -3.00000 -2.53125 -2.53125 p2 -2.56250 -2.00000 -2.00000 rank owner: 0
+DEAL:0::  Bounding box: p1 -2.59375 -2.53125 -2.53125 p2 -2.43750 -2.00000 -2.00000 rank owner: 0
+DEAL:0::  Bounding box: p1 -3.00000 -3.00000 -3.00000 p2 -2.43750 -2.46875 -2.56250 rank owner: 1
+DEAL:0::  Bounding box: p1 -3.00000 -3.00000 -2.59375 p2 -2.59375 -2.46875 -2.00000 rank owner: 1
+DEAL:0::  Bounding box: p1 -2.62500 -3.00000 -2.59375 p2 -2.43750 -2.46875 -2.00000 rank owner: 1
+DEAL:0::  Bounding box: p1 -2.43750 -2.46875 -3.00000 p2 -2.00000 -2.00000 -2.37500 rank owner: 2
+DEAL:0::  Bounding box: p1 -2.46875 -2.46875 -2.40625 p2 -2.00000 -2.00000 -2.00000 rank owner: 2
+DEAL:0::  Bounding box: p1 -2.50000 -3.00000 -3.00000 p2 -2.00000 -2.46875 -2.46875 rank owner: 3
+DEAL:0::  Bounding box: p1 -2.53125 -3.00000 -2.50000 p2 -2.09375 -2.46875 -2.00000 rank owner: 3
+DEAL:0::  Bounding box: p1 -2.12500 -3.00000 -2.50000 p2 -2.00000 -2.46875 -2.00000 rank owner: 3
 
 DEAL:1::Testing for dim = 1
-DEAL:1::  Bounding box: p1 0.257812 p2 0.382812 rank owner: 0
-DEAL:1::  Bounding box: p1 0.382812 p2 0.500000 rank owner: 0
-DEAL:1::  Bounding box: p1 0.500000 p2 0.531250 rank owner: 0
-DEAL:1::  Bounding box: p1 0.00000 p2 0.125000 rank owner: 1
-DEAL:1::  Bounding box: p1 0.125000 p2 0.226562 rank owner: 1
-DEAL:1::  Bounding box: p1 0.226562 p2 0.257812 rank owner: 1
-DEAL:1::  Bounding box: p1 0.765625 p2 0.890625 rank owner: 2
-DEAL:1::  Bounding box: p1 0.890625 p2 1.00000 rank owner: 2
-DEAL:1::  Bounding box: p1 0.531250 p2 0.656250 rank owner: 3
-DEAL:1::  Bounding box: p1 0.656250 p2 0.765625 rank owner: 3
+DEAL:1::  Bounding box: p1 -2.74219 p2 -2.61719 rank owner: 0
+DEAL:1::  Bounding box: p1 -2.61719 p2 -2.50000 rank owner: 0
+DEAL:1::  Bounding box: p1 -2.50000 p2 -2.46875 rank owner: 0
+DEAL:1::  Bounding box: p1 -3.00000 p2 -2.87500 rank owner: 1
+DEAL:1::  Bounding box: p1 -2.87500 p2 -2.77344 rank owner: 1
+DEAL:1::  Bounding box: p1 -2.77344 p2 -2.74219 rank owner: 1
+DEAL:1::  Bounding box: p1 -2.23438 p2 -2.10938 rank owner: 2
+DEAL:1::  Bounding box: p1 -2.10938 p2 -2.00000 rank owner: 2
+DEAL:1::  Bounding box: p1 -2.46875 p2 -2.34375 rank owner: 3
+DEAL:1::  Bounding box: p1 -2.34375 p2 -2.23438 rank owner: 3
 DEAL:1::Testing for dim = 2
-DEAL:1::  Bounding box: p1 0.250000 0.00000 p2 0.515625 0.250000 rank owner: 0
-DEAL:1::  Bounding box: p1 0.00000 0.00000 p2 0.265625 0.250000 rank owner: 0
-DEAL:1::  Bounding box: p1 0.00000 0.234375 p2 0.218750 0.531250 rank owner: 0
-DEAL:1::  Bounding box: p1 0.203125 0.234375 p2 0.515625 0.453125 rank owner: 0
-DEAL:1::  Bounding box: p1 0.218750 0.437500 p2 0.515625 0.531250 rank owner: 0
-DEAL:1::  Bounding box: p1 0.328125 0.828125 p2 0.421875 1.00000 rank owner: 3
-DEAL:1::  Bounding box: p1 0.00000 0.812500 p2 0.343750 1.00000 rank owner: 3
-DEAL:1::  Bounding box: p1 0.203125 0.531250 p2 0.421875 0.828125 rank owner: 3
-DEAL:1::  Bounding box: p1 0.00000 0.531250 p2 0.218750 0.828125 rank owner: 3
-DEAL:1::  Bounding box: p1 0.515625 0.00000 p2 0.765625 0.265625 rank owner: 1
-DEAL:1::  Bounding box: p1 0.421875 0.531250 p2 0.687500 0.781250 rank owner: 2
-DEAL:1::  Bounding box: p1 0.421875 0.765625 p2 0.703125 1.00000 rank owner: 2
-DEAL:1::  Bounding box: p1 0.515625 0.250000 p2 0.750000 0.531250 rank owner: 1
-DEAL:1::  Bounding box: p1 0.687500 0.718750 p2 0.921875 1.00000 rank owner: 2
-DEAL:1::  Bounding box: p1 0.687500 0.531250 p2 1.00000 0.734375 rank owner: 2
-DEAL:1::  Bounding box: p1 0.734375 0.468750 p2 1.00000 0.531250 rank owner: 1
-DEAL:1::  Bounding box: p1 0.734375 0.250000 p2 1.00000 0.484375 rank owner: 1
-DEAL:1::  Bounding box: p1 0.750000 0.00000 p2 1.00000 0.265625 rank owner: 1
-DEAL:1::  Bounding box: p1 0.906250 0.734375 p2 1.00000 1.00000 rank owner: 2
+DEAL:1::  Bounding box: p1 -2.75000 -3.00000 p2 -2.48438 -2.75000 rank owner: 0
+DEAL:1::  Bounding box: p1 -3.00000 -3.00000 p2 -2.73438 -2.75000 rank owner: 0
+DEAL:1::  Bounding box: p1 -3.00000 -2.76562 p2 -2.78125 -2.46875 rank owner: 0
+DEAL:1::  Bounding box: p1 -2.79688 -2.76562 p2 -2.48438 -2.54688 rank owner: 0
+DEAL:1::  Bounding box: p1 -2.78125 -2.56250 p2 -2.48438 -2.46875 rank owner: 0
+DEAL:1::  Bounding box: p1 -2.67188 -2.17188 p2 -2.57812 -2.00000 rank owner: 3
+DEAL:1::  Bounding box: p1 -3.00000 -2.18750 p2 -2.65625 -2.00000 rank owner: 3
+DEAL:1::  Bounding box: p1 -2.79688 -2.46875 p2 -2.57812 -2.17188 rank owner: 3
+DEAL:1::  Bounding box: p1 -3.00000 -2.46875 p2 -2.78125 -2.17188 rank owner: 3
+DEAL:1::  Bounding box: p1 -2.48438 -3.00000 p2 -2.23438 -2.73438 rank owner: 1
+DEAL:1::  Bounding box: p1 -2.57812 -2.46875 p2 -2.31250 -2.21875 rank owner: 2
+DEAL:1::  Bounding box: p1 -2.57812 -2.23438 p2 -2.29688 -2.00000 rank owner: 2
+DEAL:1::  Bounding box: p1 -2.48438 -2.75000 p2 -2.25000 -2.46875 rank owner: 1
+DEAL:1::  Bounding box: p1 -2.31250 -2.28125 p2 -2.07812 -2.00000 rank owner: 2
+DEAL:1::  Bounding box: p1 -2.31250 -2.46875 p2 -2.00000 -2.26562 rank owner: 2
+DEAL:1::  Bounding box: p1 -2.26562 -2.53125 p2 -2.00000 -2.46875 rank owner: 1
+DEAL:1::  Bounding box: p1 -2.26562 -2.75000 p2 -2.00000 -2.51562 rank owner: 1
+DEAL:1::  Bounding box: p1 -2.25000 -3.00000 p2 -2.00000 -2.73438 rank owner: 1
+DEAL:1::  Bounding box: p1 -2.09375 -2.26562 p2 -2.00000 -2.00000 rank owner: 2
 DEAL:1::Testing for dim = 3
-DEAL:1::  Bounding box: p1 0.00000 0.531250 0.00000 p2 0.562500 1.00000 0.500000 rank owner: 0
-DEAL:1::  Bounding box: p1 0.00000 0.468750 0.468750 p2 0.437500 1.00000 1.00000 rank owner: 0
-DEAL:1::  Bounding box: p1 0.406250 0.468750 0.468750 p2 0.562500 1.00000 1.00000 rank owner: 0
-DEAL:1::  Bounding box: p1 0.00000 0.00000 0.00000 p2 0.562500 0.531250 0.437500 rank owner: 1
-DEAL:1::  Bounding box: p1 0.00000 0.00000 0.406250 p2 0.406250 0.531250 1.00000 rank owner: 1
-DEAL:1::  Bounding box: p1 0.375000 0.00000 0.406250 p2 0.562500 0.531250 1.00000 rank owner: 1
-DEAL:1::  Bounding box: p1 0.562500 0.531250 0.00000 p2 1.00000 1.00000 0.625000 rank owner: 2
-DEAL:1::  Bounding box: p1 0.531250 0.531250 0.593750 p2 1.00000 1.00000 1.00000 rank owner: 2
-DEAL:1::  Bounding box: p1 0.500000 0.00000 0.00000 p2 1.00000 0.531250 0.531250 rank owner: 3
-DEAL:1::  Bounding box: p1 0.468750 0.00000 0.500000 p2 0.906250 0.531250 1.00000 rank owner: 3
-DEAL:1::  Bounding box: p1 0.875000 0.00000 0.500000 p2 1.00000 0.531250 1.00000 rank owner: 3
+DEAL:1::  Bounding box: p1 -3.00000 -2.46875 -3.00000 p2 -2.43750 -2.00000 -2.50000 rank owner: 0
+DEAL:1::  Bounding box: p1 -3.00000 -2.53125 -2.53125 p2 -2.56250 -2.00000 -2.00000 rank owner: 0
+DEAL:1::  Bounding box: p1 -2.59375 -2.53125 -2.53125 p2 -2.43750 -2.00000 -2.00000 rank owner: 0
+DEAL:1::  Bounding box: p1 -3.00000 -3.00000 -3.00000 p2 -2.43750 -2.46875 -2.56250 rank owner: 1
+DEAL:1::  Bounding box: p1 -3.00000 -3.00000 -2.59375 p2 -2.59375 -2.46875 -2.00000 rank owner: 1
+DEAL:1::  Bounding box: p1 -2.62500 -3.00000 -2.59375 p2 -2.43750 -2.46875 -2.00000 rank owner: 1
+DEAL:1::  Bounding box: p1 -2.43750 -2.46875 -3.00000 p2 -2.00000 -2.00000 -2.37500 rank owner: 2
+DEAL:1::  Bounding box: p1 -2.46875 -2.46875 -2.40625 p2 -2.00000 -2.00000 -2.00000 rank owner: 2
+DEAL:1::  Bounding box: p1 -2.50000 -3.00000 -3.00000 p2 -2.00000 -2.46875 -2.46875 rank owner: 3
+DEAL:1::  Bounding box: p1 -2.53125 -3.00000 -2.50000 p2 -2.09375 -2.46875 -2.00000 rank owner: 3
+DEAL:1::  Bounding box: p1 -2.12500 -3.00000 -2.50000 p2 -2.00000 -2.46875 -2.00000 rank owner: 3
 
 
 DEAL:2::Testing for dim = 1
-DEAL:2::  Bounding box: p1 0.257812 p2 0.382812 rank owner: 0
-DEAL:2::  Bounding box: p1 0.382812 p2 0.500000 rank owner: 0
-DEAL:2::  Bounding box: p1 0.500000 p2 0.531250 rank owner: 0
-DEAL:2::  Bounding box: p1 0.00000 p2 0.125000 rank owner: 1
-DEAL:2::  Bounding box: p1 0.125000 p2 0.226562 rank owner: 1
-DEAL:2::  Bounding box: p1 0.226562 p2 0.257812 rank owner: 1
-DEAL:2::  Bounding box: p1 0.765625 p2 0.890625 rank owner: 2
-DEAL:2::  Bounding box: p1 0.890625 p2 1.00000 rank owner: 2
-DEAL:2::  Bounding box: p1 0.531250 p2 0.656250 rank owner: 3
-DEAL:2::  Bounding box: p1 0.656250 p2 0.765625 rank owner: 3
+DEAL:2::  Bounding box: p1 -2.74219 p2 -2.61719 rank owner: 0
+DEAL:2::  Bounding box: p1 -2.61719 p2 -2.50000 rank owner: 0
+DEAL:2::  Bounding box: p1 -2.50000 p2 -2.46875 rank owner: 0
+DEAL:2::  Bounding box: p1 -3.00000 p2 -2.87500 rank owner: 1
+DEAL:2::  Bounding box: p1 -2.87500 p2 -2.77344 rank owner: 1
+DEAL:2::  Bounding box: p1 -2.77344 p2 -2.74219 rank owner: 1
+DEAL:2::  Bounding box: p1 -2.23438 p2 -2.10938 rank owner: 2
+DEAL:2::  Bounding box: p1 -2.10938 p2 -2.00000 rank owner: 2
+DEAL:2::  Bounding box: p1 -2.46875 p2 -2.34375 rank owner: 3
+DEAL:2::  Bounding box: p1 -2.34375 p2 -2.23438 rank owner: 3
 DEAL:2::Testing for dim = 2
-DEAL:2::  Bounding box: p1 0.250000 0.00000 p2 0.515625 0.250000 rank owner: 0
-DEAL:2::  Bounding box: p1 0.00000 0.00000 p2 0.265625 0.250000 rank owner: 0
-DEAL:2::  Bounding box: p1 0.00000 0.234375 p2 0.218750 0.531250 rank owner: 0
-DEAL:2::  Bounding box: p1 0.203125 0.234375 p2 0.515625 0.453125 rank owner: 0
-DEAL:2::  Bounding box: p1 0.218750 0.437500 p2 0.515625 0.531250 rank owner: 0
-DEAL:2::  Bounding box: p1 0.328125 0.828125 p2 0.421875 1.00000 rank owner: 3
-DEAL:2::  Bounding box: p1 0.00000 0.812500 p2 0.343750 1.00000 rank owner: 3
-DEAL:2::  Bounding box: p1 0.203125 0.531250 p2 0.421875 0.828125 rank owner: 3
-DEAL:2::  Bounding box: p1 0.00000 0.531250 p2 0.218750 0.828125 rank owner: 3
-DEAL:2::  Bounding box: p1 0.515625 0.00000 p2 0.765625 0.265625 rank owner: 1
-DEAL:2::  Bounding box: p1 0.421875 0.531250 p2 0.687500 0.781250 rank owner: 2
-DEAL:2::  Bounding box: p1 0.421875 0.765625 p2 0.703125 1.00000 rank owner: 2
-DEAL:2::  Bounding box: p1 0.515625 0.250000 p2 0.750000 0.531250 rank owner: 1
-DEAL:2::  Bounding box: p1 0.687500 0.718750 p2 0.921875 1.00000 rank owner: 2
-DEAL:2::  Bounding box: p1 0.687500 0.531250 p2 1.00000 0.734375 rank owner: 2
-DEAL:2::  Bounding box: p1 0.734375 0.468750 p2 1.00000 0.531250 rank owner: 1
-DEAL:2::  Bounding box: p1 0.734375 0.250000 p2 1.00000 0.484375 rank owner: 1
-DEAL:2::  Bounding box: p1 0.750000 0.00000 p2 1.00000 0.265625 rank owner: 1
-DEAL:2::  Bounding box: p1 0.906250 0.734375 p2 1.00000 1.00000 rank owner: 2
+DEAL:2::  Bounding box: p1 -2.75000 -3.00000 p2 -2.48438 -2.75000 rank owner: 0
+DEAL:2::  Bounding box: p1 -3.00000 -3.00000 p2 -2.73438 -2.75000 rank owner: 0
+DEAL:2::  Bounding box: p1 -3.00000 -2.76562 p2 -2.78125 -2.46875 rank owner: 0
+DEAL:2::  Bounding box: p1 -2.79688 -2.76562 p2 -2.48438 -2.54688 rank owner: 0
+DEAL:2::  Bounding box: p1 -2.78125 -2.56250 p2 -2.48438 -2.46875 rank owner: 0
+DEAL:2::  Bounding box: p1 -2.67188 -2.17188 p2 -2.57812 -2.00000 rank owner: 3
+DEAL:2::  Bounding box: p1 -3.00000 -2.18750 p2 -2.65625 -2.00000 rank owner: 3
+DEAL:2::  Bounding box: p1 -2.79688 -2.46875 p2 -2.57812 -2.17188 rank owner: 3
+DEAL:2::  Bounding box: p1 -3.00000 -2.46875 p2 -2.78125 -2.17188 rank owner: 3
+DEAL:2::  Bounding box: p1 -2.48438 -3.00000 p2 -2.23438 -2.73438 rank owner: 1
+DEAL:2::  Bounding box: p1 -2.57812 -2.46875 p2 -2.31250 -2.21875 rank owner: 2
+DEAL:2::  Bounding box: p1 -2.57812 -2.23438 p2 -2.29688 -2.00000 rank owner: 2
+DEAL:2::  Bounding box: p1 -2.48438 -2.75000 p2 -2.25000 -2.46875 rank owner: 1
+DEAL:2::  Bounding box: p1 -2.31250 -2.28125 p2 -2.07812 -2.00000 rank owner: 2
+DEAL:2::  Bounding box: p1 -2.31250 -2.46875 p2 -2.00000 -2.26562 rank owner: 2
+DEAL:2::  Bounding box: p1 -2.26562 -2.53125 p2 -2.00000 -2.46875 rank owner: 1
+DEAL:2::  Bounding box: p1 -2.26562 -2.75000 p2 -2.00000 -2.51562 rank owner: 1
+DEAL:2::  Bounding box: p1 -2.25000 -3.00000 p2 -2.00000 -2.73438 rank owner: 1
+DEAL:2::  Bounding box: p1 -2.09375 -2.26562 p2 -2.00000 -2.00000 rank owner: 2
 DEAL:2::Testing for dim = 3
-DEAL:2::  Bounding box: p1 0.00000 0.531250 0.00000 p2 0.562500 1.00000 0.500000 rank owner: 0
-DEAL:2::  Bounding box: p1 0.00000 0.468750 0.468750 p2 0.437500 1.00000 1.00000 rank owner: 0
-DEAL:2::  Bounding box: p1 0.406250 0.468750 0.468750 p2 0.562500 1.00000 1.00000 rank owner: 0
-DEAL:2::  Bounding box: p1 0.00000 0.00000 0.00000 p2 0.562500 0.531250 0.437500 rank owner: 1
-DEAL:2::  Bounding box: p1 0.00000 0.00000 0.406250 p2 0.406250 0.531250 1.00000 rank owner: 1
-DEAL:2::  Bounding box: p1 0.375000 0.00000 0.406250 p2 0.562500 0.531250 1.00000 rank owner: 1
-DEAL:2::  Bounding box: p1 0.562500 0.531250 0.00000 p2 1.00000 1.00000 0.625000 rank owner: 2
-DEAL:2::  Bounding box: p1 0.531250 0.531250 0.593750 p2 1.00000 1.00000 1.00000 rank owner: 2
-DEAL:2::  Bounding box: p1 0.500000 0.00000 0.00000 p2 1.00000 0.531250 0.531250 rank owner: 3
-DEAL:2::  Bounding box: p1 0.468750 0.00000 0.500000 p2 0.906250 0.531250 1.00000 rank owner: 3
-DEAL:2::  Bounding box: p1 0.875000 0.00000 0.500000 p2 1.00000 0.531250 1.00000 rank owner: 3
+DEAL:2::  Bounding box: p1 -3.00000 -2.46875 -3.00000 p2 -2.43750 -2.00000 -2.50000 rank owner: 0
+DEAL:2::  Bounding box: p1 -3.00000 -2.53125 -2.53125 p2 -2.56250 -2.00000 -2.00000 rank owner: 0
+DEAL:2::  Bounding box: p1 -2.59375 -2.53125 -2.53125 p2 -2.43750 -2.00000 -2.00000 rank owner: 0
+DEAL:2::  Bounding box: p1 -3.00000 -3.00000 -3.00000 p2 -2.43750 -2.46875 -2.56250 rank owner: 1
+DEAL:2::  Bounding box: p1 -3.00000 -3.00000 -2.59375 p2 -2.59375 -2.46875 -2.00000 rank owner: 1
+DEAL:2::  Bounding box: p1 -2.62500 -3.00000 -2.59375 p2 -2.43750 -2.46875 -2.00000 rank owner: 1
+DEAL:2::  Bounding box: p1 -2.43750 -2.46875 -3.00000 p2 -2.00000 -2.00000 -2.37500 rank owner: 2
+DEAL:2::  Bounding box: p1 -2.46875 -2.46875 -2.40625 p2 -2.00000 -2.00000 -2.00000 rank owner: 2
+DEAL:2::  Bounding box: p1 -2.50000 -3.00000 -3.00000 p2 -2.00000 -2.46875 -2.46875 rank owner: 3
+DEAL:2::  Bounding box: p1 -2.53125 -3.00000 -2.50000 p2 -2.09375 -2.46875 -2.00000 rank owner: 3
+DEAL:2::  Bounding box: p1 -2.12500 -3.00000 -2.50000 p2 -2.00000 -2.46875 -2.00000 rank owner: 3
 
 
 DEAL:3::Testing for dim = 1
-DEAL:3::  Bounding box: p1 0.257812 p2 0.382812 rank owner: 0
-DEAL:3::  Bounding box: p1 0.382812 p2 0.500000 rank owner: 0
-DEAL:3::  Bounding box: p1 0.500000 p2 0.531250 rank owner: 0
-DEAL:3::  Bounding box: p1 0.00000 p2 0.125000 rank owner: 1
-DEAL:3::  Bounding box: p1 0.125000 p2 0.226562 rank owner: 1
-DEAL:3::  Bounding box: p1 0.226562 p2 0.257812 rank owner: 1
-DEAL:3::  Bounding box: p1 0.765625 p2 0.890625 rank owner: 2
-DEAL:3::  Bounding box: p1 0.890625 p2 1.00000 rank owner: 2
-DEAL:3::  Bounding box: p1 0.531250 p2 0.656250 rank owner: 3
-DEAL:3::  Bounding box: p1 0.656250 p2 0.765625 rank owner: 3
+DEAL:3::  Bounding box: p1 -2.74219 p2 -2.61719 rank owner: 0
+DEAL:3::  Bounding box: p1 -2.61719 p2 -2.50000 rank owner: 0
+DEAL:3::  Bounding box: p1 -2.50000 p2 -2.46875 rank owner: 0
+DEAL:3::  Bounding box: p1 -3.00000 p2 -2.87500 rank owner: 1
+DEAL:3::  Bounding box: p1 -2.87500 p2 -2.77344 rank owner: 1
+DEAL:3::  Bounding box: p1 -2.77344 p2 -2.74219 rank owner: 1
+DEAL:3::  Bounding box: p1 -2.23438 p2 -2.10938 rank owner: 2
+DEAL:3::  Bounding box: p1 -2.10938 p2 -2.00000 rank owner: 2
+DEAL:3::  Bounding box: p1 -2.46875 p2 -2.34375 rank owner: 3
+DEAL:3::  Bounding box: p1 -2.34375 p2 -2.23438 rank owner: 3
 DEAL:3::Testing for dim = 2
-DEAL:3::  Bounding box: p1 0.250000 0.00000 p2 0.515625 0.250000 rank owner: 0
-DEAL:3::  Bounding box: p1 0.00000 0.00000 p2 0.265625 0.250000 rank owner: 0
-DEAL:3::  Bounding box: p1 0.00000 0.234375 p2 0.218750 0.531250 rank owner: 0
-DEAL:3::  Bounding box: p1 0.203125 0.234375 p2 0.515625 0.453125 rank owner: 0
-DEAL:3::  Bounding box: p1 0.218750 0.437500 p2 0.515625 0.531250 rank owner: 0
-DEAL:3::  Bounding box: p1 0.328125 0.828125 p2 0.421875 1.00000 rank owner: 3
-DEAL:3::  Bounding box: p1 0.00000 0.812500 p2 0.343750 1.00000 rank owner: 3
-DEAL:3::  Bounding box: p1 0.203125 0.531250 p2 0.421875 0.828125 rank owner: 3
-DEAL:3::  Bounding box: p1 0.00000 0.531250 p2 0.218750 0.828125 rank owner: 3
-DEAL:3::  Bounding box: p1 0.515625 0.00000 p2 0.765625 0.265625 rank owner: 1
-DEAL:3::  Bounding box: p1 0.421875 0.531250 p2 0.687500 0.781250 rank owner: 2
-DEAL:3::  Bounding box: p1 0.421875 0.765625 p2 0.703125 1.00000 rank owner: 2
-DEAL:3::  Bounding box: p1 0.515625 0.250000 p2 0.750000 0.531250 rank owner: 1
-DEAL:3::  Bounding box: p1 0.687500 0.718750 p2 0.921875 1.00000 rank owner: 2
-DEAL:3::  Bounding box: p1 0.687500 0.531250 p2 1.00000 0.734375 rank owner: 2
-DEAL:3::  Bounding box: p1 0.734375 0.468750 p2 1.00000 0.531250 rank owner: 1
-DEAL:3::  Bounding box: p1 0.734375 0.250000 p2 1.00000 0.484375 rank owner: 1
-DEAL:3::  Bounding box: p1 0.750000 0.00000 p2 1.00000 0.265625 rank owner: 1
-DEAL:3::  Bounding box: p1 0.906250 0.734375 p2 1.00000 1.00000 rank owner: 2
+DEAL:3::  Bounding box: p1 -2.75000 -3.00000 p2 -2.48438 -2.75000 rank owner: 0
+DEAL:3::  Bounding box: p1 -3.00000 -3.00000 p2 -2.73438 -2.75000 rank owner: 0
+DEAL:3::  Bounding box: p1 -3.00000 -2.76562 p2 -2.78125 -2.46875 rank owner: 0
+DEAL:3::  Bounding box: p1 -2.79688 -2.76562 p2 -2.48438 -2.54688 rank owner: 0
+DEAL:3::  Bounding box: p1 -2.78125 -2.56250 p2 -2.48438 -2.46875 rank owner: 0
+DEAL:3::  Bounding box: p1 -2.67188 -2.17188 p2 -2.57812 -2.00000 rank owner: 3
+DEAL:3::  Bounding box: p1 -3.00000 -2.18750 p2 -2.65625 -2.00000 rank owner: 3
+DEAL:3::  Bounding box: p1 -2.79688 -2.46875 p2 -2.57812 -2.17188 rank owner: 3
+DEAL:3::  Bounding box: p1 -3.00000 -2.46875 p2 -2.78125 -2.17188 rank owner: 3
+DEAL:3::  Bounding box: p1 -2.48438 -3.00000 p2 -2.23438 -2.73438 rank owner: 1
+DEAL:3::  Bounding box: p1 -2.57812 -2.46875 p2 -2.31250 -2.21875 rank owner: 2
+DEAL:3::  Bounding box: p1 -2.57812 -2.23438 p2 -2.29688 -2.00000 rank owner: 2
+DEAL:3::  Bounding box: p1 -2.48438 -2.75000 p2 -2.25000 -2.46875 rank owner: 1
+DEAL:3::  Bounding box: p1 -2.31250 -2.28125 p2 -2.07812 -2.00000 rank owner: 2
+DEAL:3::  Bounding box: p1 -2.31250 -2.46875 p2 -2.00000 -2.26562 rank owner: 2
+DEAL:3::  Bounding box: p1 -2.26562 -2.53125 p2 -2.00000 -2.46875 rank owner: 1
+DEAL:3::  Bounding box: p1 -2.26562 -2.75000 p2 -2.00000 -2.51562 rank owner: 1
+DEAL:3::  Bounding box: p1 -2.25000 -3.00000 p2 -2.00000 -2.73438 rank owner: 1
+DEAL:3::  Bounding box: p1 -2.09375 -2.26562 p2 -2.00000 -2.00000 rank owner: 2
 DEAL:3::Testing for dim = 3
-DEAL:3::  Bounding box: p1 0.00000 0.531250 0.00000 p2 0.562500 1.00000 0.500000 rank owner: 0
-DEAL:3::  Bounding box: p1 0.00000 0.468750 0.468750 p2 0.437500 1.00000 1.00000 rank owner: 0
-DEAL:3::  Bounding box: p1 0.406250 0.468750 0.468750 p2 0.562500 1.00000 1.00000 rank owner: 0
-DEAL:3::  Bounding box: p1 0.00000 0.00000 0.00000 p2 0.562500 0.531250 0.437500 rank owner: 1
-DEAL:3::  Bounding box: p1 0.00000 0.00000 0.406250 p2 0.406250 0.531250 1.00000 rank owner: 1
-DEAL:3::  Bounding box: p1 0.375000 0.00000 0.406250 p2 0.562500 0.531250 1.00000 rank owner: 1
-DEAL:3::  Bounding box: p1 0.562500 0.531250 0.00000 p2 1.00000 1.00000 0.625000 rank owner: 2
-DEAL:3::  Bounding box: p1 0.531250 0.531250 0.593750 p2 1.00000 1.00000 1.00000 rank owner: 2
-DEAL:3::  Bounding box: p1 0.500000 0.00000 0.00000 p2 1.00000 0.531250 0.531250 rank owner: 3
-DEAL:3::  Bounding box: p1 0.468750 0.00000 0.500000 p2 0.906250 0.531250 1.00000 rank owner: 3
-DEAL:3::  Bounding box: p1 0.875000 0.00000 0.500000 p2 1.00000 0.531250 1.00000 rank owner: 3
+DEAL:3::  Bounding box: p1 -3.00000 -2.46875 -3.00000 p2 -2.43750 -2.00000 -2.50000 rank owner: 0
+DEAL:3::  Bounding box: p1 -3.00000 -2.53125 -2.53125 p2 -2.56250 -2.00000 -2.00000 rank owner: 0
+DEAL:3::  Bounding box: p1 -2.59375 -2.53125 -2.53125 p2 -2.43750 -2.00000 -2.00000 rank owner: 0
+DEAL:3::  Bounding box: p1 -3.00000 -3.00000 -3.00000 p2 -2.43750 -2.46875 -2.56250 rank owner: 1
+DEAL:3::  Bounding box: p1 -3.00000 -3.00000 -2.59375 p2 -2.59375 -2.46875 -2.00000 rank owner: 1
+DEAL:3::  Bounding box: p1 -2.62500 -3.00000 -2.59375 p2 -2.43750 -2.46875 -2.00000 rank owner: 1
+DEAL:3::  Bounding box: p1 -2.43750 -2.46875 -3.00000 p2 -2.00000 -2.00000 -2.37500 rank owner: 2
+DEAL:3::  Bounding box: p1 -2.46875 -2.46875 -2.40625 p2 -2.00000 -2.00000 -2.00000 rank owner: 2
+DEAL:3::  Bounding box: p1 -2.50000 -3.00000 -3.00000 p2 -2.00000 -2.46875 -2.46875 rank owner: 3
+DEAL:3::  Bounding box: p1 -2.53125 -3.00000 -2.50000 p2 -2.09375 -2.46875 -2.00000 rank owner: 3
+DEAL:3::  Bounding box: p1 -2.12500 -3.00000 -2.50000 p2 -2.00000 -2.46875 -2.00000 rank owner: 3
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.