From: Martin Kronbichler Date: Tue, 17 Dec 2019 08:02:52 +0000 (+0100) Subject: Choose more appropriate points for test X-Git-Tag: v9.2.0-rc1~777^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f214fe4a1605d35451212bdaaab72a2a529aa0e;p=dealii.git Choose more appropriate points for test --- diff --git a/tests/grid/find_all_active_cells_around_point_03.cc b/tests/grid/find_all_active_cells_around_point_03.cc index aa7b561daa..48a41b563c 100644 --- a/tests/grid/find_all_active_cells_around_point_03.cc +++ b/tests/grid/find_all_active_cells_around_point_03.cc @@ -74,7 +74,7 @@ test(unsigned int n_ref) MappingQGeneric mapping(3); Point p1; - p1[0] = 0.3; + p1[0] = 0.28; p1[1] = 0.2; if (dim == 3) p1[2] = 0.205; @@ -86,7 +86,8 @@ test(unsigned int n_ref) print_result(mapping, tria, p1, 1e-10); print_result(mapping, tria, p1); Point p2 = p1; - p2[0] = 0.1; + // this point lies on exactly 2 cells in 2D and 4 in 3D, up to a + p2[0] = 0.0682926829268293; print_result(mapping, tria, p2, 1e-3); print_result(mapping, tria, p2, 1e-4); print_result(mapping, tria, p2, 1e-5); diff --git a/tests/grid/find_all_active_cells_around_point_03.output b/tests/grid/find_all_active_cells_around_point_03.output index 5324afdc98..906a07066d 100644 --- a/tests/grid/find_all_active_cells_around_point_03.output +++ b/tests/grid/find_all_active_cells_around_point_03.output @@ -1,197 +1,365 @@ -DEAL::Testing 2D with point 0.3000000000 0.2000000000 tolerance 0.001000000000 -DEAL::Cell: 107_1:0 unit point 0.04887876126 0.7619679173 -DEAL:: -DEAL::Testing 2D with point 0.3000000000 0.2000000000 tolerance 0.0001000000000 -DEAL::Cell: 107_1:0 unit point 0.04887876126 0.7619679173 -DEAL:: -DEAL::Testing 2D with point 0.3000000000 0.2000000000 tolerance 1.000000000e-05 -DEAL::Cell: 107_1:0 unit point 0.04887876126 0.7619679173 -DEAL:: -DEAL::Testing 2D with point 0.3000000000 0.2000000000 tolerance 1.000000000e-06 -DEAL::Cell: 107_1:0 unit point 0.04887876126 0.7619679173 -DEAL:: -DEAL::Testing 2D with point 0.3000000000 0.2000000000 tolerance 1.000000000e-07 -DEAL::Cell: 107_1:0 unit point 0.04887876126 0.7619679173 -DEAL:: -DEAL::Testing 2D with point 0.3000000000 0.2000000000 tolerance 1.000000000e-10 -DEAL::Cell: 107_1:0 unit point 0.04887876126 0.7619679173 -DEAL:: -DEAL::Testing 2D with point 0.3000000000 0.2000000000 tolerance default -DEAL::Cell: 107_1:0 unit point 0.04887876126 0.7619679173 -DEAL:: -DEAL::Testing 2D with point 0.1000000000 0.2000000000 tolerance 0.001000000000 -DEAL::Cell: 104_1:0 unit point 0.7619679173 0.04887876126 -DEAL:: -DEAL::Testing 2D with point 0.1000000000 0.2000000000 tolerance 0.0001000000000 -DEAL::Cell: 104_1:0 unit point 0.7619679173 0.04887876126 -DEAL:: -DEAL::Testing 2D with point 0.1000000000 0.2000000000 tolerance 1.000000000e-05 -DEAL::Cell: 104_1:0 unit point 0.7619679173 0.04887876126 -DEAL:: -DEAL::Testing 2D with point 0.1000000000 0.2000000000 tolerance 1.000000000e-06 -DEAL::Cell: 104_1:0 unit point 0.7619679173 0.04887876126 -DEAL:: -DEAL::Testing 2D with point 0.1000000000 0.2000000000 tolerance 1.000000000e-07 -DEAL::Cell: 104_1:0 unit point 0.7619679173 0.04887876126 -DEAL:: -DEAL::Testing 2D with point 0.1000000000 0.2000000000 tolerance 1.000000000e-10 -DEAL::Cell: 104_1:0 unit point 0.7619679173 0.04887876126 -DEAL:: -DEAL::Testing 2D with point 0.1000000000 0.2000000000 tolerance default -DEAL::Cell: 104_1:0 unit point 0.7619679173 0.04887876126 -DEAL:: -DEAL::Testing 2D with point 0.3000000000 0.2000000000 tolerance 0.001000000000 -DEAL::Cell: 107_2:02 unit point 0.09776156208 0.5239608435 -DEAL:: -DEAL::Testing 2D with point 0.3000000000 0.2000000000 tolerance 0.0001000000000 -DEAL::Cell: 107_2:02 unit point 0.09776156208 0.5239608435 -DEAL:: -DEAL::Testing 2D with point 0.3000000000 0.2000000000 tolerance 1.000000000e-05 -DEAL::Cell: 107_2:02 unit point 0.09776156208 0.5239608435 -DEAL:: -DEAL::Testing 2D with point 0.3000000000 0.2000000000 tolerance 1.000000000e-06 -DEAL::Cell: 107_2:02 unit point 0.09776156208 0.5239608435 -DEAL:: -DEAL::Testing 2D with point 0.3000000000 0.2000000000 tolerance 1.000000000e-07 -DEAL::Cell: 107_2:02 unit point 0.09776156208 0.5239608435 -DEAL:: -DEAL::Testing 2D with point 0.3000000000 0.2000000000 tolerance 1.000000000e-10 -DEAL::Cell: 107_2:02 unit point 0.09776156208 0.5239608435 -DEAL:: -DEAL::Testing 2D with point 0.3000000000 0.2000000000 tolerance default -DEAL::Cell: 107_2:02 unit point 0.09776156208 0.5239608435 -DEAL:: -DEAL::Testing 2D with point 0.1000000000 0.2000000000 tolerance 0.001000000000 -DEAL::Cell: 104_2:01 unit point 0.5239608435 0.09776156208 -DEAL:: -DEAL::Testing 2D with point 0.1000000000 0.2000000000 tolerance 0.0001000000000 -DEAL::Cell: 104_2:01 unit point 0.5239608435 0.09776156208 -DEAL:: -DEAL::Testing 2D with point 0.1000000000 0.2000000000 tolerance 1.000000000e-05 -DEAL::Cell: 104_2:01 unit point 0.5239608435 0.09776156208 -DEAL:: -DEAL::Testing 2D with point 0.1000000000 0.2000000000 tolerance 1.000000000e-06 -DEAL::Cell: 104_2:01 unit point 0.5239608435 0.09776156208 -DEAL:: -DEAL::Testing 2D with point 0.1000000000 0.2000000000 tolerance 1.000000000e-07 -DEAL::Cell: 104_2:01 unit point 0.5239608435 0.09776156208 -DEAL:: -DEAL::Testing 2D with point 0.1000000000 0.2000000000 tolerance 1.000000000e-10 -DEAL::Cell: 104_2:01 unit point 0.5239608435 0.09776156208 -DEAL:: -DEAL::Testing 2D with point 0.1000000000 0.2000000000 tolerance default -DEAL::Cell: 104_2:01 unit point 0.5239608435 0.09776156208 -DEAL:: -DEAL::Testing 3D with point 0.3000000000 0.2000000000 0.2050000000 tolerance 0.001000000000 -DEAL::Cell: 429_0: unit point 0.02442406476 0.3809274846 1.000000000 -DEAL::Cell: 430_0: unit point 0.02442406476 0.3809274846 7.929039891e-15 -DEAL:: -DEAL::Testing 3D with point 0.3000000000 0.2000000000 0.2050000000 tolerance 0.0001000000000 -DEAL::Cell: 429_0: unit point 0.02442406476 0.3809274846 1.000000000 -DEAL::Cell: 430_0: unit point 0.02442406476 0.3809274846 7.929039891e-15 -DEAL:: -DEAL::Testing 3D with point 0.3000000000 0.2000000000 0.2050000000 tolerance 1.000000000e-05 -DEAL::Cell: 429_0: unit point 0.02442406476 0.3809274846 1.000000000 -DEAL::Cell: 430_0: unit point 0.02442406476 0.3809274846 7.929039891e-15 -DEAL:: -DEAL::Testing 3D with point 0.3000000000 0.2000000000 0.2050000000 tolerance 1.000000000e-06 -DEAL::Cell: 429_0: unit point 0.02442406476 0.3809274846 1.000000000 -DEAL::Cell: 430_0: unit point 0.02442406476 0.3809274846 7.929039891e-15 -DEAL:: -DEAL::Testing 3D with point 0.3000000000 0.2000000000 0.2050000000 tolerance 1.000000000e-07 -DEAL::Cell: 429_0: unit point 0.02442406476 0.3809274846 1.000000000 -DEAL::Cell: 430_0: unit point 0.02442406476 0.3809274846 7.929039891e-15 -DEAL:: -DEAL::Testing 3D with point 0.3000000000 0.2000000000 0.2050000000 tolerance 1.000000000e-10 -DEAL::Cell: 429_0: unit point 0.02442406476 0.3809274846 1.000000000 -DEAL::Cell: 430_0: unit point 0.02442406476 0.3809274846 7.929039891e-15 -DEAL:: -DEAL::Testing 3D with point 0.3000000000 0.2000000000 0.2050000000 tolerance default -DEAL::Cell: 429_0: unit point 0.02442406476 0.3809274846 1.000000000 -DEAL::Cell: 430_0: unit point 0.02442406476 0.3809274846 7.929039891e-15 -DEAL:: -DEAL::Testing 3D with point 0.1000000000 0.2000000000 0.2050000000 tolerance 0.001000000000 -DEAL::Cell: 417_0: unit point 0.3809274846 0.02442406476 1.000000000 -DEAL::Cell: 418_0: unit point 0.3809274846 0.02442406476 -3.000965623e-14 -DEAL:: -DEAL::Testing 3D with point 0.1000000000 0.2000000000 0.2050000000 tolerance 0.0001000000000 -DEAL::Cell: 417_0: unit point 0.3809274846 0.02442406476 1.000000000 -DEAL::Cell: 418_0: unit point 0.3809274846 0.02442406476 -3.000965623e-14 -DEAL:: -DEAL::Testing 3D with point 0.1000000000 0.2000000000 0.2050000000 tolerance 1.000000000e-05 -DEAL::Cell: 417_0: unit point 0.3809274846 0.02442406476 1.000000000 -DEAL::Cell: 418_0: unit point 0.3809274846 0.02442406476 -3.000965623e-14 -DEAL:: -DEAL::Testing 3D with point 0.1000000000 0.2000000000 0.2050000000 tolerance 1.000000000e-06 -DEAL::Cell: 417_0: unit point 0.3809274846 0.02442406476 1.000000000 -DEAL::Cell: 418_0: unit point 0.3809274846 0.02442406476 -3.000965623e-14 -DEAL:: -DEAL::Testing 3D with point 0.1000000000 0.2000000000 0.2050000000 tolerance 1.000000000e-07 -DEAL::Cell: 417_0: unit point 0.3809274846 0.02442406476 1.000000000 -DEAL::Cell: 418_0: unit point 0.3809274846 0.02442406476 -3.000965623e-14 -DEAL:: -DEAL::Testing 3D with point 0.1000000000 0.2000000000 0.2050000000 tolerance 1.000000000e-10 -DEAL::Cell: 417_0: unit point 0.3809274846 0.02442406476 1.000000000 -DEAL::Cell: 418_0: unit point 0.3809274846 0.02442406476 -3.000965623e-14 -DEAL:: -DEAL::Testing 3D with point 0.1000000000 0.2000000000 0.2050000000 tolerance default -DEAL::Cell: 417_0: unit point 0.3809274846 0.02442406476 1.000000000 -DEAL::Cell: 418_0: unit point 0.3809274846 0.02442406476 -3.000965623e-14 -DEAL:: -DEAL::Testing 3D with point 0.3000000000 0.2000000000 0.2050000000 tolerance 0.001000000000 -DEAL::Cell: 429_1:4 unit point 0.04887876126 0.7619679173 1.000000000 -DEAL::Cell: 430_1:0 unit point 0.04887876126 0.7619679173 2.509646622e-15 -DEAL:: -DEAL::Testing 3D with point 0.3000000000 0.2000000000 0.2050000000 tolerance 0.0001000000000 -DEAL::Cell: 429_1:4 unit point 0.04887876126 0.7619679173 1.000000000 -DEAL::Cell: 430_1:0 unit point 0.04887876126 0.7619679173 2.509646622e-15 -DEAL:: -DEAL::Testing 3D with point 0.3000000000 0.2000000000 0.2050000000 tolerance 1.000000000e-05 -DEAL::Cell: 429_1:4 unit point 0.04887876126 0.7619679173 1.000000000 -DEAL::Cell: 430_1:0 unit point 0.04887876126 0.7619679173 2.509646622e-15 -DEAL:: -DEAL::Testing 3D with point 0.3000000000 0.2000000000 0.2050000000 tolerance 1.000000000e-06 -DEAL::Cell: 429_1:4 unit point 0.04887876126 0.7619679173 1.000000000 -DEAL::Cell: 430_1:0 unit point 0.04887876126 0.7619679173 2.509646622e-15 -DEAL:: -DEAL::Testing 3D with point 0.3000000000 0.2000000000 0.2050000000 tolerance 1.000000000e-07 -DEAL::Cell: 429_1:4 unit point 0.04887876126 0.7619679173 1.000000000 -DEAL::Cell: 430_1:0 unit point 0.04887876126 0.7619679173 2.509646622e-15 -DEAL:: -DEAL::Testing 3D with point 0.3000000000 0.2000000000 0.2050000000 tolerance 1.000000000e-10 -DEAL::Cell: 429_1:4 unit point 0.04887876126 0.7619679173 1.000000000 -DEAL::Cell: 430_1:0 unit point 0.04887876126 0.7619679173 2.509646622e-15 -DEAL:: -DEAL::Testing 3D with point 0.3000000000 0.2000000000 0.2050000000 tolerance default -DEAL::Cell: 429_1:4 unit point 0.04887876126 0.7619679173 1.000000000 -DEAL::Cell: 430_1:0 unit point 0.04887876126 0.7619679173 2.509646622e-15 -DEAL:: -DEAL::Testing 3D with point 0.1000000000 0.2000000000 0.2050000000 tolerance 0.001000000000 -DEAL::Cell: 417_1:4 unit point 0.7619679173 0.04887876126 1.000000000 -DEAL::Cell: 418_1:0 unit point 0.7619679173 0.04887876126 2.674987782e-15 -DEAL:: -DEAL::Testing 3D with point 0.1000000000 0.2000000000 0.2050000000 tolerance 0.0001000000000 -DEAL::Cell: 417_1:4 unit point 0.7619679173 0.04887876126 1.000000000 -DEAL::Cell: 418_1:0 unit point 0.7619679173 0.04887876126 2.674987782e-15 -DEAL:: -DEAL::Testing 3D with point 0.1000000000 0.2000000000 0.2050000000 tolerance 1.000000000e-05 -DEAL::Cell: 417_1:4 unit point 0.7619679173 0.04887876126 1.000000000 -DEAL::Cell: 418_1:0 unit point 0.7619679173 0.04887876126 2.674987782e-15 -DEAL:: -DEAL::Testing 3D with point 0.1000000000 0.2000000000 0.2050000000 tolerance 1.000000000e-06 -DEAL::Cell: 417_1:4 unit point 0.7619679173 0.04887876126 1.000000000 -DEAL::Cell: 418_1:0 unit point 0.7619679173 0.04887876126 2.674987782e-15 -DEAL:: -DEAL::Testing 3D with point 0.1000000000 0.2000000000 0.2050000000 tolerance 1.000000000e-07 -DEAL::Cell: 417_1:4 unit point 0.7619679173 0.04887876126 1.000000000 -DEAL::Cell: 418_1:0 unit point 0.7619679173 0.04887876126 2.674987782e-15 -DEAL:: -DEAL::Testing 3D with point 0.1000000000 0.2000000000 0.2050000000 tolerance 1.000000000e-10 -DEAL::Cell: 417_1:4 unit point 0.7619679173 0.04887876126 1.000000000 -DEAL::Cell: 418_1:0 unit point 0.7619679173 0.04887876126 2.674987782e-15 -DEAL:: -DEAL::Testing 3D with point 0.1000000000 0.2000000000 0.2050000000 tolerance default -DEAL::Cell: 417_1:4 unit point 0.7619679173 0.04887876126 1.000000000 -DEAL::Cell: 418_1:0 unit point 0.7619679173 0.04887876126 2.674987782e-15 +DEAL::Testing 2D with point 0.2800000000 0.2000000000 tolerance 0.001000000000 +DEAL::Cell: 84_1:3 unit point 1.000000000 1.000000000 +DEAL::Cell: 91_1:2 unit point 0.000000000 1.000000000 +DEAL::Cell: 100_1:1 unit point 1.000000000 2.417191838e-15 +DEAL::Cell: 107_1:0 unit point -3.703119466e-15 7.926003939e-15 +DEAL:: +DEAL::Testing 2D with point 0.2800000000 0.2000000000 tolerance 0.0001000000000 +DEAL::Cell: 84_1:3 unit point 1.000000000 1.000000000 +DEAL::Cell: 91_1:2 unit point 0.000000000 1.000000000 +DEAL::Cell: 100_1:1 unit point 1.000000000 2.417191838e-15 +DEAL::Cell: 107_1:0 unit point -3.703119466e-15 7.926003939e-15 +DEAL:: +DEAL::Testing 2D with point 0.2800000000 0.2000000000 tolerance 1.000000000e-05 +DEAL::Cell: 84_1:3 unit point 1.000000000 1.000000000 +DEAL::Cell: 91_1:2 unit point 0.000000000 1.000000000 +DEAL::Cell: 100_1:1 unit point 1.000000000 2.417191838e-15 +DEAL::Cell: 107_1:0 unit point -3.703119466e-15 7.926003939e-15 +DEAL:: +DEAL::Testing 2D with point 0.2800000000 0.2000000000 tolerance 1.000000000e-06 +DEAL::Cell: 84_1:3 unit point 1.000000000 1.000000000 +DEAL::Cell: 91_1:2 unit point 0.000000000 1.000000000 +DEAL::Cell: 100_1:1 unit point 1.000000000 2.417191838e-15 +DEAL::Cell: 107_1:0 unit point -3.703119466e-15 7.926003939e-15 +DEAL:: +DEAL::Testing 2D with point 0.2800000000 0.2000000000 tolerance 1.000000000e-07 +DEAL::Cell: 84_1:3 unit point 1.000000000 1.000000000 +DEAL::Cell: 91_1:2 unit point 0.000000000 1.000000000 +DEAL::Cell: 100_1:1 unit point 1.000000000 2.417191838e-15 +DEAL::Cell: 107_1:0 unit point -3.703119466e-15 7.926003939e-15 +DEAL:: +DEAL::Testing 2D with point 0.2800000000 0.2000000000 tolerance 1.000000000e-10 +DEAL::Cell: 84_1:3 unit point 1.000000000 1.000000000 +DEAL::Cell: 91_1:2 unit point 0.000000000 1.000000000 +DEAL::Cell: 100_1:1 unit point 1.000000000 2.417191838e-15 +DEAL::Cell: 107_1:0 unit point -3.703119466e-15 7.926003939e-15 +DEAL:: +DEAL::Testing 2D with point 0.2800000000 0.2000000000 tolerance default +DEAL::Cell: 84_1:3 unit point 1.000000000 1.000000000 +DEAL::Cell: 91_1:2 unit point 0.000000000 1.000000000 +DEAL::Cell: 100_1:1 unit point 1.000000000 2.417191838e-15 +DEAL::Cell: 107_1:0 unit point -3.703119466e-15 7.926003939e-15 +DEAL:: +DEAL::Testing 2D with point 0.06829268293 0.2000000000 tolerance 0.001000000000 +DEAL::Cell: 22_1:0 unit point -2.289834988e-16 0.09756097561 +DEAL::Cell: 104_1:1 unit point 1.000000000 0.09756097561 +DEAL:: +DEAL::Testing 2D with point 0.06829268293 0.2000000000 tolerance 0.0001000000000 +DEAL::Cell: 22_1:0 unit point -2.289834988e-16 0.09756097561 +DEAL::Cell: 104_1:1 unit point 1.000000000 0.09756097561 +DEAL:: +DEAL::Testing 2D with point 0.06829268293 0.2000000000 tolerance 1.000000000e-05 +DEAL::Cell: 22_1:0 unit point -2.289834988e-16 0.09756097561 +DEAL::Cell: 104_1:1 unit point 1.000000000 0.09756097561 +DEAL:: +DEAL::Testing 2D with point 0.06829268293 0.2000000000 tolerance 1.000000000e-06 +DEAL::Cell: 22_1:0 unit point -2.289834988e-16 0.09756097561 +DEAL::Cell: 104_1:1 unit point 1.000000000 0.09756097561 +DEAL:: +DEAL::Testing 2D with point 0.06829268293 0.2000000000 tolerance 1.000000000e-07 +DEAL::Cell: 22_1:0 unit point -2.289834988e-16 0.09756097561 +DEAL::Cell: 104_1:1 unit point 1.000000000 0.09756097561 +DEAL:: +DEAL::Testing 2D with point 0.06829268293 0.2000000000 tolerance 1.000000000e-10 +DEAL::Cell: 22_1:0 unit point -2.289834988e-16 0.09756097561 +DEAL::Cell: 104_1:1 unit point 1.000000000 0.09756097561 +DEAL:: +DEAL::Testing 2D with point 0.06829268293 0.2000000000 tolerance default +DEAL::Cell: 22_1:0 unit point -2.289834988e-16 0.09756097561 +DEAL::Cell: 104_1:1 unit point 1.000000000 0.09756097561 +DEAL:: +DEAL::Testing 2D with point 0.2800000000 0.2000000000 tolerance 0.001000000000 +DEAL::Cell: 84_2:33 unit point 1.000000000 1.000000000 +DEAL::Cell: 91_2:22 unit point 0.000000000 1.000000000 +DEAL::Cell: 100_2:11 unit point 1.000000000 2.385240628e-15 +DEAL::Cell: 107_2:00 unit point -1.611525679e-15 1.234655938e-14 +DEAL:: +DEAL::Testing 2D with point 0.2800000000 0.2000000000 tolerance 0.0001000000000 +DEAL::Cell: 84_2:33 unit point 1.000000000 1.000000000 +DEAL::Cell: 91_2:22 unit point 0.000000000 1.000000000 +DEAL::Cell: 100_2:11 unit point 1.000000000 2.385240628e-15 +DEAL::Cell: 107_2:00 unit point -1.611525679e-15 1.234655938e-14 +DEAL:: +DEAL::Testing 2D with point 0.2800000000 0.2000000000 tolerance 1.000000000e-05 +DEAL::Cell: 84_2:33 unit point 1.000000000 1.000000000 +DEAL::Cell: 91_2:22 unit point 0.000000000 1.000000000 +DEAL::Cell: 100_2:11 unit point 1.000000000 2.385240628e-15 +DEAL::Cell: 107_2:00 unit point -1.611525679e-15 1.234655938e-14 +DEAL:: +DEAL::Testing 2D with point 0.2800000000 0.2000000000 tolerance 1.000000000e-06 +DEAL::Cell: 84_2:33 unit point 1.000000000 1.000000000 +DEAL::Cell: 91_2:22 unit point 0.000000000 1.000000000 +DEAL::Cell: 100_2:11 unit point 1.000000000 2.385240628e-15 +DEAL::Cell: 107_2:00 unit point -1.611525679e-15 1.234655938e-14 +DEAL:: +DEAL::Testing 2D with point 0.2800000000 0.2000000000 tolerance 1.000000000e-07 +DEAL::Cell: 84_2:33 unit point 1.000000000 1.000000000 +DEAL::Cell: 91_2:22 unit point 0.000000000 1.000000000 +DEAL::Cell: 100_2:11 unit point 1.000000000 2.385240628e-15 +DEAL::Cell: 107_2:00 unit point -1.611525679e-15 1.234655938e-14 +DEAL:: +DEAL::Testing 2D with point 0.2800000000 0.2000000000 tolerance 1.000000000e-10 +DEAL::Cell: 84_2:33 unit point 1.000000000 1.000000000 +DEAL::Cell: 91_2:22 unit point 0.000000000 1.000000000 +DEAL::Cell: 100_2:11 unit point 1.000000000 2.385240628e-15 +DEAL::Cell: 107_2:00 unit point -1.611525679e-15 1.234655938e-14 +DEAL:: +DEAL::Testing 2D with point 0.2800000000 0.2000000000 tolerance default +DEAL::Cell: 84_2:33 unit point 1.000000000 1.000000000 +DEAL::Cell: 91_2:22 unit point 0.000000000 1.000000000 +DEAL::Cell: 100_2:11 unit point 1.000000000 2.385240628e-15 +DEAL::Cell: 107_2:00 unit point -1.611525679e-15 1.234655938e-14 +DEAL:: +DEAL::Testing 2D with point 0.06829268293 0.2000000000 tolerance 0.001000000000 +DEAL::Cell: 22_2:00 unit point -3.226585665e-16 0.1951219512 +DEAL::Cell: 104_2:11 unit point 1.000000000 0.1951219512 +DEAL:: +DEAL::Testing 2D with point 0.06829268293 0.2000000000 tolerance 0.0001000000000 +DEAL::Cell: 22_2:00 unit point -3.226585665e-16 0.1951219512 +DEAL::Cell: 104_2:11 unit point 1.000000000 0.1951219512 +DEAL:: +DEAL::Testing 2D with point 0.06829268293 0.2000000000 tolerance 1.000000000e-05 +DEAL::Cell: 22_2:00 unit point -3.226585665e-16 0.1951219512 +DEAL::Cell: 104_2:11 unit point 1.000000000 0.1951219512 +DEAL:: +DEAL::Testing 2D with point 0.06829268293 0.2000000000 tolerance 1.000000000e-06 +DEAL::Cell: 22_2:00 unit point -3.226585665e-16 0.1951219512 +DEAL::Cell: 104_2:11 unit point 1.000000000 0.1951219512 +DEAL:: +DEAL::Testing 2D with point 0.06829268293 0.2000000000 tolerance 1.000000000e-07 +DEAL::Cell: 22_2:00 unit point -3.226585665e-16 0.1951219512 +DEAL::Cell: 104_2:11 unit point 1.000000000 0.1951219512 +DEAL:: +DEAL::Testing 2D with point 0.06829268293 0.2000000000 tolerance 1.000000000e-10 +DEAL::Cell: 22_2:00 unit point -3.226585665e-16 0.1951219512 +DEAL::Cell: 104_2:11 unit point 1.000000000 0.1951219512 +DEAL:: +DEAL::Testing 2D with point 0.06829268293 0.2000000000 tolerance default +DEAL::Cell: 22_2:00 unit point -3.226585665e-16 0.1951219512 +DEAL::Cell: 104_2:11 unit point 1.000000000 0.1951219512 +DEAL:: +DEAL::Testing 3D with point 0.2800000000 0.2000000000 0.2050000000 tolerance 0.001000000000 +DEAL::Cell: 337_0: unit point 1.000000000 1.000000000 1.000000000 +DEAL::Cell: 338_0: unit point 1.000000000 1.000000000 0.000000000 +DEAL::Cell: 365_0: unit point 0.000000000 1.000000000 1.000000000 +DEAL::Cell: 366_0: unit point 0.000000000 1.000000000 0.000000000 +DEAL::Cell: 401_0: unit point 1.000000000 -6.179636914e-16 1.000000000 +DEAL::Cell: 402_0: unit point 1.000000000 3.644341846e-15 4.773585256e-16 +DEAL::Cell: 429_0: unit point 7.714191355e-16 2.649302246e-15 1.000000000 +DEAL::Cell: 430_0: unit point -5.344767025e-16 2.380580915e-15 3.475653706e-16 +DEAL:: +DEAL::Testing 3D with point 0.2800000000 0.2000000000 0.2050000000 tolerance 0.0001000000000 +DEAL::Cell: 337_0: unit point 1.000000000 1.000000000 1.000000000 +DEAL::Cell: 338_0: unit point 1.000000000 1.000000000 0.000000000 +DEAL::Cell: 365_0: unit point 0.000000000 1.000000000 1.000000000 +DEAL::Cell: 366_0: unit point 0.000000000 1.000000000 0.000000000 +DEAL::Cell: 401_0: unit point 1.000000000 -6.179636914e-16 1.000000000 +DEAL::Cell: 402_0: unit point 1.000000000 3.644341846e-15 4.773585256e-16 +DEAL::Cell: 429_0: unit point 7.714191355e-16 2.649302246e-15 1.000000000 +DEAL::Cell: 430_0: unit point -5.344767025e-16 2.380580915e-15 3.475653706e-16 +DEAL:: +DEAL::Testing 3D with point 0.2800000000 0.2000000000 0.2050000000 tolerance 1.000000000e-05 +DEAL::Cell: 337_0: unit point 1.000000000 1.000000000 1.000000000 +DEAL::Cell: 338_0: unit point 1.000000000 1.000000000 0.000000000 +DEAL::Cell: 365_0: unit point 0.000000000 1.000000000 1.000000000 +DEAL::Cell: 366_0: unit point 0.000000000 1.000000000 0.000000000 +DEAL::Cell: 401_0: unit point 1.000000000 -6.179636914e-16 1.000000000 +DEAL::Cell: 402_0: unit point 1.000000000 3.644341846e-15 4.773585256e-16 +DEAL::Cell: 429_0: unit point 7.714191355e-16 2.649302246e-15 1.000000000 +DEAL::Cell: 430_0: unit point -5.344767025e-16 2.380580915e-15 3.475653706e-16 +DEAL:: +DEAL::Testing 3D with point 0.2800000000 0.2000000000 0.2050000000 tolerance 1.000000000e-06 +DEAL::Cell: 337_0: unit point 1.000000000 1.000000000 1.000000000 +DEAL::Cell: 338_0: unit point 1.000000000 1.000000000 0.000000000 +DEAL::Cell: 365_0: unit point 0.000000000 1.000000000 1.000000000 +DEAL::Cell: 366_0: unit point 0.000000000 1.000000000 0.000000000 +DEAL::Cell: 401_0: unit point 1.000000000 -6.179636914e-16 1.000000000 +DEAL::Cell: 402_0: unit point 1.000000000 3.644341846e-15 4.773585256e-16 +DEAL::Cell: 429_0: unit point 7.714191355e-16 2.649302246e-15 1.000000000 +DEAL::Cell: 430_0: unit point -5.344767025e-16 2.380580915e-15 3.475653706e-16 +DEAL:: +DEAL::Testing 3D with point 0.2800000000 0.2000000000 0.2050000000 tolerance 1.000000000e-07 +DEAL::Cell: 337_0: unit point 1.000000000 1.000000000 1.000000000 +DEAL::Cell: 338_0: unit point 1.000000000 1.000000000 0.000000000 +DEAL::Cell: 365_0: unit point 0.000000000 1.000000000 1.000000000 +DEAL::Cell: 366_0: unit point 0.000000000 1.000000000 0.000000000 +DEAL::Cell: 401_0: unit point 1.000000000 -6.179636914e-16 1.000000000 +DEAL::Cell: 402_0: unit point 1.000000000 3.644341846e-15 4.773585256e-16 +DEAL::Cell: 429_0: unit point 7.714191355e-16 2.649302246e-15 1.000000000 +DEAL::Cell: 430_0: unit point -5.344767025e-16 2.380580915e-15 3.475653706e-16 +DEAL:: +DEAL::Testing 3D with point 0.2800000000 0.2000000000 0.2050000000 tolerance 1.000000000e-10 +DEAL::Cell: 337_0: unit point 1.000000000 1.000000000 1.000000000 +DEAL::Cell: 338_0: unit point 1.000000000 1.000000000 0.000000000 +DEAL::Cell: 365_0: unit point 0.000000000 1.000000000 1.000000000 +DEAL::Cell: 366_0: unit point 0.000000000 1.000000000 0.000000000 +DEAL::Cell: 401_0: unit point 1.000000000 -6.179636914e-16 1.000000000 +DEAL::Cell: 402_0: unit point 1.000000000 3.644341846e-15 4.773585256e-16 +DEAL::Cell: 429_0: unit point 7.714191355e-16 2.649302246e-15 1.000000000 +DEAL::Cell: 430_0: unit point -5.344767025e-16 2.380580915e-15 3.475653706e-16 +DEAL:: +DEAL::Testing 3D with point 0.2800000000 0.2000000000 0.2050000000 tolerance default +DEAL::Cell: 337_0: unit point 1.000000000 1.000000000 1.000000000 +DEAL::Cell: 338_0: unit point 1.000000000 1.000000000 0.000000000 +DEAL::Cell: 365_0: unit point 0.000000000 1.000000000 1.000000000 +DEAL::Cell: 366_0: unit point 0.000000000 1.000000000 0.000000000 +DEAL::Cell: 401_0: unit point 1.000000000 -6.179636914e-16 1.000000000 +DEAL::Cell: 402_0: unit point 1.000000000 3.644341846e-15 4.773585256e-16 +DEAL::Cell: 429_0: unit point 7.714191355e-16 2.649302246e-15 1.000000000 +DEAL::Cell: 430_0: unit point -5.344767025e-16 2.380580915e-15 3.475653706e-16 +DEAL:: +DEAL::Testing 3D with point 0.06829268293 0.2000000000 0.2050000000 tolerance 0.001000000000 +DEAL::Cell: 89_0: unit point 9.714451465e-17 0.04878048780 1.000000000 +DEAL::Cell: 90_0: unit point -1.040834086e-15 0.04878048780 7.065205714e-16 +DEAL::Cell: 417_0: unit point 1.000000000 0.04878048780 1.000000000 +DEAL::Cell: 418_0: unit point 1.000000000 0.04878048780 -4.114464538e-14 +DEAL:: +DEAL::Testing 3D with point 0.06829268293 0.2000000000 0.2050000000 tolerance 0.0001000000000 +DEAL::Cell: 89_0: unit point 9.714451465e-17 0.04878048780 1.000000000 +DEAL::Cell: 90_0: unit point -1.040834086e-15 0.04878048780 7.065205714e-16 +DEAL::Cell: 417_0: unit point 1.000000000 0.04878048780 1.000000000 +DEAL::Cell: 418_0: unit point 1.000000000 0.04878048780 -4.114464538e-14 +DEAL:: +DEAL::Testing 3D with point 0.06829268293 0.2000000000 0.2050000000 tolerance 1.000000000e-05 +DEAL::Cell: 89_0: unit point 9.714451465e-17 0.04878048780 1.000000000 +DEAL::Cell: 90_0: unit point -1.040834086e-15 0.04878048780 7.065205714e-16 +DEAL::Cell: 417_0: unit point 1.000000000 0.04878048780 1.000000000 +DEAL::Cell: 418_0: unit point 1.000000000 0.04878048780 -4.114464538e-14 +DEAL:: +DEAL::Testing 3D with point 0.06829268293 0.2000000000 0.2050000000 tolerance 1.000000000e-06 +DEAL::Cell: 89_0: unit point 9.714451465e-17 0.04878048780 1.000000000 +DEAL::Cell: 90_0: unit point -1.040834086e-15 0.04878048780 7.065205714e-16 +DEAL::Cell: 417_0: unit point 1.000000000 0.04878048780 1.000000000 +DEAL::Cell: 418_0: unit point 1.000000000 0.04878048780 -4.114464538e-14 +DEAL:: +DEAL::Testing 3D with point 0.06829268293 0.2000000000 0.2050000000 tolerance 1.000000000e-07 +DEAL::Cell: 89_0: unit point 9.714451465e-17 0.04878048780 1.000000000 +DEAL::Cell: 90_0: unit point -1.040834086e-15 0.04878048780 7.065205714e-16 +DEAL::Cell: 417_0: unit point 1.000000000 0.04878048780 1.000000000 +DEAL::Cell: 418_0: unit point 1.000000000 0.04878048780 -4.114464538e-14 +DEAL:: +DEAL::Testing 3D with point 0.06829268293 0.2000000000 0.2050000000 tolerance 1.000000000e-10 +DEAL::Cell: 89_0: unit point 9.714451465e-17 0.04878048780 1.000000000 +DEAL::Cell: 90_0: unit point -1.040834086e-15 0.04878048780 7.065205714e-16 +DEAL::Cell: 417_0: unit point 1.000000000 0.04878048780 1.000000000 +DEAL::Cell: 418_0: unit point 1.000000000 0.04878048780 -4.114464538e-14 +DEAL:: +DEAL::Testing 3D with point 0.06829268293 0.2000000000 0.2050000000 tolerance default +DEAL::Cell: 89_0: unit point 9.714451465e-17 0.04878048780 1.000000000 +DEAL::Cell: 90_0: unit point -1.040834086e-15 0.04878048780 7.065205714e-16 +DEAL::Cell: 417_0: unit point 1.000000000 0.04878048780 1.000000000 +DEAL::Cell: 418_0: unit point 1.000000000 0.04878048780 -4.114464538e-14 +DEAL:: +DEAL::Testing 3D with point 0.2800000000 0.2000000000 0.2050000000 tolerance 0.001000000000 +DEAL::Cell: 337_1:7 unit point 1.000000000 1.000000000 1.000000000 +DEAL::Cell: 338_1:3 unit point 1.000000000 1.000000000 0.000000000 +DEAL::Cell: 365_1:6 unit point 0.000000000 1.000000000 1.000000000 +DEAL::Cell: 366_1:2 unit point 0.000000000 1.000000000 0.000000000 +DEAL::Cell: 401_1:5 unit point 1.000000000 4.353204614e-15 1.000000000 +DEAL::Cell: 402_1:1 unit point 1.000000000 4.957683741e-15 1.314358550e-15 +DEAL::Cell: 429_1:4 unit point -2.721123082e-15 3.377390081e-15 1.000000000 +DEAL::Cell: 430_1:0 unit point -1.789158346e-15 5.843868973e-15 1.393259923e-15 +DEAL:: +DEAL::Testing 3D with point 0.2800000000 0.2000000000 0.2050000000 tolerance 0.0001000000000 +DEAL::Cell: 337_1:7 unit point 1.000000000 1.000000000 1.000000000 +DEAL::Cell: 338_1:3 unit point 1.000000000 1.000000000 0.000000000 +DEAL::Cell: 365_1:6 unit point 0.000000000 1.000000000 1.000000000 +DEAL::Cell: 366_1:2 unit point 0.000000000 1.000000000 0.000000000 +DEAL::Cell: 401_1:5 unit point 1.000000000 4.353204614e-15 1.000000000 +DEAL::Cell: 402_1:1 unit point 1.000000000 4.957683741e-15 1.314358550e-15 +DEAL::Cell: 429_1:4 unit point -2.721123082e-15 3.377390081e-15 1.000000000 +DEAL::Cell: 430_1:0 unit point -1.789158346e-15 5.843868973e-15 1.393259923e-15 +DEAL:: +DEAL::Testing 3D with point 0.2800000000 0.2000000000 0.2050000000 tolerance 1.000000000e-05 +DEAL::Cell: 337_1:7 unit point 1.000000000 1.000000000 1.000000000 +DEAL::Cell: 338_1:3 unit point 1.000000000 1.000000000 0.000000000 +DEAL::Cell: 365_1:6 unit point 0.000000000 1.000000000 1.000000000 +DEAL::Cell: 366_1:2 unit point 0.000000000 1.000000000 0.000000000 +DEAL::Cell: 401_1:5 unit point 1.000000000 4.353204614e-15 1.000000000 +DEAL::Cell: 402_1:1 unit point 1.000000000 4.957683741e-15 1.314358550e-15 +DEAL::Cell: 429_1:4 unit point -2.721123082e-15 3.377390081e-15 1.000000000 +DEAL::Cell: 430_1:0 unit point -1.789158346e-15 5.843868973e-15 1.393259923e-15 +DEAL:: +DEAL::Testing 3D with point 0.2800000000 0.2000000000 0.2050000000 tolerance 1.000000000e-06 +DEAL::Cell: 337_1:7 unit point 1.000000000 1.000000000 1.000000000 +DEAL::Cell: 338_1:3 unit point 1.000000000 1.000000000 0.000000000 +DEAL::Cell: 365_1:6 unit point 0.000000000 1.000000000 1.000000000 +DEAL::Cell: 366_1:2 unit point 0.000000000 1.000000000 0.000000000 +DEAL::Cell: 401_1:5 unit point 1.000000000 4.353204614e-15 1.000000000 +DEAL::Cell: 402_1:1 unit point 1.000000000 4.957683741e-15 1.314358550e-15 +DEAL::Cell: 429_1:4 unit point -2.721123082e-15 3.377390081e-15 1.000000000 +DEAL::Cell: 430_1:0 unit point -1.789158346e-15 5.843868973e-15 1.393259923e-15 +DEAL:: +DEAL::Testing 3D with point 0.2800000000 0.2000000000 0.2050000000 tolerance 1.000000000e-07 +DEAL::Cell: 337_1:7 unit point 1.000000000 1.000000000 1.000000000 +DEAL::Cell: 338_1:3 unit point 1.000000000 1.000000000 0.000000000 +DEAL::Cell: 365_1:6 unit point 0.000000000 1.000000000 1.000000000 +DEAL::Cell: 366_1:2 unit point 0.000000000 1.000000000 0.000000000 +DEAL::Cell: 401_1:5 unit point 1.000000000 4.353204614e-15 1.000000000 +DEAL::Cell: 402_1:1 unit point 1.000000000 4.957683741e-15 1.314358550e-15 +DEAL::Cell: 429_1:4 unit point -2.721123082e-15 3.377390081e-15 1.000000000 +DEAL::Cell: 430_1:0 unit point -1.789158346e-15 5.843868973e-15 1.393259923e-15 +DEAL:: +DEAL::Testing 3D with point 0.2800000000 0.2000000000 0.2050000000 tolerance 1.000000000e-10 +DEAL::Cell: 337_1:7 unit point 1.000000000 1.000000000 1.000000000 +DEAL::Cell: 338_1:3 unit point 1.000000000 1.000000000 0.000000000 +DEAL::Cell: 365_1:6 unit point 0.000000000 1.000000000 1.000000000 +DEAL::Cell: 366_1:2 unit point 0.000000000 1.000000000 0.000000000 +DEAL::Cell: 401_1:5 unit point 1.000000000 4.353204614e-15 1.000000000 +DEAL::Cell: 402_1:1 unit point 1.000000000 4.957683741e-15 1.314358550e-15 +DEAL::Cell: 429_1:4 unit point -2.721123082e-15 3.377390081e-15 1.000000000 +DEAL::Cell: 430_1:0 unit point -1.789158346e-15 5.843868973e-15 1.393259923e-15 +DEAL:: +DEAL::Testing 3D with point 0.2800000000 0.2000000000 0.2050000000 tolerance default +DEAL::Cell: 337_1:7 unit point 1.000000000 1.000000000 1.000000000 +DEAL::Cell: 338_1:3 unit point 1.000000000 1.000000000 0.000000000 +DEAL::Cell: 365_1:6 unit point 0.000000000 1.000000000 1.000000000 +DEAL::Cell: 366_1:2 unit point 0.000000000 1.000000000 0.000000000 +DEAL::Cell: 401_1:5 unit point 1.000000000 4.353204614e-15 1.000000000 +DEAL::Cell: 402_1:1 unit point 1.000000000 4.957683741e-15 1.314358550e-15 +DEAL::Cell: 429_1:4 unit point -2.721123082e-15 3.377390081e-15 1.000000000 +DEAL::Cell: 430_1:0 unit point -1.789158346e-15 5.843868973e-15 1.393259923e-15 +DEAL:: +DEAL::Testing 3D with point 0.06829268293 0.2000000000 0.2050000000 tolerance 0.001000000000 +DEAL::Cell: 89_1:4 unit point -1.124100812e-15 0.09756097561 1.000000000 +DEAL::Cell: 90_1:0 unit point -1.547373341e-15 0.09756097561 1.783225560e-16 +DEAL::Cell: 417_1:5 unit point 1.000000000 0.09756097561 1.000000000 +DEAL::Cell: 418_1:1 unit point 1.000000000 0.09756097561 2.502886597e-16 +DEAL:: +DEAL::Testing 3D with point 0.06829268293 0.2000000000 0.2050000000 tolerance 0.0001000000000 +DEAL::Cell: 89_1:4 unit point -1.124100812e-15 0.09756097561 1.000000000 +DEAL::Cell: 90_1:0 unit point -1.547373341e-15 0.09756097561 1.783225560e-16 +DEAL::Cell: 417_1:5 unit point 1.000000000 0.09756097561 1.000000000 +DEAL::Cell: 418_1:1 unit point 1.000000000 0.09756097561 2.502886597e-16 +DEAL:: +DEAL::Testing 3D with point 0.06829268293 0.2000000000 0.2050000000 tolerance 1.000000000e-05 +DEAL::Cell: 89_1:4 unit point -1.124100812e-15 0.09756097561 1.000000000 +DEAL::Cell: 90_1:0 unit point -1.547373341e-15 0.09756097561 1.783225560e-16 +DEAL::Cell: 417_1:5 unit point 1.000000000 0.09756097561 1.000000000 +DEAL::Cell: 418_1:1 unit point 1.000000000 0.09756097561 2.502886597e-16 +DEAL:: +DEAL::Testing 3D with point 0.06829268293 0.2000000000 0.2050000000 tolerance 1.000000000e-06 +DEAL::Cell: 89_1:4 unit point -1.124100812e-15 0.09756097561 1.000000000 +DEAL::Cell: 90_1:0 unit point -1.547373341e-15 0.09756097561 1.783225560e-16 +DEAL::Cell: 417_1:5 unit point 1.000000000 0.09756097561 1.000000000 +DEAL::Cell: 418_1:1 unit point 1.000000000 0.09756097561 2.502886597e-16 +DEAL:: +DEAL::Testing 3D with point 0.06829268293 0.2000000000 0.2050000000 tolerance 1.000000000e-07 +DEAL::Cell: 89_1:4 unit point -1.124100812e-15 0.09756097561 1.000000000 +DEAL::Cell: 90_1:0 unit point -1.547373341e-15 0.09756097561 1.783225560e-16 +DEAL::Cell: 417_1:5 unit point 1.000000000 0.09756097561 1.000000000 +DEAL::Cell: 418_1:1 unit point 1.000000000 0.09756097561 2.502886597e-16 +DEAL:: +DEAL::Testing 3D with point 0.06829268293 0.2000000000 0.2050000000 tolerance 1.000000000e-10 +DEAL::Cell: 89_1:4 unit point -1.124100812e-15 0.09756097561 1.000000000 +DEAL::Cell: 90_1:0 unit point -1.547373341e-15 0.09756097561 1.783225560e-16 +DEAL::Cell: 417_1:5 unit point 1.000000000 0.09756097561 1.000000000 +DEAL::Cell: 418_1:1 unit point 1.000000000 0.09756097561 2.502886597e-16 +DEAL:: +DEAL::Testing 3D with point 0.06829268293 0.2000000000 0.2050000000 tolerance default +DEAL::Cell: 89_1:4 unit point -1.124100812e-15 0.09756097561 1.000000000 +DEAL::Cell: 90_1:0 unit point -1.547373341e-15 0.09756097561 1.783225560e-16 +DEAL::Cell: 417_1:5 unit point 1.000000000 0.09756097561 1.000000000 +DEAL::Cell: 418_1:1 unit point 1.000000000 0.09756097561 2.502886597e-16 DEAL::