From 638685f6085f73ac7601471485bb29655d913a3e Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Sun, 15 Mar 2020 12:15:07 +0100 Subject: [PATCH] Make enumeration consistent in internal::DoFHandlerImplementation::Policy::ParallelDistributed::distribute_dofs() --- source/dofs/dof_handler_policy.cc | 18 +- tests/hp/hp_constraints_q.output | 1030 ++++++++++----------- tests/hp/hp_constraints_q_system.output | 1030 ++++++++++----------- tests/hp/hp_constraints_q_system_x.output | 550 +++++------ 4 files changed, 1321 insertions(+), 1307 deletions(-) diff --git a/source/dofs/dof_handler_policy.cc b/source/dofs/dof_handler_policy.cc index 178ad1207d..39b4c5ce34 100644 --- a/source/dofs/dof_handler_policy.cc +++ b/source/dofs/dof_handler_policy.cc @@ -366,7 +366,14 @@ namespace internal for (unsigned int d = 0; d < dof_handler.get_fe().dofs_per_quad; ++d) - quad->set_dof_index(d, next_free_dof++); + quad->set_dof_index( + dof_handler.get_fe() + .adjust_quad_dof_index_for_face_orientation( + d, + cell->face_orientation(q), + cell->face_flip(q), + cell->face_rotation(q)), + next_free_dof++); } @@ -546,7 +553,14 @@ namespace internal if (quad->dof_index(0, fe_index) == numbers::invalid_dof_index) for (unsigned int d = 0; d < fe.dofs_per_quad; ++d, ++next_free_dof) - quad->set_dof_index(d, next_free_dof, fe_index); + quad->set_dof_index( + fe.adjust_quad_dof_index_for_face_orientation( + d, + cell->face_orientation(q), + cell->face_flip(q), + cell->face_rotation(q)), + next_free_dof, + fe_index); } diff --git a/tests/hp/hp_constraints_q.output b/tests/hp/hp_constraints_q.output index 8e86a8efd1..f463b8b511 100644 --- a/tests/hp/hp_constraints_q.output +++ b/tests/hp/hp_constraints_q.output @@ -20,95 +20,95 @@ DEAL:: DEAL:: DEAL::Interpolation test DEAL::Testing FE_Q<1>(1) vs. FE_Q<1>(1) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 0.00000 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 0.00000 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FE_Q<1>(1) vs. FE_Q<1>(2) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 4.34630e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 4.34630e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FE_Q<1>(1) vs. FE_Q<1>(QIterated(QTrapez(),3)) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 9.57747e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 9.57747e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FE_Q<1>(2) vs. FE_Q<1>(1) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 3.19219e-18 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 3.19219e-18 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FE_Q<1>(2) vs. FE_Q<1>(2) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 4.87616e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 4.87616e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FE_Q<1>(2) vs. FE_Q<1>(QIterated(QTrapez(),3)) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 1.65858e-16 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.65858e-16 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FE_Q<1>(QIterated(QTrapez(),3)) vs. FE_Q<1>(1) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 1.60046e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.60046e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FE_Q<1>(QIterated(QTrapez(),3)) vs. FE_Q<1>(2) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 4.80681e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 4.80681e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FE_Q<1>(QIterated(QTrapez(),3)) vs. FE_Q<1>(QIterated(QTrapez(),3)) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 1.34876e-16 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.34876e-16 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FE_Q<1>(1) vs. FE_Q<1>(1) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 0.00000 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 0.00000 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FE_Q<1>(1) vs. FE_Q<1>(2) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 2.40136e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.40136e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FE_Q<1>(1) vs. FE_Q<1>(QIterated(QTrapez(),3)) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 5.89938e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 5.89938e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FE_Q<1>(2) vs. FE_Q<1>(1) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 2.67078e-18 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.67078e-18 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FE_Q<1>(2) vs. FE_Q<1>(2) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 6.24674e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 6.24674e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FE_Q<1>(2) vs. FE_Q<1>(QIterated(QTrapez(),3)) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 1.26227e-16 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.26227e-16 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FE_Q<1>(QIterated(QTrapez(),3)) vs. FE_Q<1>(1) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 1.35023e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.35023e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FE_Q<1>(QIterated(QTrapez(),3)) vs. FE_Q<1>(2) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 6.20622e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 6.20622e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FE_Q<1>(QIterated(QTrapez(),3)) vs. FE_Q<1>(QIterated(QTrapez(),3)) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 1.28334e-16 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.28334e-16 +DEAL:: Relative difference after constraints: 0.00000 DEAL:: DEAL:: DEAL::Random hanging nodes @@ -668,131 +668,131 @@ DEAL:: DEAL:: DEAL::Interpolation test DEAL::Testing FE_Q<2>(1) vs. FE_Q<2>(1) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 0.00000 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 0.00000 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 3.12226e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FE_Q<2>(1) vs. FE_Q<2>(2) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 2.83653e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.45427e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.45917e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FE_Q<2>(1) vs. FE_Q<2>(QIterated(QTrapez(),3)) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 4.95222e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.76754e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 4.21489e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FE_Q<2>(2) vs. FE_Q<2>(1) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 2.88915e-18 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.45427e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 3.24104e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FE_Q<2>(2) vs. FE_Q<2>(2) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 3.91588e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.91252e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 5.11141e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FE_Q<2>(2) vs. FE_Q<2>(QIterated(QTrapez(),3)) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 9.56777e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 3.79826e-17 +DEAL:: Relative difference after constraints: 5.23522e-18 +DEAL:: Relative interpolation error before constraints: 6.51036e-17 +DEAL:: Relative difference after constraints: 2.38507e-18 DEAL::Testing FE_Q<2>(QIterated(QTrapez(),3)) vs. FE_Q<2>(1) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 2.55230e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.76754e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 3.43409e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FE_Q<2>(QIterated(QTrapez(),3)) vs. FE_Q<2>(2) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 3.87533e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 3.79826e-17 +DEAL:: Relative difference after constraints: 5.23522e-18 +DEAL:: Relative interpolation error before constraints: 5.13453e-17 +DEAL:: Relative difference after constraints: 2.83840e-18 DEAL::Testing FE_Q<2>(QIterated(QTrapez(),3)) vs. FE_Q<2>(QIterated(QTrapez(),3)) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 1.04286e-16 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 6.08530e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 9.96133e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FE_Q<2>(1) vs. FE_Q<2>(1) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 0.00000 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 0.00000 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.58629e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FE_Q<2>(1) vs. FE_Q<2>(2) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 2.41466e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.01565e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.49020e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FE_Q<2>(1) vs. FE_Q<2>(QIterated(QTrapez(),3)) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 2.24299e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.19230e-17 +DEAL:: Relative difference after constraints: 2.56776e-17 +DEAL:: Relative interpolation error before constraints: 2.25607e-17 +DEAL:: Relative difference after constraints: 1.71765e-17 DEAL::Testing FE_Q<2>(2) vs. FE_Q<2>(1) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 2.04294e-18 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.24318e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.70268e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FE_Q<2>(2) vs. FE_Q<2>(2) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 2.66749e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.65293e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 3.44673e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FE_Q<2>(2) vs. FE_Q<2>(QIterated(QTrapez(),3)) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 4.19866e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 4.09074e-17 +DEAL:: Relative difference after constraints: 2.94078e-17 +DEAL:: Relative interpolation error before constraints: 4.05377e-17 +DEAL:: Relative difference after constraints: 1.24293e-17 DEAL::Testing FE_Q<2>(QIterated(QTrapez(),3)) vs. FE_Q<2>(1) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 1.88869e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.48301e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.89057e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FE_Q<2>(QIterated(QTrapez(),3)) vs. FE_Q<2>(2) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 2.67520e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 3.34566e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 3.48353e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FE_Q<2>(QIterated(QTrapez(),3)) vs. FE_Q<2>(QIterated(QTrapez(),3)) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 5.71267e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 5.31962e-17 +DEAL:: Relative difference after constraints: 4.56420e-17 +DEAL:: Relative interpolation error before constraints: 6.23429e-17 +DEAL:: Relative difference after constraints: 1.16161e-17 DEAL:: DEAL:: DEAL::Random hanging nodes @@ -24486,10 +24486,10 @@ DEAL::n_dofs=2970 722 720: 1.000000 722 1105: 0.2222222 722 1106: 0.1111111 - 723 131: -5.551115e-17 + 723 131: -2.775558e-17 723 613: -0.3333333 723 720: 1.000000 - 723 1105: 0.000000 + 723 1105: 2.775558e-17 723 1106: 0.3333333 738 614: 0.6666667 738 616: 0.3333333 @@ -29607,7 +29607,7 @@ DEAL::n_dofs=2970 2923 613: -0.07407407 2923 720: 0.2500000 2923 1105: -0.01851852 - 2923 1106: -2.775558e-17 + 2923 1106: -1.387779e-17 2923 2876: -0.07407407 2923 2946: 0.1975309 2923 2965: 0.7901235 @@ -29632,7 +29632,7 @@ DEAL::n_dofs=2970 2925 2946: -0.09876543 2925 2965: 0.7901235 2926 131: 0.4166667 - 2926 613: -5.551115e-17 + 2926 613: 0.000000 2926 720: 0.6250000 2926 1105: -0.08333333 2926 1106: 0.04166667 @@ -29734,8 +29734,8 @@ DEAL::n_dofs=2970 2967 1105: 0.06250000 2967 1106: 0.2500000 2967 2876: 0.2500000 - 2968 131: 0.02929688 - 2968 613: -0.2539062 + 2968 131: 0.02929687 + 2968 613: -0.2539063 2968 720: 0.7119141 2968 1105: 0.02929688 2968 1106: 0.4833984 @@ -29845,12 +29845,12 @@ DEAL::n_dofs=327 56 150: 0.2222222 56 152: 0.1111111 56 160: 0.4444444 - 57 77: 0.1111111 - 57 150: 0.4444444 + 57 77: 0.4444444 + 57 150: 0.1111111 57 152: 0.2222222 57 160: 0.2222222 - 58 77: 0.4444444 - 58 150: 0.1111111 + 58 77: 0.1111111 + 58 150: 0.4444444 58 152: 0.2222222 58 160: 0.2222222 59 77: 0.2222222 @@ -29984,12 +29984,12 @@ DEAL::n_dofs=327 121 101: 0.2222222 121 102: 0.1111111 122 97: 0.2222222 - 122 98: 0.1111111 - 122 101: 0.4444444 + 122 98: 0.4444444 + 122 101: 0.1111111 122 102: 0.2222222 123 97: 0.2222222 - 123 98: 0.4444444 - 123 101: 0.1111111 + 123 98: 0.1111111 + 123 101: 0.4444444 123 102: 0.2222222 124 97: 0.1111111 124 98: 0.2222222 @@ -30018,20 +30018,20 @@ DEAL::n_dofs=327 133 97: 0.1481481 133 98: 0.02469136 133 160: -0.03703704 - 134 0: 0.01234568 - 134 3: -0.09876543 - 134 10: -0.09876543 + 134 0: 0.04938272 + 134 3: 0.1975309 + 134 10: 0.1975309 134 15: 0.7901235 - 134 97: 0.07407407 - 134 98: 0.2469136 - 134 160: 0.07407407 - 135 0: 0.04938272 - 135 3: 0.1975309 - 135 10: 0.1975309 + 134 97: -0.07407407 + 134 98: -0.08641975 + 134 160: -0.07407407 + 135 0: 0.01234568 + 135 3: -0.09876543 + 135 10: -0.09876543 135 15: 0.7901235 - 135 97: -0.07407407 - 135 98: -0.08641975 - 135 160: -0.07407407 + 135 97: 0.07407407 + 135 98: 0.2469136 + 135 160: 0.07407407 136 0: -0.02469136 136 3: -0.09876543 136 10: 0.1975309 @@ -30824,14 +30824,14 @@ DEAL::n_dofs=329 80 103: 0.2222222 80 104: 0.4444444 86 0: 0.1111111 - 86 44: 0.2222222 + 86 45: -0.3333333 86 85: 1.000000 - 86 101: -0.2222222 - 86 102: -0.1111111 + 86 102: 0.2222222 87 0: 0.1111111 - 87 45: -0.3333333 + 87 44: 0.2222222 87 85: 1.000000 - 87 102: 0.2222222 + 87 101: -0.2222222 + 87 102: -0.1111111 88 0: 0.3333333 88 44: 0.1111111 88 45: -0.3333333 @@ -30913,20 +30913,20 @@ DEAL::n_dofs=329 125 17: 0.7901235 125 24: 0.02469136 125 28: -0.03703704 - 126 0: -0.07407407 - 126 1: 0.04938272 - 126 9: 0.1975309 - 126 12: 0.1975309 + 126 0: 0.07407407 + 126 1: 0.01234568 + 126 9: -0.09876543 + 126 12: -0.09876543 126 17: 0.7901235 - 126 24: -0.08641975 - 126 28: -0.07407407 - 127 0: 0.07407407 - 127 1: 0.01234568 - 127 9: -0.09876543 - 127 12: -0.09876543 + 126 24: 0.2469136 + 126 28: 0.07407407 + 127 0: -0.07407407 + 127 1: 0.04938272 + 127 9: 0.1975309 + 127 12: 0.1975309 127 17: 0.7901235 - 127 24: 0.2469136 - 127 28: 0.07407407 + 127 24: -0.08641975 + 127 28: -0.07407407 128 0: -0.03703704 128 1: -0.02469136 128 9: 0.1975309 @@ -30939,12 +30939,12 @@ DEAL::n_dofs=329 129 26: 0.2222222 129 28: 0.1111111 130 22: 0.2222222 - 130 24: 0.4444444 - 130 26: 0.1111111 + 130 24: 0.1111111 + 130 26: 0.4444444 130 28: 0.2222222 131 22: 0.2222222 - 131 24: 0.1111111 - 131 26: 0.4444444 + 131 24: 0.4444444 + 131 26: 0.1111111 131 28: 0.2222222 132 22: 0.1111111 132 24: 0.2222222 @@ -30974,21 +30974,21 @@ DEAL::n_dofs=329 137 33: 0.1975309 137 35: 0.1975309 137 42: 0.7901235 - 138 1: 0.01234568 - 138 9: -0.09876543 - 138 26: 0.1481481 - 138 28: 0.07407407 + 138 1: 0.04938272 + 138 9: 0.1975309 + 138 26: -0.03703704 + 138 28: -0.07407407 138 29: -0.02469136 - 138 33: -0.09876543 - 138 35: 0.1975309 + 138 33: 0.1975309 + 138 35: -0.09876543 138 42: 0.7901235 - 139 1: 0.04938272 - 139 9: 0.1975309 - 139 26: -0.03703704 - 139 28: -0.07407407 + 139 1: 0.01234568 + 139 9: -0.09876543 + 139 26: 0.1481481 + 139 28: 0.07407407 139 29: -0.02469136 - 139 33: 0.1975309 - 139 35: -0.09876543 + 139 33: -0.09876543 + 139 35: 0.1975309 139 42: 0.7901235 140 1: -0.02469136 140 9: 0.1975309 @@ -31540,7 +31540,7 @@ DEAL::n_dofs=329 305 44: 0.05555556 305 102: 0.05555556 305 277: 0.1111111 - 306 0: 0.000000 + 306 0: 1.387779e-17 306 23: -0.02160494 306 24: -0.02160494 306 44: 0.009259259 @@ -31705,12 +31705,12 @@ DEAL::n_dofs=417 72 363: 0.2222222 73 6: 0.2222222 73 145: 0.2222222 - 73 356: 0.4444444 - 73 363: 0.1111111 + 73 356: 0.1111111 + 73 363: 0.4444444 74 6: 0.2222222 74 145: 0.2222222 - 74 356: 0.1111111 - 74 363: 0.4444444 + 74 356: 0.4444444 + 74 363: 0.1111111 75 6: 0.4444444 75 145: 0.1111111 75 356: 0.2222222 @@ -31724,21 +31724,21 @@ DEAL::n_dofs=417 80 24: 0.7901235 80 363: -0.07407407 81 4: -0.02469136 - 81 5: 0.01234568 - 81 6: 0.07407407 - 81 11: -0.09876543 - 81 13: 0.1975309 - 81 14: -0.09876543 + 81 5: 0.04938272 + 81 6: -0.07407407 + 81 11: 0.1975309 + 81 13: -0.09876543 + 81 14: 0.1975309 81 24: 0.7901235 - 81 363: 0.1481481 + 81 363: -0.03703704 82 4: -0.02469136 - 82 5: 0.04938272 - 82 6: -0.07407407 - 82 11: 0.1975309 - 82 13: -0.09876543 - 82 14: 0.1975309 + 82 5: 0.01234568 + 82 6: 0.07407407 + 82 11: -0.09876543 + 82 13: 0.1975309 + 82 14: -0.09876543 82 24: 0.7901235 - 82 363: -0.03703704 + 82 363: 0.1481481 83 4: 0.01234568 83 5: -0.02469136 83 6: 0.1481481 @@ -31976,23 +31976,23 @@ DEAL::n_dofs=417 132 34: 0.1975309 132 36: -0.09876543 132 38: 0.7901235 - 133 0: 0.01234568 + 133 0: 0.04938272 133 2: -0.02469136 - 133 7: -0.09876543 + 133 7: 0.1975309 133 26: -0.02469136 - 133 28: 0.04938272 - 133 30: 0.1975309 - 133 34: -0.09876543 - 133 36: 0.1975309 + 133 28: 0.01234568 + 133 30: -0.09876543 + 133 34: 0.1975309 + 133 36: -0.09876543 133 38: 0.7901235 - 134 0: 0.04938272 + 134 0: 0.01234568 134 2: -0.02469136 - 134 7: 0.1975309 + 134 7: -0.09876543 134 26: -0.02469136 - 134 28: 0.01234568 - 134 30: -0.09876543 - 134 34: 0.1975309 - 134 36: -0.09876543 + 134 28: 0.04938272 + 134 30: 0.1975309 + 134 34: -0.09876543 + 134 36: 0.1975309 134 38: 0.7901235 135 0: -0.02469136 135 2: 0.04938272 @@ -32344,13 +32344,13 @@ DEAL::n_dofs=417 271 6: 0.02777778 271 363: 0.1388889 272 1: 0.5555556 - 272 3: 0.2777778 + 272 3: 0.1111111 272 6: 0.05555556 - 272 363: 0.1111111 + 272 363: 0.2777778 273 1: 0.5555556 - 273 3: 0.1111111 + 273 3: 0.2777778 273 6: 0.05555556 - 273 363: 0.2777778 + 273 363: 0.1111111 274 1: 0.4444444 274 3: 0.2222222 274 6: 0.1111111 @@ -32758,13 +32758,13 @@ DEAL::n_dofs=417 397 6: 0.4444444 397 363: 0.2222222 398 1: 0.05555556 - 398 3: 0.2777778 + 398 3: 0.1111111 398 6: 0.5555556 - 398 363: 0.1111111 + 398 363: 0.2777778 399 1: 0.05555556 - 399 3: 0.1111111 + 399 3: 0.2777778 399 6: 0.5555556 - 399 363: 0.2777778 + 399 363: 0.1111111 400 1: 0.02777778 400 3: 0.1388889 400 6: 0.6944444 @@ -33288,14 +33288,14 @@ DEAL::n_dofs=243 187 130: 0.5555556 187 131: 0.1111111 187 219: 0.05555556 - 188 128: 0.2222222 - 188 130: 0.4444444 - 188 131: 0.2222222 - 188 219: 0.1111111 - 189 128: 0.1388889 - 189 130: 0.6944444 - 189 131: 0.1388889 - 189 219: 0.02777778 + 188 128: 0.1388889 + 188 130: 0.6944444 + 188 131: 0.1388889 + 188 219: 0.02777778 + 189 128: 0.2222222 + 189 130: 0.4444444 + 189 131: 0.2222222 + 189 219: 0.1111111 190 128: 0.1111111 190 130: 0.5555556 190 131: 0.2777778 @@ -33332,14 +33332,14 @@ DEAL::n_dofs=243 195 130: 0.5555556 195 131: 0.1111111 195 221: 0.05555556 - 196 129: 0.1388889 - 196 130: 0.6944444 - 196 131: 0.1388889 - 196 221: 0.02777778 - 197 129: 0.2222222 - 197 130: 0.4444444 - 197 131: 0.2222222 - 197 221: 0.1111111 + 196 129: 0.2222222 + 196 130: 0.4444444 + 196 131: 0.2222222 + 196 221: 0.1111111 + 197 129: 0.1388889 + 197 130: 0.6944444 + 197 131: 0.1388889 + 197 221: 0.02777778 198 129: 0.1111111 198 130: 0.5555556 198 131: 0.2777778 @@ -33569,14 +33569,14 @@ DEAL::n_dofs=336 57 29: 0.3333333 58 24: 0.3333333 58 29: 0.6666667 - 60 19: -0.2222222 - 60 23: -0.1111111 - 60 31: 0.2222222 + 60 23: 0.2222222 60 32: 0.1111111 + 60 51: -0.3333333 60 59: 1.000000 - 61 23: 0.2222222 + 61 19: -0.2222222 + 61 23: -0.1111111 + 61 31: 0.2222222 61 32: 0.1111111 - 61 51: -0.3333333 61 59: 1.000000 62 19: -0.1111111 62 23: 0.000000 @@ -33625,12 +33625,12 @@ DEAL::n_dofs=336 75 23: 0.2222222 75 24: 0.1111111 76 19: 0.2222222 - 76 20: 0.1111111 - 76 23: 0.4444444 + 76 20: 0.4444444 + 76 23: 0.1111111 76 24: 0.2222222 77 19: 0.2222222 - 77 20: 0.4444444 - 77 23: 0.1111111 + 77 20: 0.1111111 + 77 23: 0.4444444 77 24: 0.2222222 78 19: 0.1111111 78 20: 0.2222222 @@ -33764,7 +33764,7 @@ DEAL::n_dofs=336 123 21: -0.02160494 123 23: -0.02777778 123 25: -0.02160494 - 123 31: -8.673617e-19 + 123 31: 0.000000 123 32: 0.009259259 123 51: -0.05555556 123 59: 0.2500000 @@ -33775,7 +33775,7 @@ DEAL::n_dofs=336 124 21: 0.006172840 124 23: -0.02777778 124 25: 0.006172840 - 124 31: 8.673617e-19 + 124 31: 4.336809e-19 124 32: -0.004629630 124 51: 0.02777778 124 59: -0.1250000 @@ -33803,12 +33803,12 @@ DEAL::n_dofs=336 133 23: 0.1388889 133 25: 0.02777778 134 19: 0.5555556 - 134 21: 0.2777778 - 134 23: 0.1111111 + 134 21: 0.1111111 + 134 23: 0.2777778 134 25: 0.05555556 135 19: 0.5555556 - 135 21: 0.1111111 - 135 23: 0.2777778 + 135 21: 0.2777778 + 135 23: 0.1111111 135 25: 0.05555556 136 19: 0.4444444 136 21: 0.2222222 @@ -33991,14 +33991,14 @@ DEAL::n_dofs=336 199 21: 0.5555556 199 23: 0.05555556 199 25: 0.1111111 - 200 19: 0.1388889 - 200 21: 0.6944444 - 200 23: 0.02777778 - 200 25: 0.1388889 - 201 19: 0.2222222 - 201 21: 0.4444444 - 201 23: 0.1111111 - 201 25: 0.2222222 + 200 19: 0.2222222 + 200 21: 0.4444444 + 200 23: 0.1111111 + 200 25: 0.2222222 + 201 19: 0.1388889 + 201 21: 0.6944444 + 201 23: 0.02777778 + 201 25: 0.1388889 202 19: 0.1111111 202 21: 0.5555556 202 23: 0.05555556 @@ -34323,7 +34323,7 @@ DEAL::n_dofs=336 295 23: -0.02777778 295 25: -0.02160494 295 31: 0.009259259 - 295 32: 0.000000 + 295 32: 1.387779e-17 295 34: -0.02160494 295 51: -0.08333333 295 59: 0.2500000 @@ -34823,14 +34823,14 @@ DEAL::n_dofs=356 298 213: 0.2777778 298 243: 0.05555556 298 350: 0.1111111 - 299 141: 0.6944444 - 299 213: 0.1388889 - 299 243: 0.02777778 - 299 350: 0.1388889 - 300 141: 0.4444444 - 300 213: 0.2222222 - 300 243: 0.1111111 - 300 350: 0.2222222 + 299 141: 0.4444444 + 299 213: 0.2222222 + 299 243: 0.1111111 + 299 350: 0.2222222 + 300 141: 0.6944444 + 300 213: 0.1388889 + 300 243: 0.02777778 + 300 350: 0.1388889 301 141: 0.5555556 301 213: 0.1111111 301 243: 0.05555556 @@ -35154,14 +35154,14 @@ DEAL::n_dofs=384 97 7: 0.1111111 97 67: 0.4444444 97 68: 0.2222222 - 98 5: 0.1111111 + 98 5: 0.4444444 98 7: 0.2222222 98 67: 0.2222222 - 98 68: 0.4444444 - 99 5: 0.4444444 + 98 68: 0.1111111 + 99 5: 0.1111111 99 7: 0.2222222 99 67: 0.2222222 - 99 68: 0.1111111 + 99 68: 0.4444444 100 5: 0.2222222 100 7: 0.4444444 100 67: 0.1111111 @@ -35171,12 +35171,12 @@ DEAL::n_dofs=384 105 6: 0.2222222 105 7: 0.1111111 106 4: 0.2222222 - 106 5: 0.4444444 - 106 6: 0.1111111 + 106 5: 0.1111111 + 106 6: 0.4444444 106 7: 0.2222222 107 4: 0.2222222 - 107 5: 0.1111111 - 107 6: 0.4444444 + 107 5: 0.4444444 + 107 6: 0.1111111 107 7: 0.2222222 108 4: 0.1111111 108 5: 0.2222222 @@ -35513,12 +35513,12 @@ DEAL::n_dofs=384 232 6: 0.1388889 232 7: 0.02777778 233 2: 0.5555556 - 233 3: 0.1111111 - 233 6: 0.2777778 + 233 3: 0.2777778 + 233 6: 0.1111111 233 7: 0.05555556 234 2: 0.5555556 - 234 3: 0.2777778 - 234 6: 0.1111111 + 234 3: 0.1111111 + 234 6: 0.2777778 234 7: 0.05555556 235 2: 0.4444444 235 3: 0.2222222 @@ -35917,14 +35917,14 @@ DEAL::n_dofs=384 350 7: 0.1111111 350 66: 0.2777778 350 68: 0.5555556 - 351 3: 0.1111111 - 351 7: 0.2222222 - 351 66: 0.2222222 - 351 68: 0.4444444 - 352 3: 0.02777778 - 352 7: 0.1388889 - 352 66: 0.1388889 - 352 68: 0.6944444 + 351 3: 0.02777778 + 351 7: 0.1388889 + 351 66: 0.1388889 + 351 68: 0.6944444 + 352 3: 0.1111111 + 352 7: 0.2222222 + 352 66: 0.2222222 + 352 68: 0.4444444 353 3: 0.05555556 353 7: 0.2777778 353 66: 0.1111111 @@ -35957,14 +35957,14 @@ DEAL::n_dofs=384 358 7: 0.1111111 358 68: 0.5555556 358 289: 0.2777778 - 359 6: 0.02777778 - 359 7: 0.1388889 - 359 68: 0.6944444 - 359 289: 0.1388889 - 360 6: 0.1111111 - 360 7: 0.2222222 - 360 68: 0.4444444 - 360 289: 0.2222222 + 359 6: 0.1111111 + 359 7: 0.2222222 + 359 68: 0.4444444 + 359 289: 0.2222222 + 360 6: 0.02777778 + 360 7: 0.1388889 + 360 68: 0.6944444 + 360 289: 0.1388889 361 6: 0.05555556 361 7: 0.2777778 361 68: 0.5555556 @@ -36022,167 +36022,167 @@ DEAL:: DEAL:: DEAL::Interpolation test DEAL::Testing FE_Q<3>(1) vs. FE_Q<3>(1) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 0.00000 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 0.00000 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 0.00000 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.65117e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FE_Q<3>(1) vs. FE_Q<3>(2) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 2.29917e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.57294e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.35572e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.68873e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FE_Q<3>(1) vs. FE_Q<3>(QIterated(QTrapez(),3)) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 4.46858e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.62696e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 3.31104e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.99522e-17 +DEAL:: Relative difference after constraints: 9.99764e-18 DEAL::Testing FE_Q<3>(2) vs. FE_Q<3>(1) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 8.76680e-18 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.57294e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.35572e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.80700e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FE_Q<3>(2) vs. FE_Q<3>(2) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 3.71074e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 3.00525e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.73473e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 4.95739e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FE_Q<3>(2) vs. FE_Q<3>(QIterated(QTrapez(),3)) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 7.07264e-17 +DEAL:: Relative difference after constraints: 1.04489e-17 +DEAL:: Relative interpolation error before constraints: 2.97164e-17 +DEAL:: Relative difference after constraints: 2.31638e-17 +DEAL:: Relative interpolation error before constraints: 3.40194e-17 +DEAL:: Relative difference after constraints: 2.37734e-17 +DEAL:: Relative interpolation error before constraints: 5.23298e-17 +DEAL:: Relative difference after constraints: 5.58477e-18 DEAL::Testing FE_Q<3>(QIterated(QTrapez(),3)) vs. FE_Q<3>(1) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 2.63494e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.62696e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 3.31104e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.09127e-17 +DEAL:: Relative difference after constraints: 1.72531e-17 DEAL::Testing FE_Q<3>(QIterated(QTrapez(),3)) vs. FE_Q<3>(2) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 3.65812e-17 +DEAL:: Relative difference after constraints: 1.51815e-17 +DEAL:: Relative interpolation error before constraints: 2.97164e-17 +DEAL:: Relative difference after constraints: 2.31638e-17 +DEAL:: Relative interpolation error before constraints: 3.40194e-17 +DEAL:: Relative difference after constraints: 2.37734e-17 +DEAL:: Relative interpolation error before constraints: 4.89832e-17 +DEAL:: Relative difference after constraints: 7.05746e-18 DEAL::Testing FE_Q<3>(QIterated(QTrapez(),3)) vs. FE_Q<3>(QIterated(QTrapez(),3)) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 6.80574e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 4.21299e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 4.73708e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 5.77817e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FE_Q<3>(1) vs. FE_Q<3>(1) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 0.00000 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 0.00000 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 0.00000 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.14793e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FE_Q<3>(1) vs. FE_Q<3>(2) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 1.26112e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.07580e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.09624e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.25115e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FE_Q<3>(1) vs. FE_Q<3>(QIterated(QTrapez(),3)) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 1.51182e-17 +DEAL:: Relative difference after constraints: 6.75718e-18 +DEAL:: Relative interpolation error before constraints: 1.64200e-17 +DEAL:: Relative difference after constraints: 3.54227e-17 +DEAL:: Relative interpolation error before constraints: 1.72779e-17 +DEAL:: Relative difference after constraints: 3.80872e-17 +DEAL:: Relative interpolation error before constraints: 1.33870e-17 +DEAL:: Relative difference after constraints: 4.03496e-17 DEAL::Testing FE_Q<3>(2) vs. FE_Q<3>(1) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 5.37472e-18 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.26457e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.08994e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.17448e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FE_Q<3>(2) vs. FE_Q<3>(2) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 1.91423e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.90603e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.90430e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.46783e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FE_Q<3>(2) vs. FE_Q<3>(QIterated(QTrapez(),3)) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 1.95675e-17 +DEAL:: Relative difference after constraints: 7.00006e-18 +DEAL:: Relative interpolation error before constraints: 2.56393e-17 +DEAL:: Relative difference after constraints: 5.18996e-17 +DEAL:: Relative interpolation error before constraints: 2.11860e-17 +DEAL:: Relative difference after constraints: 4.27385e-17 +DEAL:: Relative interpolation error before constraints: 2.27919e-17 +DEAL:: Relative difference after constraints: 2.94375e-17 DEAL::Testing FE_Q<3>(QIterated(QTrapez(),3)) vs. FE_Q<3>(1) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 1.81541e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.33139e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.93851e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.26956e-17 +DEAL:: Relative difference after constraints: 1.28062e-17 DEAL::Testing FE_Q<3>(QIterated(QTrapez(),3)) vs. FE_Q<3>(2) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 1.93977e-17 +DEAL:: Relative difference after constraints: 3.78050e-18 +DEAL:: Relative interpolation error before constraints: 2.18030e-17 +DEAL:: Relative difference after constraints: 2.36650e-17 +DEAL:: Relative interpolation error before constraints: 2.57812e-17 +DEAL:: Relative difference after constraints: 2.26234e-17 +DEAL:: Relative interpolation error before constraints: 2.46406e-17 +DEAL:: Relative difference after constraints: 1.86773e-18 DEAL::Testing FE_Q<3>(QIterated(QTrapez(),3)) vs. FE_Q<3>(QIterated(QTrapez(),3)) -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 2.33241e-17 +DEAL:: Relative difference after constraints: 5.90651e-18 +DEAL:: Relative interpolation error before constraints: 2.81898e-17 +DEAL:: Relative difference after constraints: 7.22031e-17 +DEAL:: Relative interpolation error before constraints: 2.69287e-17 +DEAL:: Relative difference after constraints: 7.79345e-17 +DEAL:: Relative interpolation error before constraints: 2.87405e-17 +DEAL:: Relative difference after constraints: 2.56909e-17 DEAL:: DEAL:: DEAL::Random hanging nodes @@ -37795,7 +37795,7 @@ DEAL::n_dofs=15945 845 862: -0.1481481 845 871: 0.2962963 845 3241: -0.3333333 - 845 3244: -2.775558e-17 + 845 3244: 0.000000 846 475: 0.1111111 846 882: 0.2222222 846 4913: 0.4444444 @@ -39465,7 +39465,7 @@ DEAL::n_dofs=15945 1683 1847: 0.1111111 1683 3944: -0.2222222 1683 10170: 0.2222222 - 1684 803: -5.551115e-17 + 1684 803: -2.775558e-17 1684 1628: -0.2962963 1684 1681: 1.000000 1684 1847: 0.3333333 @@ -59307,7 +59307,7 @@ DEAL::n_dofs=15945 9676 975: 0.01736111 9676 985: 0.1562500 9676 1169: -0.01157407 - 9676 1170: -1.084202e-19 + 9676 1170: 0.000000 9676 1176: -0.009259259 9676 7318: -0.01234568 9676 9272: 0.06018519 @@ -59352,7 +59352,7 @@ DEAL::n_dofs=15945 9679 1170: 5.421011e-20 9679 1176: 4.336809e-19 9679 7318: 0.006172840 - 9679 9272: 1.387779e-17 + 9679 9272: 1.040834e-17 9679 9395: -0.01851852 9679 9521: 0.006172840 9679 9708: 0.04938272 @@ -59449,7 +59449,7 @@ DEAL::n_dofs=15945 9724 1169: -0.08398438 9724 1170: -0.01171875 9724 1176: -0.02343750 - 9724 9272: -0.1289062 + 9724 9272: -0.1289063 9724 9395: 0.1406250 9726 893: 0.2812500 9726 905: 0.5625000 @@ -59625,7 +59625,7 @@ DEAL::n_dofs=15945 9781 975: 0.1250000 9781 985: 1.125000 9781 1169: -0.08333333 - 9781 1170: 0.000000 + 9781 1170: -6.938894e-18 9781 1176: 0.3333333 9781 9272: -0.3333333 9781 9395: -0.1666667 @@ -60481,7 +60481,7 @@ DEAL::n_dofs=15945 10038 1847: 0.3750000 10038 6847: 0.2500000 10038 6848: 0.2500000 - 10040 803: 0.02929688 + 10040 803: 0.02929687 10040 1628: -0.2343750 10040 1681: 0.7119141 10040 1847: 0.4833984 @@ -60509,7 +60509,7 @@ DEAL::n_dofs=15945 10049 10091: -0.1111111 10049 10278: 0.8888889 10050 884: 3.469447e-18 - 10050 1106: -8.673617e-19 + 10050 1106: 0.000000 10050 1108: -0.1111111 10050 10091: 0.2222222 10050 10278: 0.8888889 @@ -62749,7 +62749,7 @@ DEAL::n_dofs=15945 10833 10845: -0.09876543 10833 10906: 0.07407407 10833 10927: 0.7901235 - 10834 476: 1.040834e-17 + 10834 476: 6.938894e-18 10834 480: -0.02160494 10834 578: 0.006172840 10834 887: 0.006172840 @@ -62794,7 +62794,7 @@ DEAL::n_dofs=15945 10851 10906: 0.5000000 10852 10904: 0.5000000 10852 10907: 0.5000000 - 10855 476: -0.1289062 + 10855 476: -0.1289063 10855 480: -0.08398438 10855 1151: 0.7119141 10855 1169: 0.2285156 @@ -62971,7 +62971,7 @@ DEAL::n_dofs=15945 10923 480: 0.5625000 10923 578: 0.1875000 10923 887: 0.06250000 - 10925 476: -0.1289062 + 10925 476: -0.1289063 10925 480: 0.2285156 10925 1151: 0.7119141 10925 1169: -0.08398438 @@ -64693,7 +64693,7 @@ DEAL::n_dofs=15945 11436 11509: 0.03125000 11437 10990: 0.7500000 11437 11509: 0.2500000 - 11438 1172: -0.1289062 + 11438 1172: -0.1289063 11438 1193: -0.07812500 11438 1221: -0.02636719 11438 1237: 0.7119141 @@ -64951,7 +64951,7 @@ DEAL::n_dofs=15945 11517 11504: 0.2500000 11517 11506: 0.2500000 11517 11507: 0.2500000 - 11518 1172: -0.2539062 + 11518 1172: -0.2539063 11518 1193: -0.2343750 11518 1221: 0.3955078 11518 1237: 0.7119141 @@ -66693,11 +66693,11 @@ DEAL::n_dofs=15945 12189 11168: 0.2500000 12189 11169: 0.2500000 12189 11173: 0.3750000 - 12192 1320: -0.09570312 + 12192 1320: -0.09570313 12192 1342: -0.02343750 12192 1361: 0.3955078 12192 1387: 0.7119141 - 12192 10990: -0.1289062 + 12192 10990: -0.1289063 12192 11173: 0.1406250 12194 1320: 0.1666667 12194 7059: 0.1666667 @@ -66985,11 +66985,11 @@ DEAL::n_dofs=15945 12258 1340: 0.1875000 12258 1342: 0.5625000 12258 7059: 0.06250000 - 12259 1320: 0.02929688 + 12259 1320: 0.02929687 12259 1342: 0.3515625 12259 1361: 0.3955078 12259 1387: 0.7119141 - 12259 10990: -0.2539062 + 12259 10990: -0.2539063 12259 11173: -0.2343750 12261 11504: 0.6666667 12261 12304: 0.3333333 @@ -72138,7 +72138,7 @@ DEAL::n_dofs=15945 13841 842: 0.6250000 13841 862: -0.06481481 13841 871: -0.03703704 - 13841 3241: -5.551115e-17 + 13841 3241: 0.000000 13841 3244: 0.4166667 13842 473: 0.1070602 13842 842: 0.3906250 @@ -72241,7 +72241,7 @@ DEAL::n_dofs=15945 13874 842: 0.7119141 13874 862: -0.1464844 13874 871: 0.3515625 - 13874 3241: -0.2539062 + 13874 3241: -0.2539063 13874 3244: 0.02929688 13876 473: 0.5625000 13876 1893: 0.06250000 diff --git a/tests/hp/hp_constraints_q_system.output b/tests/hp/hp_constraints_q_system.output index 2bd6cee635..3a4489284e 100644 --- a/tests/hp/hp_constraints_q_system.output +++ b/tests/hp/hp_constraints_q_system.output @@ -20,95 +20,95 @@ DEAL:: DEAL:: DEAL::Interpolation test DEAL::Testing FESystem<1>[FE_Q<1>(1)-FE_DGQ<1>(2)] vs. FESystem<1>[FE_Q<1>(1)-FE_DGQ<1>(2)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 3.19131e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 3.19131e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FESystem<1>[FE_Q<1>(1)-FE_DGQ<1>(2)] vs. FESystem<1>[FE_Q<1>(2)-FE_DGQ<1>(3)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 2.75611e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.75611e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FESystem<1>[FE_Q<1>(1)-FE_DGQ<1>(2)] vs. FESystem<1>[FE_Q<1>(QIterated(QTrapez(),3))-FE_DGQ<1>(4)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 7.91056e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 7.91056e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FESystem<1>[FE_Q<1>(2)-FE_DGQ<1>(3)] vs. FESystem<1>[FE_Q<1>(1)-FE_DGQ<1>(2)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 3.17688e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 3.17688e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FESystem<1>[FE_Q<1>(2)-FE_DGQ<1>(3)] vs. FESystem<1>[FE_Q<1>(2)-FE_DGQ<1>(3)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 5.97019e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 5.97019e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FESystem<1>[FE_Q<1>(2)-FE_DGQ<1>(3)] vs. FESystem<1>[FE_Q<1>(QIterated(QTrapez(),3))-FE_DGQ<1>(4)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 1.34247e-16 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.34247e-16 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FESystem<1>[FE_Q<1>(QIterated(QTrapez(),3))-FE_DGQ<1>(4)] vs. FESystem<1>[FE_Q<1>(1)-FE_DGQ<1>(2)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 3.54830e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 3.54830e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FESystem<1>[FE_Q<1>(QIterated(QTrapez(),3))-FE_DGQ<1>(4)] vs. FESystem<1>[FE_Q<1>(2)-FE_DGQ<1>(3)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 5.83856e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 5.83856e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FESystem<1>[FE_Q<1>(QIterated(QTrapez(),3))-FE_DGQ<1>(4)] vs. FESystem<1>[FE_Q<1>(QIterated(QTrapez(),3))-FE_DGQ<1>(4)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 1.33132e-16 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.33132e-16 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FESystem<1>[FE_Q<1>(1)-FE_DGQ<1>(2)] vs. FESystem<1>[FE_Q<1>(1)-FE_DGQ<1>(2)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 2.46514e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.46514e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FESystem<1>[FE_Q<1>(1)-FE_DGQ<1>(2)] vs. FESystem<1>[FE_Q<1>(2)-FE_DGQ<1>(3)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 3.46821e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 3.46821e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FESystem<1>[FE_Q<1>(1)-FE_DGQ<1>(2)] vs. FESystem<1>[FE_Q<1>(QIterated(QTrapez(),3))-FE_DGQ<1>(4)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 4.89000e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 4.89000e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FESystem<1>[FE_Q<1>(2)-FE_DGQ<1>(3)] vs. FESystem<1>[FE_Q<1>(1)-FE_DGQ<1>(2)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 2.47532e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.47532e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FESystem<1>[FE_Q<1>(2)-FE_DGQ<1>(3)] vs. FESystem<1>[FE_Q<1>(2)-FE_DGQ<1>(3)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 8.14885e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 8.14885e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FESystem<1>[FE_Q<1>(2)-FE_DGQ<1>(3)] vs. FESystem<1>[FE_Q<1>(QIterated(QTrapez(),3))-FE_DGQ<1>(4)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 9.93093e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 9.93093e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FESystem<1>[FE_Q<1>(QIterated(QTrapez(),3))-FE_DGQ<1>(4)] vs. FESystem<1>[FE_Q<1>(1)-FE_DGQ<1>(2)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 2.78970e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.78970e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FESystem<1>[FE_Q<1>(QIterated(QTrapez(),3))-FE_DGQ<1>(4)] vs. FESystem<1>[FE_Q<1>(2)-FE_DGQ<1>(3)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 8.08266e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 8.08266e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FESystem<1>[FE_Q<1>(QIterated(QTrapez(),3))-FE_DGQ<1>(4)] vs. FESystem<1>[FE_Q<1>(QIterated(QTrapez(),3))-FE_DGQ<1>(4)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 8.56312e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 8.56312e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL:: DEAL:: DEAL::Random hanging nodes @@ -668,131 +668,131 @@ DEAL:: DEAL:: DEAL::Interpolation test DEAL::Testing FESystem<2>[FE_Q<2>(1)-FE_DGQ<2>(2)] vs. FESystem<2>[FE_Q<2>(1)-FE_DGQ<2>(2)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 1.87362e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.61725e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 3.11768e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FESystem<2>[FE_Q<2>(1)-FE_DGQ<2>(2)] vs. FESystem<2>[FE_Q<2>(2)-FE_DGQ<2>(3)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 4.50677e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.58740e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 3.05076e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FESystem<2>[FE_Q<2>(1)-FE_DGQ<2>(2)] vs. FESystem<2>[FE_Q<2>(QIterated(QTrapez(),3))-FE_DGQ<2>(4)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 4.66041e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.65622e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 3.84477e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FESystem<2>[FE_Q<2>(2)-FE_DGQ<2>(3)] vs. FESystem<2>[FE_Q<2>(1)-FE_DGQ<2>(2)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 1.95294e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.58740e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 3.13883e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FESystem<2>[FE_Q<2>(2)-FE_DGQ<2>(3)] vs. FESystem<2>[FE_Q<2>(2)-FE_DGQ<2>(3)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 6.04534e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 5.67509e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 7.50065e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FESystem<2>[FE_Q<2>(2)-FE_DGQ<2>(3)] vs. FESystem<2>[FE_Q<2>(QIterated(QTrapez(),3))-FE_DGQ<2>(4)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 7.61491e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 4.78540e-17 +DEAL:: Relative difference after constraints: 3.11829e-18 +DEAL:: Relative interpolation error before constraints: 5.18110e-17 +DEAL:: Relative difference after constraints: 1.46883e-18 DEAL::Testing FESystem<2>[FE_Q<2>(QIterated(QTrapez(),3))-FE_DGQ<2>(4)] vs. FESystem<2>[FE_Q<2>(1)-FE_DGQ<2>(2)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 2.76390e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.65622e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 3.71506e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FESystem<2>[FE_Q<2>(QIterated(QTrapez(),3))-FE_DGQ<2>(4)] vs. FESystem<2>[FE_Q<2>(2)-FE_DGQ<2>(3)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 5.96732e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 4.78540e-17 +DEAL:: Relative difference after constraints: 3.11829e-18 +DEAL:: Relative interpolation error before constraints: 7.44029e-17 +DEAL:: Relative difference after constraints: 1.75253e-18 DEAL::Testing FESystem<2>[FE_Q<2>(QIterated(QTrapez(),3))-FE_DGQ<2>(4)] vs. FESystem<2>[FE_Q<2>(QIterated(QTrapez(),3))-FE_DGQ<2>(4)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 8.31175e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 4.42735e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 6.87631e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FESystem<2>[FE_Q<2>(1)-FE_DGQ<2>(2)] vs. FESystem<2>[FE_Q<2>(1)-FE_DGQ<2>(2)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 1.61682e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.83871e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.98857e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FESystem<2>[FE_Q<2>(1)-FE_DGQ<2>(2)] vs. FESystem<2>[FE_Q<2>(2)-FE_DGQ<2>(3)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 2.35604e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.93771e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.73617e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FESystem<2>[FE_Q<2>(1)-FE_DGQ<2>(2)] vs. FESystem<2>[FE_Q<2>(QIterated(QTrapez(),3))-FE_DGQ<2>(4)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 2.20742e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.07227e-17 +DEAL:: Relative difference after constraints: 1.46711e-17 +DEAL:: Relative interpolation error before constraints: 2.56786e-17 +DEAL:: Relative difference after constraints: 9.92580e-18 DEAL::Testing FESystem<2>[FE_Q<2>(2)-FE_DGQ<2>(3)] vs. FESystem<2>[FE_Q<2>(1)-FE_DGQ<2>(2)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 1.65956e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.97122e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.05462e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FESystem<2>[FE_Q<2>(2)-FE_DGQ<2>(3)] vs. FESystem<2>[FE_Q<2>(2)-FE_DGQ<2>(3)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 3.45787e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 3.90047e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 4.36639e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FESystem<2>[FE_Q<2>(2)-FE_DGQ<2>(3)] vs. FESystem<2>[FE_Q<2>(QIterated(QTrapez(),3))-FE_DGQ<2>(4)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 3.45267e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 4.19092e-17 +DEAL:: Relative difference after constraints: 1.71641e-17 +DEAL:: Relative interpolation error before constraints: 4.17866e-17 +DEAL:: Relative difference after constraints: 7.38745e-18 DEAL::Testing FESystem<2>[FE_Q<2>(QIterated(QTrapez(),3))-FE_DGQ<2>(4)] vs. FESystem<2>[FE_Q<2>(1)-FE_DGQ<2>(2)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 2.06376e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.15602e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.49342e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FESystem<2>[FE_Q<2>(QIterated(QTrapez(),3))-FE_DGQ<2>(4)] vs. FESystem<2>[FE_Q<2>(2)-FE_DGQ<2>(3)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 3.44832e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 3.44628e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 4.35517e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FESystem<2>[FE_Q<2>(QIterated(QTrapez(),3))-FE_DGQ<2>(4)] vs. FESystem<2>[FE_Q<2>(QIterated(QTrapez(),3))-FE_DGQ<2>(4)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 4.22847e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 3.89847e-17 +DEAL:: Relative difference after constraints: 2.69671e-17 +DEAL:: Relative interpolation error before constraints: 4.44466e-17 +DEAL:: Relative difference after constraints: 7.02338e-18 DEAL:: DEAL:: DEAL::Random hanging nodes @@ -24486,10 +24486,10 @@ DEAL::n_dofs=12455 2788 2786: 1.000000 2788 4444: 0.2222222 2788 4445: 0.1111111 - 2789 472: -5.551115e-17 + 2789 472: -2.775558e-17 2789 2463: -0.3333333 2789 2786: 1.000000 - 2789 4444: 0.000000 + 2789 4444: 2.775558e-17 2789 4445: 0.3333333 2929 2464: 0.6666667 2929 2466: 0.3333333 @@ -29607,7 +29607,7 @@ DEAL::n_dofs=12455 12155 2463: -0.07407407 12155 2786: 0.2500000 12155 4444: -0.01851852 - 12155 4445: -2.775558e-17 + 12155 4445: -1.387779e-17 12155 11956: -0.07407407 12155 12303: 0.1975309 12155 12386: 0.7901235 @@ -29632,7 +29632,7 @@ DEAL::n_dofs=12455 12157 12303: -0.09876543 12157 12386: 0.7901235 12158 472: 0.4166667 - 12158 2463: -5.551115e-17 + 12158 2463: 0.000000 12158 2786: 0.6250000 12158 4444: -0.08333333 12158 4445: 0.04166667 @@ -29734,8 +29734,8 @@ DEAL::n_dofs=12455 12388 4444: 0.06250000 12388 4445: 0.2500000 12388 11956: 0.2500000 - 12389 472: 0.02929688 - 12389 2463: -0.2539062 + 12389 472: 0.02929687 + 12389 2463: -0.2539063 12389 2786: 0.7119141 12389 4444: 0.02929688 12389 4445: 0.4833984 @@ -29845,12 +29845,12 @@ DEAL::n_dofs=1269 120 555: 0.2222222 120 557: 0.1111111 120 619: 0.4444444 - 121 266: 0.1111111 - 121 555: 0.4444444 + 121 266: 0.4444444 + 121 555: 0.1111111 121 557: 0.2222222 121 619: 0.2222222 - 122 266: 0.4444444 - 122 555: 0.1111111 + 122 266: 0.1111111 + 122 555: 0.4444444 122 557: 0.2222222 122 619: 0.2222222 123 266: 0.2222222 @@ -29984,12 +29984,12 @@ DEAL::n_dofs=1269 401 354: 0.2222222 401 355: 0.1111111 402 350: 0.2222222 - 402 351: 0.1111111 - 402 354: 0.4444444 + 402 351: 0.4444444 + 402 354: 0.1111111 402 355: 0.2222222 403 350: 0.2222222 - 403 351: 0.4444444 - 403 354: 0.1111111 + 403 351: 0.1111111 + 403 354: 0.4444444 403 355: 0.2222222 404 350: 0.1111111 404 351: 0.2222222 @@ -30018,20 +30018,20 @@ DEAL::n_dofs=1269 413 350: 0.1481481 413 351: 0.02469136 413 619: -0.03703704 - 414 0: 0.01234568 - 414 3: -0.09876543 - 414 10: -0.09876543 + 414 0: 0.04938272 + 414 3: 0.1975309 + 414 10: 0.1975309 414 15: 0.7901235 - 414 350: 0.07407407 - 414 351: 0.2469136 - 414 619: 0.07407407 - 415 0: 0.04938272 - 415 3: 0.1975309 - 415 10: 0.1975309 + 414 350: -0.07407407 + 414 351: -0.08641975 + 414 619: -0.07407407 + 415 0: 0.01234568 + 415 3: -0.09876543 + 415 10: -0.09876543 415 15: 0.7901235 - 415 350: -0.07407407 - 415 351: -0.08641975 - 415 619: -0.07407407 + 415 350: 0.07407407 + 415 351: 0.2469136 + 415 619: 0.07407407 416 0: -0.02469136 416 3: -0.09876543 416 10: 0.1975309 @@ -30824,14 +30824,14 @@ DEAL::n_dofs=1321 235 383: 0.2222222 235 384: 0.4444444 241 0: 0.1111111 - 241 199: 0.2222222 + 241 200: -0.3333333 241 240: 1.000000 - 241 381: -0.2222222 - 241 382: -0.1111111 + 241 382: 0.2222222 242 0: 0.1111111 - 242 200: -0.3333333 + 242 199: 0.2222222 242 240: 1.000000 - 242 382: 0.2222222 + 242 381: -0.2222222 + 242 382: -0.1111111 243 0: 0.3333333 243 199: 0.1111111 243 200: -0.3333333 @@ -30913,20 +30913,20 @@ DEAL::n_dofs=1321 432 17: 0.7901235 432 88: 0.02469136 432 92: -0.03703704 - 433 0: -0.07407407 - 433 1: 0.04938272 - 433 9: 0.1975309 - 433 12: 0.1975309 + 433 0: 0.07407407 + 433 1: 0.01234568 + 433 9: -0.09876543 + 433 12: -0.09876543 433 17: 0.7901235 - 433 88: -0.08641975 - 433 92: -0.07407407 - 434 0: 0.07407407 - 434 1: 0.01234568 - 434 9: -0.09876543 - 434 12: -0.09876543 + 433 88: 0.2469136 + 433 92: 0.07407407 + 434 0: -0.07407407 + 434 1: 0.04938272 + 434 9: 0.1975309 + 434 12: 0.1975309 434 17: 0.7901235 - 434 88: 0.2469136 - 434 92: 0.07407407 + 434 88: -0.08641975 + 434 92: -0.07407407 435 0: -0.03703704 435 1: -0.02469136 435 9: 0.1975309 @@ -30939,12 +30939,12 @@ DEAL::n_dofs=1321 436 90: 0.2222222 436 92: 0.1111111 437 86: 0.2222222 - 437 88: 0.4444444 - 437 90: 0.1111111 + 437 88: 0.1111111 + 437 90: 0.4444444 437 92: 0.2222222 438 86: 0.2222222 - 438 88: 0.1111111 - 438 90: 0.4444444 + 438 88: 0.4444444 + 438 90: 0.1111111 438 92: 0.2222222 439 86: 0.1111111 439 88: 0.2222222 @@ -30974,21 +30974,21 @@ DEAL::n_dofs=1321 444 124: 0.1975309 444 126: 0.1975309 444 133: 0.7901235 - 445 1: 0.01234568 - 445 9: -0.09876543 - 445 90: 0.1481481 - 445 92: 0.07407407 + 445 1: 0.04938272 + 445 9: 0.1975309 + 445 90: -0.03703704 + 445 92: -0.07407407 445 120: -0.02469136 - 445 124: -0.09876543 - 445 126: 0.1975309 + 445 124: 0.1975309 + 445 126: -0.09876543 445 133: 0.7901235 - 446 1: 0.04938272 - 446 9: 0.1975309 - 446 90: -0.03703704 - 446 92: -0.07407407 + 446 1: 0.01234568 + 446 9: -0.09876543 + 446 90: 0.1481481 + 446 92: 0.07407407 446 120: -0.02469136 - 446 124: 0.1975309 - 446 126: -0.09876543 + 446 124: -0.09876543 + 446 126: 0.1975309 446 133: 0.7901235 447 1: -0.02469136 447 9: 0.1975309 @@ -31540,7 +31540,7 @@ DEAL::n_dofs=1321 1145 199: 0.05555556 1145 382: 0.05555556 1145 1090: 0.1111111 - 1146 0: 0.000000 + 1146 0: 1.387779e-17 1146 87: -0.02160494 1146 88: -0.02160494 1146 199: 0.009259259 @@ -31705,12 +31705,12 @@ DEAL::n_dofs=1605 200 1399: 0.2222222 201 6: 0.2222222 201 523: 0.2222222 - 201 1365: 0.4444444 - 201 1399: 0.1111111 + 201 1365: 0.1111111 + 201 1399: 0.4444444 202 6: 0.2222222 202 523: 0.2222222 - 202 1365: 0.1111111 - 202 1399: 0.4444444 + 202 1365: 0.4444444 + 202 1399: 0.1111111 203 6: 0.4444444 203 523: 0.1111111 203 1365: 0.2222222 @@ -31724,21 +31724,21 @@ DEAL::n_dofs=1605 208 24: 0.7901235 208 1399: -0.07407407 209 4: -0.02469136 - 209 5: 0.01234568 - 209 6: 0.07407407 - 209 11: -0.09876543 - 209 13: 0.1975309 - 209 14: -0.09876543 + 209 5: 0.04938272 + 209 6: -0.07407407 + 209 11: 0.1975309 + 209 13: -0.09876543 + 209 14: 0.1975309 209 24: 0.7901235 - 209 1399: 0.1481481 + 209 1399: -0.03703704 210 4: -0.02469136 - 210 5: 0.04938272 - 210 6: -0.07407407 - 210 11: 0.1975309 - 210 13: -0.09876543 - 210 14: 0.1975309 + 210 5: 0.01234568 + 210 6: 0.07407407 + 210 11: -0.09876543 + 210 13: 0.1975309 + 210 14: -0.09876543 210 24: 0.7901235 - 210 1399: -0.03703704 + 210 1399: 0.1481481 211 4: 0.01234568 211 5: -0.02469136 211 6: 0.1481481 @@ -31976,23 +31976,23 @@ DEAL::n_dofs=1605 385 98: 0.1975309 385 100: -0.09876543 385 102: 0.7901235 - 386 0: 0.01234568 + 386 0: 0.04938272 386 2: -0.02469136 - 386 7: -0.09876543 + 386 7: 0.1975309 386 90: -0.02469136 - 386 92: 0.04938272 - 386 94: 0.1975309 - 386 98: -0.09876543 - 386 100: 0.1975309 + 386 92: 0.01234568 + 386 94: -0.09876543 + 386 98: 0.1975309 + 386 100: -0.09876543 386 102: 0.7901235 - 387 0: 0.04938272 + 387 0: 0.01234568 387 2: -0.02469136 - 387 7: 0.1975309 + 387 7: -0.09876543 387 90: -0.02469136 - 387 92: 0.01234568 - 387 94: -0.09876543 - 387 98: 0.1975309 - 387 100: -0.09876543 + 387 92: 0.04938272 + 387 94: 0.1975309 + 387 98: -0.09876543 + 387 100: 0.1975309 387 102: 0.7901235 388 0: -0.02469136 388 2: 0.04938272 @@ -32344,13 +32344,13 @@ DEAL::n_dofs=1605 966 6: 0.02777778 966 1399: 0.1388889 967 1: 0.5555556 - 967 3: 0.2777778 + 967 3: 0.1111111 967 6: 0.05555556 - 967 1399: 0.1111111 + 967 1399: 0.2777778 968 1: 0.5555556 - 968 3: 0.1111111 + 968 3: 0.2777778 968 6: 0.05555556 - 968 1399: 0.2777778 + 968 1399: 0.1111111 969 1: 0.4444444 969 3: 0.2222222 969 6: 0.1111111 @@ -32758,13 +32758,13 @@ DEAL::n_dofs=1605 1460 6: 0.4444444 1460 1399: 0.2222222 1461 1: 0.05555556 - 1461 3: 0.2777778 + 1461 3: 0.1111111 1461 6: 0.5555556 - 1461 1399: 0.1111111 + 1461 1399: 0.2777778 1462 1: 0.05555556 - 1462 3: 0.1111111 + 1462 3: 0.2777778 1462 6: 0.5555556 - 1462 1399: 0.2777778 + 1462 1399: 0.1111111 1463 1: 0.02777778 1463 3: 0.1388889 1463 6: 0.6944444 @@ -33288,14 +33288,14 @@ DEAL::n_dofs=1026 700 471: 0.5555556 700 499: 0.1111111 700 884: 0.05555556 - 701 469: 0.2222222 - 701 471: 0.4444444 - 701 499: 0.2222222 - 701 884: 0.1111111 - 702 469: 0.1388889 - 702 471: 0.6944444 - 702 499: 0.1388889 - 702 884: 0.02777778 + 701 469: 0.1388889 + 701 471: 0.6944444 + 701 499: 0.1388889 + 701 884: 0.02777778 + 702 469: 0.2222222 + 702 471: 0.4444444 + 702 499: 0.2222222 + 702 884: 0.1111111 703 469: 0.1111111 703 471: 0.5555556 703 499: 0.2777778 @@ -33332,14 +33332,14 @@ DEAL::n_dofs=1026 708 471: 0.5555556 708 499: 0.1111111 708 913: 0.05555556 - 709 470: 0.1388889 - 709 471: 0.6944444 - 709 499: 0.1388889 - 709 913: 0.02777778 - 710 470: 0.2222222 - 710 471: 0.4444444 - 710 499: 0.2222222 - 710 913: 0.1111111 + 709 470: 0.2222222 + 709 471: 0.4444444 + 709 499: 0.2222222 + 709 913: 0.1111111 + 710 470: 0.1388889 + 710 471: 0.6944444 + 710 499: 0.1388889 + 710 913: 0.02777778 711 470: 0.1111111 711 471: 0.5555556 711 499: 0.2777778 @@ -33569,14 +33569,14 @@ DEAL::n_dofs=1315 202 120: 0.3333333 203 88: 0.3333333 203 120: 0.6666667 - 205 83: -0.2222222 - 205 87: -0.1111111 - 205 149: 0.2222222 + 205 87: 0.2222222 205 150: 0.1111111 + 205 196: -0.3333333 205 204: 1.000000 - 206 87: 0.2222222 + 206 83: -0.2222222 + 206 87: -0.1111111 + 206 149: 0.2222222 206 150: 0.1111111 - 206 196: -0.3333333 206 204: 1.000000 207 83: -0.1111111 207 87: 0.000000 @@ -33625,12 +33625,12 @@ DEAL::n_dofs=1315 220 87: 0.2222222 220 88: 0.1111111 221 83: 0.2222222 - 221 84: 0.1111111 - 221 87: 0.4444444 + 221 84: 0.4444444 + 221 87: 0.1111111 221 88: 0.2222222 222 83: 0.2222222 - 222 84: 0.4444444 - 222 87: 0.1111111 + 222 84: 0.1111111 + 222 87: 0.4444444 222 88: 0.2222222 223 83: 0.1111111 223 84: 0.2222222 @@ -33764,7 +33764,7 @@ DEAL::n_dofs=1315 420 85: -0.02160494 420 87: -0.02777778 420 89: -0.02160494 - 420 149: -8.673617e-19 + 420 149: 0.000000 420 150: 0.009259259 420 196: -0.05555556 420 204: 0.2500000 @@ -33775,7 +33775,7 @@ DEAL::n_dofs=1315 421 85: 0.006172840 421 87: -0.02777778 421 89: 0.006172840 - 421 149: 8.673617e-19 + 421 149: 4.336809e-19 421 150: -0.004629630 421 196: 0.02777778 421 204: -0.1250000 @@ -33803,12 +33803,12 @@ DEAL::n_dofs=1315 430 87: 0.1388889 430 89: 0.02777778 431 83: 0.5555556 - 431 85: 0.2777778 - 431 87: 0.1111111 + 431 85: 0.1111111 + 431 87: 0.2777778 431 89: 0.05555556 432 83: 0.5555556 - 432 85: 0.1111111 - 432 87: 0.2777778 + 432 85: 0.2777778 + 432 87: 0.1111111 432 89: 0.05555556 433 83: 0.4444444 433 85: 0.2222222 @@ -33991,14 +33991,14 @@ DEAL::n_dofs=1315 685 85: 0.5555556 685 87: 0.05555556 685 89: 0.1111111 - 686 83: 0.1388889 - 686 85: 0.6944444 - 686 87: 0.02777778 - 686 89: 0.1388889 - 687 83: 0.2222222 - 687 85: 0.4444444 - 687 87: 0.1111111 - 687 89: 0.2222222 + 686 83: 0.2222222 + 686 85: 0.4444444 + 686 87: 0.1111111 + 686 89: 0.2222222 + 687 83: 0.1388889 + 687 85: 0.6944444 + 687 87: 0.02777778 + 687 89: 0.1388889 688 83: 0.1111111 688 85: 0.5555556 688 87: 0.05555556 @@ -34323,7 +34323,7 @@ DEAL::n_dofs=1315 1058 87: -0.02777778 1058 89: -0.02160494 1058 149: 0.009259259 - 1058 150: 0.000000 + 1058 150: 1.387779e-17 1058 152: -0.02160494 1058 196: -0.08333333 1058 204: 0.2500000 @@ -34823,14 +34823,14 @@ DEAL::n_dofs=1568 1267 963: 0.2777778 1267 1084: 0.05555556 1267 1508: 0.1111111 - 1268 516: 0.6944444 - 1268 963: 0.1388889 - 1268 1084: 0.02777778 - 1268 1508: 0.1388889 - 1269 516: 0.4444444 - 1269 963: 0.2222222 - 1269 1084: 0.1111111 - 1269 1508: 0.2222222 + 1268 516: 0.4444444 + 1268 963: 0.2222222 + 1268 1084: 0.1111111 + 1268 1508: 0.2222222 + 1269 516: 0.6944444 + 1269 963: 0.1388889 + 1269 1084: 0.02777778 + 1269 1508: 0.1388889 1270 516: 0.5555556 1270 963: 0.1111111 1270 1084: 0.05555556 @@ -35154,14 +35154,14 @@ DEAL::n_dofs=1461 276 7: 0.1111111 276 219: 0.4444444 276 220: 0.2222222 - 277 5: 0.1111111 + 277 5: 0.4444444 277 7: 0.2222222 277 219: 0.2222222 - 277 220: 0.4444444 - 278 5: 0.4444444 + 277 220: 0.1111111 + 278 5: 0.1111111 278 7: 0.2222222 278 219: 0.2222222 - 278 220: 0.1111111 + 278 220: 0.4444444 279 5: 0.2222222 279 7: 0.4444444 279 219: 0.1111111 @@ -35171,12 +35171,12 @@ DEAL::n_dofs=1461 284 6: 0.2222222 284 7: 0.1111111 285 4: 0.2222222 - 285 5: 0.4444444 - 285 6: 0.1111111 + 285 5: 0.1111111 + 285 6: 0.4444444 285 7: 0.2222222 286 4: 0.2222222 - 286 5: 0.1111111 - 286 6: 0.4444444 + 286 5: 0.4444444 + 286 6: 0.1111111 286 7: 0.2222222 287 4: 0.1111111 287 5: 0.2222222 @@ -35513,12 +35513,12 @@ DEAL::n_dofs=1461 813 6: 0.1388889 813 7: 0.02777778 814 2: 0.5555556 - 814 3: 0.1111111 - 814 6: 0.2777778 + 814 3: 0.2777778 + 814 6: 0.1111111 814 7: 0.05555556 815 2: 0.5555556 - 815 3: 0.2777778 - 815 6: 0.1111111 + 815 3: 0.1111111 + 815 6: 0.2777778 815 7: 0.05555556 816 2: 0.4444444 816 3: 0.2222222 @@ -35917,14 +35917,14 @@ DEAL::n_dofs=1461 1238 7: 0.1111111 1238 218: 0.2777778 1238 220: 0.5555556 - 1239 3: 0.1111111 - 1239 7: 0.2222222 - 1239 218: 0.2222222 - 1239 220: 0.4444444 - 1240 3: 0.02777778 - 1240 7: 0.1388889 - 1240 218: 0.1388889 - 1240 220: 0.6944444 + 1239 3: 0.02777778 + 1239 7: 0.1388889 + 1239 218: 0.1388889 + 1239 220: 0.6944444 + 1240 3: 0.1111111 + 1240 7: 0.2222222 + 1240 218: 0.2222222 + 1240 220: 0.4444444 1241 3: 0.05555556 1241 7: 0.2777778 1241 218: 0.1111111 @@ -35957,14 +35957,14 @@ DEAL::n_dofs=1461 1246 7: 0.1111111 1246 220: 0.5555556 1246 1086: 0.2777778 - 1247 6: 0.02777778 - 1247 7: 0.1388889 - 1247 220: 0.6944444 - 1247 1086: 0.1388889 - 1248 6: 0.1111111 - 1248 7: 0.2222222 - 1248 220: 0.4444444 - 1248 1086: 0.2222222 + 1247 6: 0.1111111 + 1247 7: 0.2222222 + 1247 220: 0.4444444 + 1247 1086: 0.2222222 + 1248 6: 0.02777778 + 1248 7: 0.1388889 + 1248 220: 0.6944444 + 1248 1086: 0.1388889 1249 6: 0.05555556 1249 7: 0.2777778 1249 220: 0.5555556 @@ -36022,167 +36022,167 @@ DEAL:: DEAL:: DEAL::Interpolation test DEAL::Testing FESystem<3>[FE_Q<3>(1)-FE_DGQ<3>(2)] vs. FESystem<3>[FE_Q<3>(1)-FE_DGQ<3>(2)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 2.03048e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.89728e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.77616e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.55384e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FESystem<3>[FE_Q<3>(1)-FE_DGQ<3>(2)] vs. FESystem<3>[FE_Q<3>(2)-FE_DGQ<3>(3)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 3.83352e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.57125e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.16493e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.91082e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FESystem<3>[FE_Q<3>(1)-FE_DGQ<3>(2)] vs. FESystem<3>[FE_Q<3>(QIterated(QTrapez(),3))-FE_DGQ<3>(4)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 3.38046e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.42069e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.83885e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 3.85284e-17 +DEAL:: Relative difference after constraints: 5.69579e-18 DEAL::Testing FESystem<3>[FE_Q<3>(2)-FE_DGQ<3>(3)] vs. FESystem<3>[FE_Q<3>(1)-FE_DGQ<3>(2)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 2.50185e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.57125e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.16493e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.77190e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FESystem<3>[FE_Q<3>(2)-FE_DGQ<3>(3)] vs. FESystem<3>[FE_Q<3>(2)-FE_DGQ<3>(3)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 3.94953e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 3.35761e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 3.51705e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 5.35390e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FESystem<3>[FE_Q<3>(2)-FE_DGQ<3>(3)] vs. FESystem<3>[FE_Q<3>(QIterated(QTrapez(),3))-FE_DGQ<3>(4)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 5.17699e-17 +DEAL:: Relative difference after constraints: 6.04407e-18 +DEAL:: Relative interpolation error before constraints: 2.99355e-17 +DEAL:: Relative difference after constraints: 1.29827e-17 +DEAL:: Relative interpolation error before constraints: 3.30115e-17 +DEAL:: Relative difference after constraints: 1.33244e-17 +DEAL:: Relative interpolation error before constraints: 3.77699e-17 +DEAL:: Relative difference after constraints: 3.19257e-18 DEAL::Testing FESystem<3>[FE_Q<3>(QIterated(QTrapez(),3))-FE_DGQ<3>(4)] vs. FESystem<3>[FE_Q<3>(1)-FE_DGQ<3>(2)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 2.45907e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.42069e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.83885e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.65518e-17 +DEAL:: Relative difference after constraints: 9.30871e-18 DEAL::Testing FESystem<3>[FE_Q<3>(QIterated(QTrapez(),3))-FE_DGQ<3>(4)] vs. FESystem<3>[FE_Q<3>(2)-FE_DGQ<3>(3)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 3.90233e-17 +DEAL:: Relative difference after constraints: 8.34555e-18 +DEAL:: Relative interpolation error before constraints: 2.99355e-17 +DEAL:: Relative difference after constraints: 1.29827e-17 +DEAL:: Relative interpolation error before constraints: 3.30115e-17 +DEAL:: Relative difference after constraints: 1.33244e-17 +DEAL:: Relative interpolation error before constraints: 5.27465e-17 +DEAL:: Relative difference after constraints: 4.10399e-18 DEAL::Testing FESystem<3>[FE_Q<3>(QIterated(QTrapez(),3))-FE_DGQ<3>(4)] vs. FESystem<3>[FE_Q<3>(QIterated(QTrapez(),3))-FE_DGQ<3>(4)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 4.91413e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 3.14496e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 3.32355e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 3.87797e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FESystem<3>[FE_Q<3>(1)-FE_DGQ<3>(2)] vs. FESystem<3>[FE_Q<3>(1)-FE_DGQ<3>(2)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 9.72809e-18 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 9.54126e-18 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 9.41987e-18 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.24006e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FESystem<3>[FE_Q<3>(1)-FE_DGQ<3>(2)] vs. FESystem<3>[FE_Q<3>(2)-FE_DGQ<3>(3)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 1.48583e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.35341e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.55734e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.77427e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FESystem<3>[FE_Q<3>(1)-FE_DGQ<3>(2)] vs. FESystem<3>[FE_Q<3>(QIterated(QTrapez(),3))-FE_DGQ<3>(4)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 1.20921e-17 +DEAL:: Relative difference after constraints: 3.41576e-18 +DEAL:: Relative interpolation error before constraints: 1.13316e-17 +DEAL:: Relative difference after constraints: 1.80389e-17 +DEAL:: Relative interpolation error before constraints: 1.25120e-17 +DEAL:: Relative difference after constraints: 1.93958e-17 +DEAL:: Relative interpolation error before constraints: 1.37721e-17 +DEAL:: Relative difference after constraints: 2.09355e-17 DEAL::Testing FESystem<3>[FE_Q<3>(2)-FE_DGQ<3>(3)] vs. FESystem<3>[FE_Q<3>(1)-FE_DGQ<3>(2)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 1.21466e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.61705e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.38309e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.32854e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FESystem<3>[FE_Q<3>(2)-FE_DGQ<3>(3)] vs. FESystem<3>[FE_Q<3>(2)-FE_DGQ<3>(3)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 1.90185e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.96820e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.95424e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.19124e-17 +DEAL:: Relative difference after constraints: 0.00000 DEAL::Testing FESystem<3>[FE_Q<3>(2)-FE_DGQ<3>(3)] vs. FESystem<3>[FE_Q<3>(QIterated(QTrapez(),3))-FE_DGQ<3>(4)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 1.60698e-17 +DEAL:: Relative difference after constraints: 3.57251e-18 +DEAL:: Relative interpolation error before constraints: 1.97625e-17 +DEAL:: Relative difference after constraints: 2.71072e-17 +DEAL:: Relative interpolation error before constraints: 1.80186e-17 +DEAL:: Relative difference after constraints: 2.23224e-17 +DEAL:: Relative interpolation error before constraints: 2.03558e-17 +DEAL:: Relative difference after constraints: 1.60194e-17 DEAL::Testing FESystem<3>[FE_Q<3>(QIterated(QTrapez(),3))-FE_DGQ<3>(4)] vs. FESystem<3>[FE_Q<3>(1)-FE_DGQ<3>(2)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 1.30394e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.77023e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 2.09755e-17 +DEAL:: Relative difference after constraints: 0.00000 +DEAL:: Relative interpolation error before constraints: 1.75232e-17 +DEAL:: Relative difference after constraints: 5.20048e-18 DEAL::Testing FESystem<3>[FE_Q<3>(QIterated(QTrapez(),3))-FE_DGQ<3>(4)] vs. FESystem<3>[FE_Q<3>(2)-FE_DGQ<3>(3)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 1.91101e-17 +DEAL:: Relative difference after constraints: 1.71430e-18 +DEAL:: Relative interpolation error before constraints: 1.99181e-17 +DEAL:: Relative difference after constraints: 1.17885e-17 +DEAL:: Relative interpolation error before constraints: 2.10111e-17 +DEAL:: Relative difference after constraints: 1.12697e-17 +DEAL:: Relative interpolation error before constraints: 2.18116e-17 +DEAL:: Relative difference after constraints: 9.61888e-19 DEAL::Testing FESystem<3>[FE_Q<3>(QIterated(QTrapez(),3))-FE_DGQ<3>(4)] vs. FESystem<3>[FE_Q<3>(QIterated(QTrapez(),3))-FE_DGQ<3>(4)] -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 -DEAL:: Relative interpolation error before constraints: 0 -DEAL:: Relative difference after constraints: 0 +DEAL:: Relative interpolation error before constraints: 1.62973e-17 +DEAL:: Relative difference after constraints: 3.04434e-18 +DEAL:: Relative interpolation error before constraints: 1.93547e-17 +DEAL:: Relative difference after constraints: 3.84563e-17 +DEAL:: Relative interpolation error before constraints: 1.92699e-17 +DEAL:: Relative difference after constraints: 4.15089e-17 +DEAL:: Relative interpolation error before constraints: 1.99615e-17 +DEAL:: Relative difference after constraints: 1.43370e-17 DEAL:: DEAL:: DEAL::Random hanging nodes @@ -37795,7 +37795,7 @@ DEAL::n_dofs=67854 3305 3447: -0.1481481 3305 3456: 0.2962963 3305 13250: -0.3333333 - 3305 13253: -2.775558e-17 + 3305 13253: 0.000000 3306 1916: 0.1111111 3306 3531: 0.2222222 3306 20528: 0.4444444 @@ -39465,7 +39465,7 @@ DEAL::n_dofs=67854 6610 7395: 0.1111111 6610 16188: -0.2222222 6610 43779: 0.2222222 - 6611 3199: -5.551115e-17 + 6611 3199: -2.775558e-17 6611 6491: -0.2962963 6611 6608: 1.000000 6611 7395: 0.3333333 @@ -59307,7 +59307,7 @@ DEAL::n_dofs=67854 41688 3840: 0.01736111 41688 3850: 0.1562500 41688 4598: -0.01157407 - 41688 4599: -1.084202e-19 + 41688 4599: 0.000000 41688 4605: -0.009259259 41688 31485: -0.01234568 41688 39773: 0.06018519 @@ -59352,7 +59352,7 @@ DEAL::n_dofs=67854 41691 4599: 5.421011e-20 41691 4605: 4.336809e-19 41691 31485: 0.006172840 - 41691 39773: 1.387779e-17 + 41691 39773: 1.040834e-17 41691 40358: -0.01851852 41691 40970: 0.006172840 41691 41845: 0.04938272 @@ -59449,7 +59449,7 @@ DEAL::n_dofs=67854 41861 4598: -0.08398438 41861 4599: -0.01171875 41861 4605: -0.02343750 - 41861 39773: -0.1289062 + 41861 39773: -0.1289063 41861 40358: 0.1406250 41863 3569: 0.2812500 41863 3581: 0.5625000 @@ -59625,7 +59625,7 @@ DEAL::n_dofs=67854 42171 3840: 0.1250000 42171 3850: 1.125000 42171 4598: -0.08333333 - 42171 4599: 0.000000 + 42171 4599: -6.938894e-18 42171 4605: 0.3333333 42171 39773: -0.3333333 42171 40358: -0.1666667 @@ -60481,7 +60481,7 @@ DEAL::n_dofs=67854 43181 7395: 0.3750000 43181 29597: 0.2500000 43181 29598: 0.2500000 - 43183 3199: 0.02929688 + 43183 3199: 0.02929687 43183 6491: -0.2343750 43183 6608: 0.7119141 43183 7395: 0.4833984 @@ -60509,7 +60509,7 @@ DEAL::n_dofs=67854 43256 43423: -0.1111111 43256 44312: 0.8888889 43257 3533: 3.469447e-18 - 43257 4346: -8.673617e-19 + 43257 4346: 0.000000 43257 4348: -0.1111111 43257 43423: 0.2222222 43257 44312: 0.8888889 @@ -62749,7 +62749,7 @@ DEAL::n_dofs=67854 46595 46732: -0.09876543 46595 46982: 0.07407407 46595 47030: 0.7901235 - 46596 1917: 1.040834e-17 + 46596 1917: 6.938894e-18 46596 1921: -0.02160494 46596 2326: 0.006172840 46596 3536: 0.006172840 @@ -62794,7 +62794,7 @@ DEAL::n_dofs=67854 46738 46982: 0.5000000 46739 46980: 0.5000000 46739 46983: 0.5000000 - 46742 1917: -0.1289062 + 46742 1917: -0.1289063 46742 1921: -0.08398438 46742 4455: 0.7119141 46742 4598: 0.2285156 @@ -62971,7 +62971,7 @@ DEAL::n_dofs=67854 47026 1921: 0.5625000 47026 2326: 0.1875000 47026 3536: 0.06250000 - 47028 1917: -0.1289062 + 47028 1917: -0.1289063 47028 1921: 0.2285156 47028 4455: 0.7119141 47028 4598: -0.08398438 @@ -64693,7 +64693,7 @@ DEAL::n_dofs=67854 49216 49569: 0.03125000 49217 47309: 0.7500000 49217 49569: 0.2500000 - 49218 4601: -0.1289062 + 49218 4601: -0.1289063 49218 4686: -0.07812500 49218 4778: -0.02636719 49218 4794: 0.7119141 @@ -64951,7 +64951,7 @@ DEAL::n_dofs=67854 49577 49537: 0.2500000 49577 49539: 0.2500000 49577 49540: 0.2500000 - 49578 4601: -0.2539062 + 49578 4601: -0.2539063 49578 4686: -0.2343750 49578 4778: 0.3955078 49578 4794: 0.7119141 @@ -66693,11 +66693,11 @@ DEAL::n_dofs=67854 52531 48145: 0.2500000 52531 48146: 0.2500000 52531 48150: 0.3750000 - 52534 5238: -0.09570312 + 52534 5238: -0.09570313 52534 5324: -0.02343750 52534 5407: 0.3955078 52534 5433: 0.7119141 - 52534 47309: -0.1289062 + 52534 47309: -0.1289063 52534 48150: 0.1406250 52600 5238: 0.1666667 52600 30433: 0.1666667 @@ -66985,11 +66985,11 @@ DEAL::n_dofs=67854 52789 5322: 0.1875000 52789 5324: 0.5625000 52789 30433: 0.06250000 - 52790 5238: 0.02929688 + 52790 5238: 0.02929687 52790 5324: 0.3515625 52790 5407: 0.3955078 52790 5433: 0.7119141 - 52790 47309: -0.2539062 + 52790 47309: -0.2539063 52790 48150: -0.2343750 52856 49537: 0.6666667 52856 53024: 0.3333333 @@ -72138,7 +72138,7 @@ DEAL::n_dofs=67854 59202 3302: 0.6250000 59202 3447: -0.06481481 59202 3456: -0.03703704 - 59202 13250: -5.551115e-17 + 59202 13250: 0.000000 59202 13253: 0.4166667 59203 1914: 0.1070602 59203 3302: 0.3906250 @@ -72241,7 +72241,7 @@ DEAL::n_dofs=67854 59360 3302: 0.7119141 59360 3447: -0.1464844 59360 3456: 0.3515625 - 59360 13250: -0.2539062 + 59360 13250: -0.2539063 59360 13253: 0.02929688 59362 1914: 0.5625000 59362 7596: 0.06250000 diff --git a/tests/hp/hp_constraints_q_system_x.output b/tests/hp/hp_constraints_q_system_x.output index 2f42f372ee..7925ec5d50 100644 --- a/tests/hp/hp_constraints_q_system_x.output +++ b/tests/hp/hp_constraints_q_system_x.output @@ -30405,21 +30405,21 @@ DEAL::n_dofs=519 55 35: 0.7901235 55 421: -0.07407407 56 15: -0.02469136 - 56 16: 0.04938272 - 56 17: -0.07407407 - 56 22: -0.09876543 - 56 23: 0.1975309 - 56 24: 0.1975309 + 56 16: 0.01234568 + 56 17: 0.07407407 + 56 22: 0.1975309 + 56 23: -0.09876543 + 56 24: -0.09876543 56 35: 0.7901235 - 56 421: -0.03703704 + 56 421: 0.1481481 57 15: -0.02469136 - 57 16: 0.01234568 - 57 17: 0.07407407 - 57 22: 0.1975309 - 57 23: -0.09876543 - 57 24: -0.09876543 + 57 16: 0.04938272 + 57 17: -0.07407407 + 57 22: -0.09876543 + 57 23: 0.1975309 + 57 24: 0.1975309 57 35: 0.7901235 - 57 421: 0.1481481 + 57 421: -0.03703704 58 15: 0.01234568 58 16: -0.02469136 58 17: 0.1481481 @@ -30434,12 +30434,12 @@ DEAL::n_dofs=519 63 454: 0.2222222 64 17: 0.2222222 64 390: 0.2222222 - 64 421: 0.4444444 - 64 454: 0.1111111 + 64 421: 0.1111111 + 64 454: 0.4444444 65 17: 0.2222222 65 390: 0.2222222 - 65 421: 0.1111111 - 65 454: 0.4444444 + 65 421: 0.4444444 + 65 454: 0.1111111 66 17: 0.4444444 66 390: 0.1111111 66 421: 0.2222222 @@ -30565,13 +30565,13 @@ DEAL::n_dofs=519 147 5: 0.1111111 147 246: 0.2222222 148 0: 0.2222222 - 148 2: 0.4444444 + 148 2: 0.1111111 148 5: 0.2222222 - 148 246: 0.1111111 + 148 246: 0.4444444 149 0: 0.2222222 - 149 2: 0.1111111 + 149 2: 0.4444444 149 5: 0.2222222 - 149 246: 0.4444444 + 149 246: 0.1111111 150 0: 0.1111111 150 2: 0.2222222 150 5: 0.4444444 @@ -30631,13 +30631,13 @@ DEAL::n_dofs=519 214 17: 0.1111111 214 454: 0.2222222 215 5: 0.2222222 - 215 6: 0.1111111 + 215 6: 0.4444444 215 17: 0.2222222 - 215 454: 0.4444444 + 215 454: 0.1111111 216 5: 0.2222222 - 216 6: 0.4444444 + 216 6: 0.1111111 216 17: 0.2222222 - 216 454: 0.1111111 + 216 454: 0.4444444 217 5: 0.1111111 217 6: 0.2222222 217 17: 0.4444444 @@ -30649,19 +30649,19 @@ DEAL::n_dofs=519 218 23: -0.09876543 218 27: 0.1975309 218 31: 0.7901235 - 219 3: 0.07407407 - 219 6: 0.2469136 - 219 16: 0.01234568 - 219 17: 0.07407407 - 219 23: -0.09876543 - 219 27: -0.09876543 + 219 3: -0.07407407 + 219 6: -0.08641975 + 219 16: 0.04938272 + 219 17: -0.07407407 + 219 23: 0.1975309 + 219 27: 0.1975309 219 31: 0.7901235 - 220 3: -0.07407407 - 220 6: -0.08641975 - 220 16: 0.04938272 - 220 17: -0.07407407 - 220 23: 0.1975309 - 220 27: 0.1975309 + 220 3: 0.07407407 + 220 6: 0.2469136 + 220 16: 0.01234568 + 220 17: 0.07407407 + 220 23: -0.09876543 + 220 27: -0.09876543 220 31: 0.7901235 221 3: -0.03703704 221 6: 0.02469136 @@ -31344,13 +31344,13 @@ DEAL::n_dofs=549 84 2: 0.1111111 84 21: 0.2222222 84 31: 0.4444444 - 85 0: 0.1111111 + 85 0: 0.4444444 85 2: 0.2222222 - 85 21: 0.4444444 + 85 21: 0.1111111 85 31: 0.2222222 - 86 0: 0.4444444 + 86 0: 0.1111111 86 2: 0.2222222 - 86 21: 0.1111111 + 86 21: 0.4444444 86 31: 0.2222222 87 0: 0.2222222 87 2: 0.4444444 @@ -31392,12 +31392,12 @@ DEAL::n_dofs=549 100 12: 0.2222222 100 14: 0.1111111 100 31: 0.4444444 - 101 0: 0.4444444 - 101 12: 0.1111111 + 101 0: 0.1111111 + 101 12: 0.4444444 101 14: 0.2222222 101 31: 0.2222222 - 102 0: 0.1111111 - 102 12: 0.4444444 + 102 0: 0.4444444 + 102 12: 0.1111111 102 14: 0.2222222 102 31: 0.2222222 103 0: 0.2222222 @@ -31473,12 +31473,12 @@ DEAL::n_dofs=549 152 15: 0.2222222 152 19: 0.1111111 153 1: 0.2222222 - 153 3: 0.4444444 - 153 15: 0.1111111 + 153 3: 0.1111111 + 153 15: 0.4444444 153 19: 0.2222222 154 1: 0.2222222 - 154 3: 0.1111111 - 154 15: 0.4444444 + 154 3: 0.4444444 + 154 15: 0.1111111 154 19: 0.2222222 155 1: 0.1111111 155 3: 0.2222222 @@ -31505,12 +31505,12 @@ DEAL::n_dofs=549 160 17: 0.2222222 160 19: 0.1111111 161 13: 0.2222222 - 161 15: 0.4444444 - 161 17: 0.1111111 + 161 15: 0.1111111 + 161 17: 0.4444444 161 19: 0.2222222 162 13: 0.2222222 - 162 15: 0.1111111 - 162 17: 0.4444444 + 162 15: 0.4444444 + 162 17: 0.1111111 162 19: 0.2222222 163 13: 0.1111111 163 15: 0.2222222 @@ -31536,12 +31536,12 @@ DEAL::n_dofs=549 168 17: 0.2222222 168 19: 0.1111111 168 22: 0.4444444 - 169 3: 0.1111111 - 169 17: 0.4444444 + 169 3: 0.4444444 + 169 17: 0.1111111 169 19: 0.2222222 169 22: 0.2222222 - 170 3: 0.4444444 - 170 17: 0.1111111 + 170 3: 0.1111111 + 170 17: 0.4444444 170 19: 0.2222222 170 22: 0.2222222 171 3: 0.2222222 @@ -32291,22 +32291,22 @@ DEAL::n_dofs=659 165 98: 0.7901235 165 245: 0.1481481 165 247: 0.07407407 - 166 83: 0.04938272 + 166 83: 0.01234568 166 85: -0.02469136 - 166 86: 0.1975309 - 166 90: -0.09876543 - 166 96: 0.1975309 + 166 86: -0.09876543 + 166 90: 0.1975309 + 166 96: -0.09876543 166 98: 0.7901235 - 166 245: -0.07407407 - 166 247: -0.03703704 - 167 83: 0.01234568 + 166 245: 0.07407407 + 166 247: 0.1481481 + 167 83: 0.04938272 167 85: -0.02469136 - 167 86: -0.09876543 - 167 90: 0.1975309 - 167 96: -0.09876543 + 167 86: 0.1975309 + 167 90: -0.09876543 + 167 96: 0.1975309 167 98: 0.7901235 - 167 245: 0.07407407 - 167 247: 0.1481481 + 167 245: -0.07407407 + 167 247: -0.03703704 168 83: -0.02469136 168 85: 0.04938272 168 86: -0.09876543 @@ -32928,12 +32928,12 @@ DEAL::n_dofs=659 638 449: 0.2222222 639 109: 0.5555556 639 248: 0.05555556 - 639 252: 0.1111111 - 639 449: 0.2777778 + 639 252: 0.2777778 + 639 449: 0.1111111 640 109: 0.5555556 640 248: 0.05555556 - 640 252: 0.2777778 - 640 449: 0.1111111 + 640 252: 0.1111111 + 640 449: 0.2777778 641 109: 0.6944444 641 248: 0.02777778 641 252: 0.1388889 @@ -33094,21 +33094,21 @@ DEAL::n_dofs=809 231 22: 0.7901235 231 659: -0.07407407 232 2: -0.02469136 - 232 3: 0.01234568 - 232 6: 0.07407407 - 232 10: -0.09876543 - 232 17: 0.1975309 - 232 18: -0.09876543 + 232 3: 0.04938272 + 232 6: -0.07407407 + 232 10: 0.1975309 + 232 17: -0.09876543 + 232 18: 0.1975309 232 22: 0.7901235 - 232 659: 0.1481481 + 232 659: -0.03703704 233 2: -0.02469136 - 233 3: 0.04938272 - 233 6: -0.07407407 - 233 10: 0.1975309 - 233 17: -0.09876543 - 233 18: 0.1975309 + 233 3: 0.01234568 + 233 6: 0.07407407 + 233 10: -0.09876543 + 233 17: 0.1975309 + 233 18: -0.09876543 233 22: 0.7901235 - 233 659: -0.03703704 + 233 659: 0.1481481 234 2: 0.01234568 234 3: -0.02469136 234 6: 0.1481481 @@ -33157,22 +33157,22 @@ DEAL::n_dofs=809 239 82: 0.1975309 239 84: 0.7901235 239 591: -0.07407407 - 240 3: 0.04938272 - 240 6: -0.07407407 - 240 18: 0.1975309 + 240 3: 0.01234568 + 240 6: 0.07407407 + 240 18: -0.09876543 240 74: -0.02469136 - 240 76: 0.1975309 - 240 82: -0.09876543 + 240 76: -0.09876543 + 240 82: 0.1975309 240 84: 0.7901235 - 240 591: -0.03703704 - 241 3: 0.01234568 - 241 6: 0.07407407 - 241 18: -0.09876543 + 240 591: 0.1481481 + 241 3: 0.04938272 + 241 6: -0.07407407 + 241 18: 0.1975309 241 74: -0.02469136 - 241 76: -0.09876543 - 241 82: 0.1975309 + 241 76: 0.1975309 + 241 82: -0.09876543 241 84: 0.7901235 - 241 591: 0.1481481 + 241 591: -0.03703704 242 3: -0.02469136 242 6: 0.1481481 242 18: 0.1975309 @@ -33223,12 +33223,12 @@ DEAL::n_dofs=809 247 659: 0.2222222 248 6: 0.2222222 248 586: 0.2222222 - 248 591: 0.4444444 - 248 659: 0.1111111 + 248 591: 0.1111111 + 248 659: 0.4444444 249 6: 0.2222222 249 586: 0.2222222 - 249 591: 0.1111111 - 249 659: 0.4444444 + 249 591: 0.4444444 + 249 659: 0.1111111 250 6: 0.4444444 250 586: 0.1111111 250 591: 0.2222222 @@ -33486,13 +33486,13 @@ DEAL::n_dofs=809 446 6: 0.02777778 446 659: 0.1388889 447 4: 0.5555556 - 447 5: 0.2777778 + 447 5: 0.1111111 447 6: 0.05555556 - 447 659: 0.1111111 + 447 659: 0.2777778 448 4: 0.5555556 - 448 5: 0.1111111 + 448 5: 0.2777778 448 6: 0.05555556 - 448 659: 0.2777778 + 448 659: 0.1111111 449 4: 0.4444444 449 5: 0.2222222 449 6: 0.1111111 @@ -33599,14 +33599,14 @@ DEAL::n_dofs=809 490 6: 0.1111111 490 352: 0.2777778 490 591: 0.05555556 - 491 5: 0.4444444 - 491 6: 0.2222222 - 491 352: 0.2222222 - 491 591: 0.1111111 - 492 5: 0.6944444 - 492 6: 0.1388889 - 492 352: 0.1388889 - 492 591: 0.02777778 + 491 5: 0.6944444 + 491 6: 0.1388889 + 491 352: 0.1388889 + 491 591: 0.02777778 + 492 5: 0.4444444 + 492 6: 0.2222222 + 492 352: 0.2222222 + 492 591: 0.1111111 493 5: 0.5555556 493 6: 0.2777778 493 352: 0.1111111 @@ -33643,14 +33643,14 @@ DEAL::n_dofs=809 498 5: 0.5555556 498 6: 0.1111111 498 659: 0.05555556 - 499 4: 0.1388889 - 499 5: 0.6944444 - 499 6: 0.1388889 - 499 659: 0.02777778 - 500 4: 0.2222222 - 500 5: 0.4444444 - 500 6: 0.2222222 - 500 659: 0.1111111 + 499 4: 0.2222222 + 499 5: 0.4444444 + 499 6: 0.2222222 + 499 659: 0.1111111 + 500 4: 0.1388889 + 500 5: 0.6944444 + 500 6: 0.1388889 + 500 659: 0.02777778 501 4: 0.1111111 501 5: 0.5555556 501 6: 0.2777778 @@ -34133,14 +34133,14 @@ DEAL::n_dofs=591 205 24: 0.05555556 205 26: 0.5555556 205 28: 0.1111111 - 206 22: 0.2222222 - 206 24: 0.1111111 - 206 26: 0.4444444 - 206 28: 0.2222222 - 207 22: 0.1388889 - 207 24: 0.02777778 - 207 26: 0.6944444 - 207 28: 0.1388889 + 206 22: 0.1388889 + 206 24: 0.02777778 + 206 26: 0.6944444 + 206 28: 0.1388889 + 207 22: 0.2222222 + 207 24: 0.1111111 + 207 26: 0.4444444 + 207 28: 0.2222222 208 22: 0.1111111 208 24: 0.05555556 208 26: 0.5555556 @@ -34559,12 +34559,12 @@ DEAL::n_dofs=941 90 5: 0.2222222 90 7: 0.1111111 91 1: 0.2222222 - 91 3: 0.4444444 - 91 5: 0.1111111 + 91 3: 0.1111111 + 91 5: 0.4444444 91 7: 0.2222222 92 1: 0.2222222 - 92 3: 0.1111111 - 92 5: 0.4444444 + 92 3: 0.4444444 + 92 5: 0.1111111 92 7: 0.2222222 93 1: 0.1111111 93 3: 0.2222222 @@ -34621,12 +34621,12 @@ DEAL::n_dofs=941 192 6: 0.2222222 192 7: 0.1111111 193 4: 0.2222222 - 193 5: 0.4444444 - 193 6: 0.1111111 + 193 5: 0.1111111 + 193 6: 0.4444444 193 7: 0.2222222 194 4: 0.2222222 - 194 5: 0.1111111 - 194 6: 0.4444444 + 194 5: 0.4444444 + 194 6: 0.1111111 194 7: 0.2222222 195 4: 0.1111111 195 5: 0.2222222 @@ -34711,21 +34711,21 @@ DEAL::n_dofs=941 294 47: 0.1975309 294 49: -0.09876543 294 51: 0.7901235 - 295 0: -0.03703704 - 295 2: -0.07407407 + 295 0: 0.1481481 + 295 2: 0.07407407 295 35: -0.02469136 - 295 37: 0.04938272 - 295 39: 0.1975309 - 295 47: -0.09876543 - 295 49: 0.1975309 + 295 37: 0.01234568 + 295 39: -0.09876543 + 295 47: 0.1975309 + 295 49: -0.09876543 295 51: 0.7901235 - 296 0: 0.1481481 - 296 2: 0.07407407 + 296 0: -0.03703704 + 296 2: -0.07407407 296 35: -0.02469136 - 296 37: 0.01234568 - 296 39: -0.09876543 - 296 47: 0.1975309 - 296 49: -0.09876543 + 296 37: 0.04938272 + 296 39: 0.1975309 + 296 47: -0.09876543 + 296 49: 0.1975309 296 51: 0.7901235 297 0: 0.07407407 297 2: 0.1481481 @@ -34774,12 +34774,12 @@ DEAL::n_dofs=941 400 6: 0.2222222 400 7: 0.1111111 401 2: 0.2222222 - 401 3: 0.1111111 - 401 6: 0.4444444 + 401 3: 0.4444444 + 401 6: 0.1111111 401 7: 0.2222222 402 2: 0.2222222 - 402 3: 0.4444444 - 402 6: 0.1111111 + 402 3: 0.1111111 + 402 6: 0.4444444 402 7: 0.2222222 403 2: 0.1111111 403 3: 0.2222222 @@ -34933,7 +34933,7 @@ DEAL::n_dofs=941 492 721: 0.2222222 493 1: 0.05208333 493 5: 0.02083333 - 493 36: 0.000000 + 493 36: -1.387779e-17 493 48: 0.4166667 493 72: -0.04687500 493 78: -0.1562500 @@ -35028,7 +35028,7 @@ DEAL::n_dofs=941 508 642: 0.1975309 508 649: 0.7901235 508 721: 0.04938272 - 508 754: 0.000000 + 508 754: -2.168404e-19 509 1: 0.01157407 509 5: 0.004629630 509 36: -1.734723e-18 @@ -35056,7 +35056,7 @@ DEAL::n_dofs=941 510 642: 0.1975309 510 649: 0.7901235 510 721: -0.02469136 - 510 754: 2.168404e-19 + 510 754: 6.505213e-19 511 0: -0.03703704 511 1: -0.07407407 511 35: -0.06172840 @@ -35065,22 +35065,22 @@ DEAL::n_dofs=941 511 47: -0.06172840 511 48: 0.1234568 511 53: 0.4938272 - 512 0: -0.03703704 - 512 1: -0.07407407 - 512 35: -0.02469136 - 512 36: 0.04938272 - 512 41: 0.1975309 - 512 47: -0.09876543 - 512 48: 0.1975309 - 512 53: 0.7901235 - 513 0: -0.01851852 - 513 1: -0.09259259 - 513 35: -0.06172840 - 513 36: 0.3086420 - 513 41: 0.3086420 - 513 47: -0.06172840 - 513 48: 0.3086420 - 513 53: 0.3086420 + 512 0: -0.01851852 + 512 1: -0.09259259 + 512 35: -0.06172840 + 512 36: 0.3086420 + 512 41: 0.3086420 + 512 47: -0.06172840 + 512 48: 0.3086420 + 512 53: 0.3086420 + 513 0: -0.03703704 + 513 1: -0.07407407 + 513 35: -0.02469136 + 513 36: 0.04938272 + 513 41: 0.1975309 + 513 47: -0.09876543 + 513 48: 0.1975309 + 513 53: 0.7901235 514 0: -0.01851852 514 1: -0.09259259 514 35: -0.02469136 @@ -35215,7 +35215,7 @@ DEAL::n_dofs=941 567 5: 0.1666667 568 0: 0.05208333 568 4: 0.02083333 - 568 35: 0.000000 + 568 35: -1.387779e-17 568 47: 0.4166667 568 174: -0.04687500 568 278: -0.1562500 @@ -35245,18 +35245,18 @@ DEAL::n_dofs=941 574 278: -0.2083333 574 290: 0.6250000 574 722: 0.01388889 - 575 0: 0.2222222 - 575 4: 0.1111111 - 575 278: -0.3333333 - 575 290: 1.000000 - 576 0: 0.4918981 - 576 4: 0.1041667 - 576 35: -0.04629630 - 576 47: 0.2314815 - 576 174: -0.02604167 - 576 278: -0.1562500 - 576 290: 0.3906250 - 576 722: 0.01041667 + 575 0: 0.4918981 + 575 4: 0.1041667 + 575 35: -0.04629630 + 575 47: 0.2314815 + 575 174: -0.02604167 + 575 278: -0.1562500 + 575 290: 0.3906250 + 575 722: 0.01041667 + 576 0: 0.2222222 + 576 4: 0.1111111 + 576 278: -0.3333333 + 576 290: 1.000000 577 0: 0.4166667 577 4: 0.2083333 577 278: -0.2500000 @@ -35327,7 +35327,7 @@ DEAL::n_dofs=941 583 439: -0.09876543 583 443: 0.7901235 583 721: -0.02469136 - 583 722: 0.000000 + 583 722: 4.336809e-19 583 729: 0.1975309 584 0: -0.005787037 584 4: -0.002314815 @@ -35355,7 +35355,7 @@ DEAL::n_dofs=941 585 439: 0.1975309 585 443: 0.7901235 585 721: 0.04938272 - 585 722: 0.000000 + 585 722: -2.168404e-19 585 729: 0.1975309 586 0: 0.6944444 586 1: 0.1388889 @@ -35381,22 +35381,22 @@ DEAL::n_dofs=941 590 47: 0.4938272 590 48: -0.09876543 590 53: 0.4938272 - 591 0: 0.4629630 - 591 1: 0.09259259 - 591 35: -0.06172840 + 591 0: 0.1481481 + 591 1: 0.07407407 + 591 35: -0.02469136 591 36: 0.01234568 - 591 41: -0.06172840 - 591 47: 0.3086420 - 591 48: -0.06172840 - 591 53: 0.3086420 - 592 0: 0.1481481 - 592 1: 0.07407407 - 592 35: -0.02469136 + 591 41: -0.09876543 + 591 47: 0.1975309 + 591 48: -0.09876543 + 591 53: 0.7901235 + 592 0: 0.4629630 + 592 1: 0.09259259 + 592 35: -0.06172840 592 36: 0.01234568 - 592 41: -0.09876543 - 592 47: 0.1975309 - 592 48: -0.09876543 - 592 53: 0.7901235 + 592 41: -0.06172840 + 592 47: 0.3086420 + 592 48: -0.06172840 + 592 53: 0.3086420 593 0: 0.3703704 593 1: 0.1851852 593 35: -0.02469136 @@ -36215,14 +36215,14 @@ DEAL::n_dofs=879 137 1: 0.1111111 137 71: 0.4444444 137 73: 0.2222222 - 138 0: 0.1111111 + 138 0: 0.4444444 138 1: 0.2222222 138 71: 0.2222222 - 138 73: 0.4444444 - 139 0: 0.4444444 + 138 73: 0.1111111 + 139 0: 0.1111111 139 1: 0.2222222 139 71: 0.2222222 - 139 73: 0.1111111 + 139 73: 0.4444444 140 0: 0.2222222 140 1: 0.4444444 140 71: 0.1111111 @@ -36295,14 +36295,14 @@ DEAL::n_dofs=879 189 1: 0.1111111 189 274: 0.4444444 189 731: 0.2222222 - 190 0: 0.4444444 + 190 0: 0.1111111 190 1: 0.2222222 190 274: 0.2222222 - 190 731: 0.1111111 - 191 0: 0.1111111 + 190 731: 0.4444444 + 191 0: 0.4444444 191 1: 0.2222222 191 274: 0.2222222 - 191 731: 0.4444444 + 191 731: 0.1111111 192 0: 0.2222222 192 1: 0.4444444 192 274: 0.1111111 @@ -36475,12 +36475,12 @@ DEAL::n_dofs=879 415 731: 0.1388889 416 1: 0.05555556 416 72: 0.5555556 - 416 73: 0.1111111 - 416 731: 0.2777778 + 416 73: 0.2777778 + 416 731: 0.1111111 417 1: 0.05555556 417 72: 0.5555556 - 417 73: 0.2777778 - 417 731: 0.1111111 + 417 73: 0.1111111 + 417 731: 0.2777778 418 1: 0.1111111 418 72: 0.4444444 418 73: 0.2222222 @@ -36673,14 +36673,14 @@ DEAL::n_dofs=879 600 72: 0.2777778 600 73: 0.5555556 600 731: 0.05555556 - 601 1: 0.2222222 - 601 72: 0.2222222 - 601 73: 0.4444444 - 601 731: 0.1111111 - 602 1: 0.1388889 - 602 72: 0.1388889 - 602 73: 0.6944444 - 602 731: 0.02777778 + 601 1: 0.1388889 + 601 72: 0.1388889 + 601 73: 0.6944444 + 601 731: 0.02777778 + 602 1: 0.2222222 + 602 72: 0.2222222 + 602 73: 0.4444444 + 602 731: 0.1111111 603 1: 0.2777778 603 72: 0.1111111 603 73: 0.5555556 @@ -36689,14 +36689,14 @@ DEAL::n_dofs=879 608 69: 0.2777778 608 73: 0.5555556 608 736: 0.05555556 - 609 1: 0.1388889 - 609 69: 0.1388889 - 609 73: 0.6944444 - 609 736: 0.02777778 - 610 1: 0.2222222 - 610 69: 0.2222222 - 610 73: 0.4444444 - 610 736: 0.1111111 + 609 1: 0.2222222 + 609 69: 0.2222222 + 609 73: 0.4444444 + 609 736: 0.1111111 + 610 1: 0.1388889 + 610 69: 0.1388889 + 610 73: 0.6944444 + 610 736: 0.02777778 611 1: 0.2777778 611 69: 0.1111111 611 73: 0.5555556 @@ -36895,12 +36895,12 @@ DEAL::n_dofs=879 687 736: 0.1388889 688 1: 0.05555556 688 275: 0.5555556 - 688 731: 0.1111111 - 688 736: 0.2777778 + 688 731: 0.2777778 + 688 736: 0.1111111 689 1: 0.05555556 689 275: 0.5555556 - 689 731: 0.2777778 - 689 736: 0.1111111 + 689 731: 0.1111111 + 689 736: 0.2777778 690 1: 0.1111111 690 275: 0.4444444 690 731: 0.2222222 @@ -37039,14 +37039,14 @@ DEAL::n_dofs=879 773 69: 0.2777778 773 73: 0.05555556 773 736: 0.5555556 - 774 1: 0.2222222 - 774 69: 0.2222222 - 774 73: 0.1111111 - 774 736: 0.4444444 - 775 1: 0.1388889 - 775 69: 0.1388889 - 775 73: 0.02777778 - 775 736: 0.6944444 + 774 1: 0.1388889 + 774 69: 0.1388889 + 774 73: 0.02777778 + 774 736: 0.6944444 + 775 1: 0.2222222 + 775 69: 0.2222222 + 775 73: 0.1111111 + 775 736: 0.4444444 776 1: 0.2777778 776 69: 0.1111111 776 73: 0.05555556 @@ -37079,14 +37079,14 @@ DEAL::n_dofs=879 781 275: 0.2777778 781 731: 0.05555556 781 736: 0.5555556 - 782 1: 0.1388889 - 782 275: 0.1388889 - 782 731: 0.02777778 - 782 736: 0.6944444 - 783 1: 0.2222222 - 783 275: 0.2222222 - 783 731: 0.1111111 - 783 736: 0.4444444 + 782 1: 0.2222222 + 782 275: 0.2222222 + 782 731: 0.1111111 + 782 736: 0.4444444 + 783 1: 0.1388889 + 783 275: 0.1388889 + 783 731: 0.02777778 + 783 736: 0.6944444 784 1: 0.2777778 784 275: 0.1111111 784 731: 0.05555556 @@ -37504,7 +37504,7 @@ DEAL::n_dofs=33909 477 8662: -0.1111111 477 9032: 0.2222222 477 13342: -0.1111111 - 477 13609: 0.000000 + 477 13609: 2.775558e-17 515 222: 0.5000000 515 596: 0.5000000 516 221: 0.5000000 @@ -40426,7 +40426,7 @@ DEAL::n_dofs=33909 3403 7864: -0.1111111 3404 3397: 0.3333333 3404 3401: 1.000000 - 3404 3453: 0.000000 + 3404 3453: 2.775558e-17 3404 3462: 0.2222222 3404 7753: -0.3333333 3404 7864: -0.2222222 @@ -49014,7 +49014,7 @@ DEAL::n_dofs=33909 11513 11511: 1.000000 11513 18334: -0.1111111 11514 1206: -0.3333333 - 11514 6714: -2.775558e-17 + 11514 6714: 0.000000 11514 6716: 0.3333333 11514 11511: 1.000000 11514 18334: 0.000000 @@ -54331,7 +54331,7 @@ DEAL::n_dofs=33909 15667 15889: -0.1111111 15667 33283: 0.1111111 15668 15587: -0.3333333 - 15668 15588: 0.000000 + 15668 15588: 2.775558e-17 15668 15665: 1.000000 15668 15889: 0.000000 15668 33283: 0.3333333 @@ -56668,7 +56668,7 @@ DEAL::n_dofs=33909 17307 915: -0.06738281 17307 4212: 0.7119141 17307 4265: 0.3515625 - 17307 29474: -0.1289062 + 17307 29474: -0.1289063 17307 29509: 0.2285156 17309 883: 0.1875000 17309 17322: 0.06250000 @@ -56990,7 +56990,7 @@ DEAL::n_dofs=33909 17421 915: 0.1201172 17421 4212: 0.7119141 17421 4265: -0.02343750 - 17421 29474: -0.1289062 + 17421 29474: -0.1289063 17421 29509: -0.08398438 17422 885: 0.06250000 17422 914: 0.2500000 @@ -58749,7 +58749,7 @@ DEAL::n_dofs=33909 18197 18101: 0.2500000 18197 18334: 0.1875000 18198 1206: -0.1289063 - 18198 6714: -0.09570312 + 18198 6714: -0.09570313 18198 6716: 0.1083984 18198 11511: 0.7119141 18198 18334: 0.4042969 @@ -58781,7 +58781,7 @@ DEAL::n_dofs=33909 18211 6714: 0.1875000 18211 6716: 0.5625000 18213 1206: -0.2539062 - 18213 6714: 0.02929688 + 18213 6714: 0.02929687 18213 6716: 0.4833984 18213 11511: 0.7119141 18213 18334: 0.02929688 @@ -59477,11 +59477,11 @@ DEAL::n_dofs=33909 18635 6682: -0.08398438 18635 6838: -0.01171875 18635 6849: -0.02343750 - 18635 18099: -0.1289062 + 18635 18099: -0.1289063 18635 18365: 0.1406250 18666 6682: -0.1041667 18666 6716: -0.07291667 - 18666 6838: -6.938894e-18 + 18666 6838: 0.000000 18666 6849: 0.4166667 18666 6986: 0.07812500 18666 7000: 0.7031250 @@ -59493,7 +59493,7 @@ DEAL::n_dofs=33909 18668 1293: 0.1250000 18668 1315: 1.125000 18668 6682: -0.08333333 - 18668 6838: 0.000000 + 18668 6838: -6.938894e-18 18668 6849: 0.3333333 18668 18099: -0.3333333 18668 18365: -0.1666667 @@ -68345,7 +68345,7 @@ DEAL::n_dofs=33909 24868 12573: -0.3125000 24868 12588: 0.8437500 24868 12715: 0.4687500 - 24870 11300: -0.2539062 + 24870 11300: -0.2539063 24870 12573: -0.2343750 24870 12588: 0.3955078 24870 12590: 0.7119141 @@ -68781,7 +68781,7 @@ DEAL::n_dofs=33909 25086 2283: 0.5555556 25087 2150: -0.1041667 25087 2151: -0.04166667 - 25087 2274: -6.938894e-18 + 25087 2274: 0.000000 25087 2283: 0.4166667 25087 2328: 0.07812500 25087 2340: 0.7031250 @@ -71165,7 +71165,7 @@ DEAL::n_dofs=33909 26590 2431: 0.3955078 26590 2441: 0.7119141 26590 2554: 0.3955078 - 26590 23603: -0.2539062 + 26590 23603: -0.2539063 26590 26578: 0.2197266 26592 2151: -0.07812500 26592 2392: -0.2343750 @@ -71909,7 +71909,7 @@ DEAL::n_dofs=33909 26974 27172: -0.09876543 26974 27185: 0.7901235 26975 2995: -0.02777778 - 26975 3060: 0.000000 + 26975 3060: 4.336809e-19 26975 3063: -0.05555556 26975 3069: -1.734723e-18 26975 3075: 0.2500000 @@ -71923,7 +71923,7 @@ DEAL::n_dofs=33909 26975 27172: 0.1975309 26975 27185: 0.7901235 26976 2995: -0.04629630 - 26976 3060: 0.000000 + 26976 3060: -2.168404e-19 26976 3063: 0.02777778 26976 3069: 8.673617e-19 26976 3075: -0.1250000 @@ -72920,7 +72920,7 @@ DEAL::n_dofs=33909 27524 7864: 0.1875000 27525 3397: 0.3955078 27525 3401: 0.7119141 - 27525 3453: -0.09570312 + 27525 3453: -0.09570313 27525 3462: -0.02343750 27525 7753: -0.1289063 27525 7864: 0.1406250 @@ -79807,7 +79807,7 @@ DEAL::n_dofs=33909 32510 15665: 0.9492188 32510 15889: -0.08593750 32510 33283: 0.2695313 - 32512 15587: -0.1289062 + 32512 15587: -0.1289063 32512 15588: 0.4042969 32512 15665: 0.7119141 32512 15889: -0.09570312 @@ -80126,7 +80126,7 @@ DEAL::n_dofs=33909 32697 14927: 0.05208333 32697 14929: 0.005208333 32697 16744: -0.02083333 - 32697 20753: 0.000000 + 32697 20753: -1.387779e-17 32697 20761: 0.4166667 32698 14875: -0.2500000 32698 14911: 1.125000 @@ -80199,7 +80199,7 @@ DEAL::n_dofs=33909 32714 14911: 0.2500000 32714 14927: -0.01543210 32714 14929: 0.009259259 - 32714 16744: -8.673617e-19 + 32714 16744: 0.000000 32714 20753: -0.03395062 32714 20761: 0.000000 32714 25796: -0.009259259 @@ -80225,7 +80225,7 @@ DEAL::n_dofs=33909 32716 14911: -0.1250000 32716 14927: -0.05246914 32716 14929: -0.004629630 - 32716 16744: 8.673617e-19 + 32716 16744: 4.336809e-19 32716 20753: -0.04320988 32716 20761: 3.469447e-18 32716 25796: -0.01851852 @@ -80341,7 +80341,7 @@ DEAL::n_dofs=33909 32811 16833: 0.7119141 32811 20753: -0.2343750 32811 25568: 0.1083984 - 32811 25796: -0.09570312 + 32811 25796: -0.09570313 32813 14929: 0.1875000 32813 16744: 0.5625000 32813 25568: 0.1875000 @@ -80827,7 +80827,7 @@ DEAL::n_dofs=33909 32977 33132: -0.09876543 32978 14875: -0.05555556 32978 14927: -0.009259259 - 32978 16744: -8.673617e-19 + 32978 16744: 0.000000 32978 16833: 0.2500000 32978 20753: -0.03395062 32978 25568: 0.009259259 @@ -80839,7 +80839,7 @@ DEAL::n_dofs=33909 32978 33132: 0.1975309 32979 14875: 0.02777778 32979 14927: -0.01851852 - 32979 16744: 8.673617e-19 + 32979 16744: 4.336809e-19 32979 16833: -0.1250000 32979 20753: -0.04320988 32979 25568: -0.004629630 @@ -80942,7 +80942,7 @@ DEAL::n_dofs=33909 33142 16833: 0.7119141 33142 20753: -0.07812500 33142 25568: 0.4833984 - 33142 25796: 0.02929688 + 33142 25796: 0.02929687 33143 14929: 0.06250000 33143 16744: 0.06250000 33143 25568: 0.2500000 @@ -81615,7 +81615,7 @@ DEAL::n_dofs=33909 33479 33288: 0.2500000 33480 15205: -0.09570313 33480 15309: 0.7119141 - 33480 16745: -0.1289062 + 33480 16745: -0.1289063 33480 16746: 0.4042969 33480 17183: 0.1083984 33509 15205: 0.5000000 @@ -81702,7 +81702,7 @@ DEAL::n_dofs=33909 33562 33283: 0.06250000 33565 15205: 0.02929688 33565 15309: 0.7119141 - 33565 16745: -0.2539062 + 33565 16745: -0.2539063 33565 16746: 0.02929688 33565 17183: 0.4833984 33575 15201: 0.5000000 -- 2.39.5