From: Wolfgang Bangerth Date: Thu, 6 Apr 2023 20:54:22 +0000 (-0600) Subject: Make test less special by not using [0,1]^d as the domain. X-Git-Tag: v9.5.0-rc1~353^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b3bea945f7805970cc9f0c92b12341026ddfbfb;p=dealii.git Make test less special by not using [0,1]^d as the domain. --- diff --git a/tests/grid/grid_tools_cache_08.cc b/tests/grid/grid_tools_cache_08.cc index c75fb24c49..d4571f53ee 100644 --- a/tests/grid/grid_tools_cache_08.cc +++ b/tests/grid/grid_tools_cache_08.cc @@ -49,7 +49,7 @@ test() Triangulation::none, false, parallel::shared::Triangulation::Settings::partition_zoltan); - GridGenerator::hyper_cube(tria); + GridGenerator::hyper_cube(tria, -3, -2); tria.refine_global(std::max(8 - dim, 3)); diff --git a/tests/grid/grid_tools_cache_08.mpirun=1.output b/tests/grid/grid_tools_cache_08.mpirun=1.output index 6e45f1c1ca..dbc622dd75 100644 --- a/tests/grid/grid_tools_cache_08.mpirun=1.output +++ b/tests/grid/grid_tools_cache_08.mpirun=1.output @@ -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 diff --git a/tests/grid/grid_tools_cache_08.mpirun=2.output b/tests/grid/grid_tools_cache_08.mpirun=2.output index 753709ea11..b3f9b86241 100644 --- a/tests/grid/grid_tools_cache_08.mpirun=2.output +++ b/tests/grid/grid_tools_cache_08.mpirun=2.output @@ -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 diff --git a/tests/grid/grid_tools_cache_08.mpirun=4.output b/tests/grid/grid_tools_cache_08.mpirun=4.output index fc7240a8b9..ff53f4b066 100644 --- a/tests/grid/grid_tools_cache_08.mpirun=4.output +++ b/tests/grid/grid_tools_cache_08.mpirun=4.output @@ -1,179 +1,179 @@ 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