]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Reduce size of test (multigrid/transfer_matrix_free_06) 11732/head
authorPeter Munch <peterrmuench@gmail.com>
Thu, 11 Feb 2021 15:03:47 +0000 (16:03 +0100)
committerPeter Munch <peterrmuench@gmail.com>
Thu, 11 Feb 2021 15:10:41 +0000 (16:10 +0100)
tests/multigrid/transfer_matrix_free_06.cc
tests/multigrid/transfer_matrix_free_06.with_mpi=true.with_p4est=true.with_trilinos=true.mpirun=15.output
tests/multigrid/transfer_matrix_free_06.with_mpi=true.with_p4est=true.with_trilinos=true.mpirun=5.output

index c21af862f33d8b11a8015fbe46389c254aeed649..21f73835b6a95d6d574ca4b5961b99eee69634ff 100644 (file)
@@ -43,7 +43,7 @@ check(const unsigned int fe_degree)
   deallog << "FE: " << fe.get_name() << std::endl;
 
   // run a few different sizes...
-  unsigned int sizes[] = {1, 3};
+  unsigned int sizes[] = {1, 2};
   for (unsigned int cycle = 0; cycle < sizeof(sizes) / sizeof(unsigned int);
        ++cycle)
     {
@@ -56,7 +56,7 @@ check(const unsigned int fe_degree)
             n_subdiv /= 2;
           }
       n_refinements += 6 - 2 * dim;
-      if (fe_degree < 3)
+      if (fe_degree == 1)
         n_refinements += 1;
 
       parallel::distributed::Triangulation<dim> tr(
index 084511f9afabd26fed970e079001715e88a4170a..2f9f6a14376e232a0f845942f643d752fde7b306 100644 (file)
@@ -3,77 +3,83 @@ DEAL::FE: FESystem<2>[FE_Q<2>(1)^2]
 DEAL::no. cells: 250
 DEAL::Diff prolongate   l1: 0.00000
 DEAL::Diff prolongate   l2: 0.00000
-DEAL::Diff prolongate   l3: 9.61481e-17
-DEAL::Diff prolongate   l4: 2.54384e-16
-DEAL::Diff prolongate   l5: 2.97645e-16
-DEAL::Diff prolongate   l6: 3.06884e-16
+DEAL::Diff prolongate   l3: 1.92296e-16
+DEAL::Diff prolongate   l4: 1.57009e-16
+DEAL::Diff prolongate   l5: 4.04127e-16
+DEAL::Diff prolongate   l6: 3.12789e-16
 DEAL::Diff restrict     l1: 0.00000
 DEAL::Diff restrict add l1: 0.00000
 DEAL::Diff restrict     l2: 0.00000
 DEAL::Diff restrict add l2: 0.00000
-DEAL::Diff restrict     l3: 1.04148e-15
-DEAL::Diff restrict add l3: 8.88178e-16
-DEAL::Diff restrict     l4: 9.55050e-16
-DEAL::Diff restrict add l4: 9.42055e-16
-DEAL::Diff restrict     l5: 1.42178e-15
-DEAL::Diff restrict add l5: 1.60119e-15
-DEAL::Diff restrict     l6: 1.33227e-15
-DEAL::Diff restrict add l6: 1.50598e-15
+DEAL::Diff restrict     l3: 1.08779e-15
+DEAL::Diff restrict add l3: 1.17495e-15
+DEAL::Diff restrict     l4: 1.23629e-15
+DEAL::Diff restrict add l4: 1.25607e-15
+DEAL::Diff restrict     l5: 1.52226e-15
+DEAL::Diff restrict add l5: 1.77636e-15
+DEAL::Diff restrict     l6: 1.80390e-15
+DEAL::Diff restrict add l6: 2.28609e-15
 DEAL::
-DEAL::no. cells: 1887
-DEAL::Diff prolongate   l1: 5.55112e-17
-DEAL::Diff prolongate   l2: 2.71948e-16
-DEAL::Diff prolongate   l3: 5.75552e-16
-DEAL::Diff prolongate   l4: 6.31096e-16
-DEAL::Diff prolongate   l5: 7.90669e-16
-DEAL::Diff prolongate   l6: 1.02785e-15
-DEAL::Diff restrict     l1: 8.30815e-16
-DEAL::Diff restrict add l1: 8.88178e-16
-DEAL::Diff restrict     l2: 1.42178e-15
-DEAL::Diff restrict add l2: 1.77636e-15
-DEAL::Diff restrict     l3: 3.87307e-15
-DEAL::Diff restrict add l3: 4.02752e-15
-DEAL::Diff restrict     l4: 3.21773e-15
-DEAL::Diff restrict add l4: 3.74196e-15
-DEAL::Diff restrict     l5: 3.55098e-15
-DEAL::Diff restrict add l5: 4.13027e-15
-DEAL::Diff restrict     l6: 4.89947e-15
-DEAL::Diff restrict add l6: 5.45706e-15
+DEAL::no. cells: 868
+DEAL::Diff prolongate   l1: 0.00000
+DEAL::Diff prolongate   l2: 0.00000
+DEAL::Diff prolongate   l3: 5.55112e-17
+DEAL::Diff prolongate   l4: 3.68219e-16
+DEAL::Diff prolongate   l5: 4.02217e-16
+DEAL::Diff prolongate   l6: 5.88130e-16
+DEAL::Diff prolongate   l7: 6.83331e-16
+DEAL::Diff restrict     l1: 0.00000
+DEAL::Diff restrict add l1: 0.00000
+DEAL::Diff restrict     l2: 0.00000
+DEAL::Diff restrict add l2: 0.00000
+DEAL::Diff restrict     l3: 9.67870e-16
+DEAL::Diff restrict add l3: 9.93014e-16
+DEAL::Diff restrict     l4: 2.38116e-15
+DEAL::Diff restrict add l4: 2.48253e-15
+DEAL::Diff restrict     l5: 2.18970e-15
+DEAL::Diff restrict add l5: 2.55110e-15
+DEAL::Diff restrict     l6: 2.51705e-15
+DEAL::Diff restrict add l6: 3.00376e-15
+DEAL::Diff restrict     l7: 3.57390e-15
+DEAL::Diff restrict add l7: 3.91580e-15
 DEAL::
 DEAL::FE: FESystem<2>[FE_Q<2>(3)^2]
 DEAL::no. cells: 88
-DEAL::Diff prolongate   l1: 4.25485e-16
-DEAL::Diff prolongate   l2: 1.29017e-15
-DEAL::Diff prolongate   l3: 2.00231e-15
-DEAL::Diff prolongate   l4: 2.31946e-15
-DEAL::Diff prolongate   l5: 1.85168e-15
-DEAL::Diff restrict     l1: 7.69185e-16
-DEAL::Diff restrict add l1: 7.69185e-16
-DEAL::Diff restrict     l2: 2.67435e-15
-DEAL::Diff restrict add l2: 2.85221e-15
-DEAL::Diff restrict     l3: 4.72265e-15
-DEAL::Diff restrict add l3: 5.11185e-15
-DEAL::Diff restrict     l4: 5.29601e-15
-DEAL::Diff restrict add l4: 6.06877e-15
-DEAL::Diff restrict     l5: 4.22786e-15
-DEAL::Diff restrict add l5: 4.66822e-15
+DEAL::Diff prolongate   l1: 1.19375e-15
+DEAL::Diff prolongate   l2: 2.65120e-15
+DEAL::Diff prolongate   l3: 4.51475e-15
+DEAL::Diff prolongate   l4: 5.36184e-15
+DEAL::Diff prolongate   l5: 4.26321e-15
+DEAL::Diff restrict     l1: 1.93574e-15
+DEAL::Diff restrict add l1: 2.03507e-15
+DEAL::Diff restrict     l2: 5.61733e-15
+DEAL::Diff restrict add l2: 6.25283e-15
+DEAL::Diff restrict     l3: 8.89530e-15
+DEAL::Diff restrict add l3: 9.36017e-15
+DEAL::Diff restrict     l4: 1.09472e-14
+DEAL::Diff restrict add l4: 1.09665e-14
+DEAL::Diff restrict     l5: 8.06786e-15
+DEAL::Diff restrict add l5: 8.16750e-15
 DEAL::
-DEAL::no. cells: 510
-DEAL::Diff prolongate   l1: 1.95148e-15
-DEAL::Diff prolongate   l2: 4.10380e-15
-DEAL::Diff prolongate   l3: 3.44413e-15
-DEAL::Diff prolongate   l4: 4.64940e-15
-DEAL::Diff prolongate   l5: 5.43550e-15
-DEAL::Diff restrict     l1: 5.04518e-15
-DEAL::Diff restrict add l1: 5.79447e-15
-DEAL::Diff restrict     l2: 1.14867e-14
-DEAL::Diff restrict add l2: 1.25214e-14
-DEAL::Diff restrict     l3: 1.02271e-14
-DEAL::Diff restrict add l3: 1.09412e-14
-DEAL::Diff restrict     l4: 1.17679e-14
-DEAL::Diff restrict add l4: 1.32526e-14
-DEAL::Diff restrict     l5: 1.38716e-14
-DEAL::Diff restrict add l5: 1.55288e-14
+DEAL::no. cells: 250
+DEAL::Diff prolongate   l1: 1.04513e-15
+DEAL::Diff prolongate   l2: 2.59807e-15
+DEAL::Diff prolongate   l3: 5.95414e-15
+DEAL::Diff prolongate   l4: 6.00254e-15
+DEAL::Diff prolongate   l5: 8.39305e-15
+DEAL::Diff prolongate   l6: 8.37666e-15
+DEAL::Diff restrict     l1: 2.51215e-15
+DEAL::Diff restrict add l1: 3.20237e-15
+DEAL::Diff restrict     l2: 6.21923e-15
+DEAL::Diff restrict add l2: 6.46985e-15
+DEAL::Diff restrict     l3: 1.30151e-14
+DEAL::Diff restrict add l3: 1.42247e-14
+DEAL::Diff restrict     l4: 1.26215e-14
+DEAL::Diff restrict add l4: 1.28133e-14
+DEAL::Diff restrict     l5: 1.56220e-14
+DEAL::Diff restrict add l5: 1.64807e-14
+DEAL::Diff restrict     l6: 1.56927e-14
+DEAL::Diff restrict add l6: 1.66947e-14
 DEAL::
 DEAL::FE: FESystem<3>[FE_Q<3>(1)^2]
 DEAL::no. cells: 15
@@ -81,98 +87,83 @@ DEAL::Diff prolongate   l1: 0.00000
 DEAL::Diff prolongate   l2: 0.00000
 DEAL::Diff restrict     l1: 0.00000
 DEAL::Diff restrict add l1: 0.00000
-DEAL::Diff restrict     l2: 0.00000
-DEAL::Diff restrict add l2: 0.00000
+DEAL::Diff restrict     l2: 3.14018e-16
+DEAL::Diff restrict add l2: 4.44089e-16
 DEAL::
-DEAL::no. cells: 1791
-DEAL::Diff prolongate   l1: 2.41669e-16
-DEAL::Diff prolongate   l2: 3.91794e-16
-DEAL::Diff prolongate   l3: 1.01512e-15
-DEAL::Diff prolongate   l4: 1.55516e-15
-DEAL::Diff restrict     l1: 2.51215e-15
-DEAL::Diff restrict add l1: 2.17558e-15
-DEAL::Diff restrict     l2: 2.94575e-15
-DEAL::Diff restrict add l2: 2.94575e-15
-DEAL::Diff restrict     l3: 6.51541e-15
-DEAL::Diff restrict add l3: 7.00761e-15
-DEAL::Diff restrict     l4: 9.59492e-15
-DEAL::Diff restrict add l4: 1.07043e-14
+DEAL::no. cells: 694
+DEAL::Diff prolongate   l1: 0.00000
+DEAL::Diff prolongate   l2: 5.55112e-17
+DEAL::Diff prolongate   l3: 4.45173e-16
+DEAL::Diff prolongate   l4: 5.76095e-16
+DEAL::Diff prolongate   l5: 8.29336e-16
+DEAL::Diff restrict     l1: 0.00000
+DEAL::Diff restrict add l1: 0.00000
+DEAL::Diff restrict     l2: 8.88178e-16
+DEAL::Diff restrict add l2: 8.88178e-16
+DEAL::Diff restrict     l3: 2.02292e-15
+DEAL::Diff restrict add l3: 2.22045e-15
+DEAL::Diff restrict     l4: 3.95027e-15
+DEAL::Diff restrict add l4: 4.19541e-15
+DEAL::Diff restrict     l5: 4.67350e-15
+DEAL::Diff restrict add l5: 5.25453e-15
 DEAL::
 DEAL::FE: FESystem<3>[FE_Q<3>(3)^2]
 DEAL::no. cells: 1
 DEAL::
-DEAL::no. cells: 223
-DEAL::Diff prolongate   l1: 6.16822e-15
-DEAL::Diff prolongate   l2: 9.02624e-15
-DEAL::Diff prolongate   l3: 6.05143e-15
-DEAL::Diff restrict     l1: 2.49384e-14
-DEAL::Diff restrict add l1: 2.64056e-14
-DEAL::Diff restrict     l2: 3.99229e-14
-DEAL::Diff restrict add l2: 4.12483e-14
-DEAL::Diff restrict     l3: 3.05119e-14
-DEAL::Diff restrict add l3: 3.08762e-14
+DEAL::no. cells: 15
+DEAL::Diff prolongate   l1: 7.45167e-15
+DEAL::Diff prolongate   l2: 8.99804e-15
+DEAL::Diff restrict     l1: 2.31609e-14
+DEAL::Diff restrict add l1: 2.25394e-14
+DEAL::Diff restrict     l2: 3.06553e-14
+DEAL::Diff restrict add l2: 3.12389e-14
 DEAL::
 DEAL::FE: FESystem<2>[FE_Q<2>(2)^2]
-DEAL::no. cells: 250
-DEAL::Diff prolongate   l1: 4.16500e-08
-DEAL::Diff prolongate   l2: 1.14933e-07
-DEAL::Diff prolongate   l3: 4.36323e-07
-DEAL::Diff prolongate   l4: 4.56555e-07
-DEAL::Diff prolongate   l5: 6.44943e-07
-DEAL::Diff prolongate   l6: 6.88182e-07
-DEAL::Diff restrict     l1: 1.30930e-07
-DEAL::Diff restrict add l1: 1.61321e-07
-DEAL::Diff restrict     l2: 3.31534e-07
-DEAL::Diff restrict add l2: 3.70787e-07
-DEAL::Diff restrict     l3: 9.06752e-07
-DEAL::Diff restrict add l3: 1.06748e-06
-DEAL::Diff restrict     l4: 1.12259e-06
-DEAL::Diff restrict add l4: 1.27800e-06
-DEAL::Diff restrict     l5: 1.32543e-06
-DEAL::Diff restrict add l5: 1.66341e-06
-DEAL::Diff restrict     l6: 1.39826e-06
-DEAL::Diff restrict add l6: 1.79262e-06
+DEAL::no. cells: 88
+DEAL::Diff prolongate   l1: 6.86910e-08
+DEAL::Diff prolongate   l2: 1.77133e-07
+DEAL::Diff prolongate   l3: 3.21812e-07
+DEAL::Diff prolongate   l4: 4.07741e-07
+DEAL::Diff prolongate   l5: 3.15483e-07
+DEAL::Diff restrict     l1: 8.43965e-08
+DEAL::Diff restrict add l1: 3.78172e-07
+DEAL::Diff restrict     l2: 4.04207e-07
+DEAL::Diff restrict add l2: 5.76620e-07
+DEAL::Diff restrict     l3: 7.63684e-07
+DEAL::Diff restrict add l3: 9.19822e-07
+DEAL::Diff restrict     l4: 9.23719e-07
+DEAL::Diff restrict add l4: 1.08789e-06
+DEAL::Diff restrict     l5: 7.03670e-07
+DEAL::Diff restrict add l5: 9.16036e-07
 DEAL::
-DEAL::no. cells: 1887
-DEAL::Diff prolongate   l1: 3.33987e-07
-DEAL::Diff prolongate   l2: 7.05824e-07
-DEAL::Diff prolongate   l3: 1.48105e-06
-DEAL::Diff prolongate   l4: 1.34450e-06
-DEAL::Diff prolongate   l5: 1.51185e-06
-DEAL::Diff prolongate   l6: 1.87422e-06
-DEAL::Diff restrict     l1: 6.89860e-07
-DEAL::Diff restrict add l1: 9.08311e-07
-DEAL::Diff restrict     l2: 1.47143e-06
-DEAL::Diff restrict add l2: 1.75614e-06
-DEAL::Diff restrict     l3: 3.26568e-06
-DEAL::Diff restrict add l3: 3.98218e-06
-DEAL::Diff restrict     l4: 2.87348e-06
-DEAL::Diff restrict add l4: 3.39202e-06
-DEAL::Diff restrict     l5: 3.24632e-06
-DEAL::Diff restrict add l5: 3.95530e-06
-DEAL::Diff restrict     l6: 3.95620e-06
-DEAL::Diff restrict add l6: 4.98782e-06
+DEAL::no. cells: 250
+DEAL::Diff prolongate   l1: 7.48774e-08
+DEAL::Diff prolongate   l2: 1.80284e-07
+DEAL::Diff prolongate   l3: 4.12573e-07
+DEAL::Diff prolongate   l4: 4.89806e-07
+DEAL::Diff prolongate   l5: 7.08827e-07
+DEAL::Diff prolongate   l6: 6.86261e-07
+DEAL::Diff restrict     l1: 4.86098e-08
+DEAL::Diff restrict add l1: 4.86098e-08
+DEAL::Diff restrict     l2: 4.41927e-07
+DEAL::Diff restrict add l2: 4.56242e-07
+DEAL::Diff restrict     l3: 8.35079e-07
+DEAL::Diff restrict add l3: 1.19002e-06
+DEAL::Diff restrict     l4: 1.03492e-06
+DEAL::Diff restrict add l4: 1.30417e-06
+DEAL::Diff restrict     l5: 1.26083e-06
+DEAL::Diff restrict add l5: 1.66426e-06
+DEAL::Diff restrict     l6: 1.45183e-06
+DEAL::Diff restrict add l6: 1.82397e-06
 DEAL::
 DEAL::FE: FESystem<3>[FE_Q<3>(2)^2]
-DEAL::no. cells: 15
-DEAL::Diff prolongate   l1: 1.41616e-07
-DEAL::Diff prolongate   l2: 2.80670e-07
-DEAL::Diff restrict     l1: 6.42811e-07
-DEAL::Diff restrict add l1: 6.42811e-07
-DEAL::Diff restrict     l2: 1.11616e-06
-DEAL::Diff restrict add l2: 1.15446e-06
+DEAL::no. cells: 1
 DEAL::
-DEAL::no. cells: 1791
-DEAL::Diff prolongate   l1: 1.19894e-06
-DEAL::Diff prolongate   l2: 1.53705e-06
-DEAL::Diff prolongate   l3: 2.59694e-06
-DEAL::Diff prolongate   l4: 3.66785e-06
-DEAL::Diff restrict     l1: 3.54901e-06
-DEAL::Diff restrict add l1: 3.80668e-06
-DEAL::Diff restrict     l2: 4.41015e-06
-DEAL::Diff restrict add l2: 4.66617e-06
-DEAL::Diff restrict     l3: 7.02679e-06
-DEAL::Diff restrict add l3: 7.83739e-06
-DEAL::Diff restrict     l4: 9.56069e-06
-DEAL::Diff restrict add l4: 1.05378e-05
+DEAL::no. cells: 15
+DEAL::Diff prolongate   l1: 7.18146e-08
+DEAL::Diff prolongate   l2: 2.81848e-07
+DEAL::Diff restrict     l1: 1.78137e-07
+DEAL::Diff restrict add l1: 1.78137e-07
+DEAL::Diff restrict     l2: 5.02891e-07
+DEAL::Diff restrict add l2: 5.02891e-07
 DEAL::
index 084511f9afabd26fed970e079001715e88a4170a..4423d36c4ebcfac288bdd4eb0608eb8d3e632eeb 100644 (file)
@@ -9,71 +9,77 @@ DEAL::Diff prolongate   l5: 2.97645e-16
 DEAL::Diff prolongate   l6: 3.06884e-16
 DEAL::Diff restrict     l1: 0.00000
 DEAL::Diff restrict add l1: 0.00000
-DEAL::Diff restrict     l2: 0.00000
-DEAL::Diff restrict add l2: 0.00000
-DEAL::Diff restrict     l3: 1.04148e-15
-DEAL::Diff restrict add l3: 8.88178e-16
-DEAL::Diff restrict     l4: 9.55050e-16
+DEAL::Diff restrict     l2: 4.44089e-16
+DEAL::Diff restrict add l2: 4.44089e-16
+DEAL::Diff restrict     l3: 1.08779e-15
+DEAL::Diff restrict add l3: 1.08779e-15
+DEAL::Diff restrict     l4: 1.02958e-15
 DEAL::Diff restrict add l4: 9.42055e-16
-DEAL::Diff restrict     l5: 1.42178e-15
-DEAL::Diff restrict add l5: 1.60119e-15
-DEAL::Diff restrict     l6: 1.33227e-15
-DEAL::Diff restrict add l6: 1.50598e-15
+DEAL::Diff restrict     l5: 1.62032e-15
+DEAL::Diff restrict add l5: 1.89715e-15
+DEAL::Diff restrict     l6: 1.36877e-15
+DEAL::Diff restrict add l6: 1.58572e-15
 DEAL::
-DEAL::no. cells: 1887
-DEAL::Diff prolongate   l1: 5.55112e-17
-DEAL::Diff prolongate   l2: 2.71948e-16
-DEAL::Diff prolongate   l3: 5.75552e-16
-DEAL::Diff prolongate   l4: 6.31096e-16
-DEAL::Diff prolongate   l5: 7.90669e-16
-DEAL::Diff prolongate   l6: 1.02785e-15
-DEAL::Diff restrict     l1: 8.30815e-16
-DEAL::Diff restrict add l1: 8.88178e-16
-DEAL::Diff restrict     l2: 1.42178e-15
-DEAL::Diff restrict add l2: 1.77636e-15
-DEAL::Diff restrict     l3: 3.87307e-15
-DEAL::Diff restrict add l3: 4.02752e-15
-DEAL::Diff restrict     l4: 3.21773e-15
-DEAL::Diff restrict add l4: 3.74196e-15
-DEAL::Diff restrict     l5: 3.55098e-15
-DEAL::Diff restrict add l5: 4.13027e-15
-DEAL::Diff restrict     l6: 4.89947e-15
-DEAL::Diff restrict add l6: 5.45706e-15
+DEAL::no. cells: 868
+DEAL::Diff prolongate   l1: 0.00000
+DEAL::Diff prolongate   l2: 0.00000
+DEAL::Diff prolongate   l3: 1.24127e-16
+DEAL::Diff prolongate   l4: 2.93737e-16
+DEAL::Diff prolongate   l5: 3.78536e-16
+DEAL::Diff prolongate   l6: 4.20991e-16
+DEAL::Diff prolongate   l7: 7.17496e-16
+DEAL::Diff restrict     l1: 0.00000
+DEAL::Diff restrict add l1: 0.00000
+DEAL::Diff restrict     l2: 4.44089e-16
+DEAL::Diff restrict add l2: 4.44089e-16
+DEAL::Diff restrict     l3: 1.29948e-15
+DEAL::Diff restrict add l3: 1.53837e-15
+DEAL::Diff restrict     l4: 2.39149e-15
+DEAL::Diff restrict add l4: 2.73755e-15
+DEAL::Diff restrict     l5: 2.31289e-15
+DEAL::Diff restrict add l5: 2.52194e-15
+DEAL::Diff restrict     l6: 2.37663e-15
+DEAL::Diff restrict add l6: 2.86084e-15
+DEAL::Diff restrict     l7: 3.38936e-15
+DEAL::Diff restrict add l7: 3.79430e-15
 DEAL::
 DEAL::FE: FESystem<2>[FE_Q<2>(3)^2]
 DEAL::no. cells: 88
-DEAL::Diff prolongate   l1: 4.25485e-16
-DEAL::Diff prolongate   l2: 1.29017e-15
-DEAL::Diff prolongate   l3: 2.00231e-15
-DEAL::Diff prolongate   l4: 2.31946e-15
-DEAL::Diff prolongate   l5: 1.85168e-15
-DEAL::Diff restrict     l1: 7.69185e-16
-DEAL::Diff restrict add l1: 7.69185e-16
-DEAL::Diff restrict     l2: 2.67435e-15
-DEAL::Diff restrict add l2: 2.85221e-15
-DEAL::Diff restrict     l3: 4.72265e-15
-DEAL::Diff restrict add l3: 5.11185e-15
-DEAL::Diff restrict     l4: 5.29601e-15
-DEAL::Diff restrict add l4: 6.06877e-15
-DEAL::Diff restrict     l5: 4.22786e-15
-DEAL::Diff restrict add l5: 4.66822e-15
+DEAL::Diff prolongate   l1: 1.24251e-15
+DEAL::Diff prolongate   l2: 2.69354e-15
+DEAL::Diff prolongate   l3: 4.71393e-15
+DEAL::Diff prolongate   l4: 5.25000e-15
+DEAL::Diff prolongate   l5: 4.24784e-15
+DEAL::Diff restrict     l1: 3.10862e-15
+DEAL::Diff restrict add l1: 3.29345e-15
+DEAL::Diff restrict     l2: 4.53980e-15
+DEAL::Diff restrict add l2: 5.00955e-15
+DEAL::Diff restrict     l3: 8.75679e-15
+DEAL::Diff restrict add l3: 8.96466e-15
+DEAL::Diff restrict     l4: 9.88904e-15
+DEAL::Diff restrict add l4: 9.94006e-15
+DEAL::Diff restrict     l5: 8.14781e-15
+DEAL::Diff restrict add l5: 8.59115e-15
 DEAL::
-DEAL::no. cells: 510
-DEAL::Diff prolongate   l1: 1.95148e-15
-DEAL::Diff prolongate   l2: 4.10380e-15
-DEAL::Diff prolongate   l3: 3.44413e-15
-DEAL::Diff prolongate   l4: 4.64940e-15
-DEAL::Diff prolongate   l5: 5.43550e-15
-DEAL::Diff restrict     l1: 5.04518e-15
-DEAL::Diff restrict add l1: 5.79447e-15
-DEAL::Diff restrict     l2: 1.14867e-14
-DEAL::Diff restrict add l2: 1.25214e-14
-DEAL::Diff restrict     l3: 1.02271e-14
-DEAL::Diff restrict add l3: 1.09412e-14
-DEAL::Diff restrict     l4: 1.17679e-14
-DEAL::Diff restrict add l4: 1.32526e-14
-DEAL::Diff restrict     l5: 1.38716e-14
-DEAL::Diff restrict add l5: 1.55288e-14
+DEAL::no. cells: 250
+DEAL::Diff prolongate   l1: 1.23403e-15
+DEAL::Diff prolongate   l2: 2.59030e-15
+DEAL::Diff prolongate   l3: 6.19756e-15
+DEAL::Diff prolongate   l4: 5.86430e-15
+DEAL::Diff prolongate   l5: 8.02510e-15
+DEAL::Diff prolongate   l6: 7.89235e-15
+DEAL::Diff restrict     l1: 2.04715e-15
+DEAL::Diff restrict add l1: 2.73755e-15
+DEAL::Diff restrict     l2: 6.29801e-15
+DEAL::Diff restrict add l2: 6.23704e-15
+DEAL::Diff restrict     l3: 1.33072e-14
+DEAL::Diff restrict add l3: 1.33171e-14
+DEAL::Diff restrict     l4: 1.26068e-14
+DEAL::Diff restrict add l4: 1.29130e-14
+DEAL::Diff restrict     l5: 1.74281e-14
+DEAL::Diff restrict add l5: 1.78908e-14
+DEAL::Diff restrict     l6: 1.64922e-14
+DEAL::Diff restrict add l6: 1.73113e-14
 DEAL::
 DEAL::FE: FESystem<3>[FE_Q<3>(1)^2]
 DEAL::no. cells: 15
@@ -81,98 +87,83 @@ DEAL::Diff prolongate   l1: 0.00000
 DEAL::Diff prolongate   l2: 0.00000
 DEAL::Diff restrict     l1: 0.00000
 DEAL::Diff restrict add l1: 0.00000
-DEAL::Diff restrict     l2: 0.00000
+DEAL::Diff restrict     l2: 3.14018e-16
 DEAL::Diff restrict add l2: 0.00000
 DEAL::
-DEAL::no. cells: 1791
-DEAL::Diff prolongate   l1: 2.41669e-16
-DEAL::Diff prolongate   l2: 3.91794e-16
-DEAL::Diff prolongate   l3: 1.01512e-15
-DEAL::Diff prolongate   l4: 1.55516e-15
-DEAL::Diff restrict     l1: 2.51215e-15
-DEAL::Diff restrict add l1: 2.17558e-15
-DEAL::Diff restrict     l2: 2.94575e-15
-DEAL::Diff restrict add l2: 2.94575e-15
-DEAL::Diff restrict     l3: 6.51541e-15
-DEAL::Diff restrict add l3: 7.00761e-15
-DEAL::Diff restrict     l4: 9.59492e-15
-DEAL::Diff restrict add l4: 1.07043e-14
+DEAL::no. cells: 694
+DEAL::Diff prolongate   l1: 0.00000
+DEAL::Diff prolongate   l2: 1.14439e-16
+DEAL::Diff prolongate   l3: 4.48405e-16
+DEAL::Diff prolongate   l4: 6.43898e-16
+DEAL::Diff prolongate   l5: 7.94566e-16
+DEAL::Diff restrict     l1: 0.00000
+DEAL::Diff restrict add l1: 0.00000
+DEAL::Diff restrict     l2: 4.44089e-16
+DEAL::Diff restrict add l2: 8.88178e-16
+DEAL::Diff restrict     l3: 2.38116e-15
+DEAL::Diff restrict add l3: 2.73755e-15
+DEAL::Diff restrict     l4: 4.36248e-15
+DEAL::Diff restrict add l4: 4.39626e-15
+DEAL::Diff restrict     l5: 4.33982e-15
+DEAL::Diff restrict add l5: 4.80356e-15
 DEAL::
 DEAL::FE: FESystem<3>[FE_Q<3>(3)^2]
 DEAL::no. cells: 1
 DEAL::
-DEAL::no. cells: 223
-DEAL::Diff prolongate   l1: 6.16822e-15
-DEAL::Diff prolongate   l2: 9.02624e-15
-DEAL::Diff prolongate   l3: 6.05143e-15
-DEAL::Diff restrict     l1: 2.49384e-14
-DEAL::Diff restrict add l1: 2.64056e-14
-DEAL::Diff restrict     l2: 3.99229e-14
-DEAL::Diff restrict add l2: 4.12483e-14
-DEAL::Diff restrict     l3: 3.05119e-14
-DEAL::Diff restrict add l3: 3.08762e-14
+DEAL::no. cells: 15
+DEAL::Diff prolongate   l1: 6.10586e-15
+DEAL::Diff prolongate   l2: 9.12753e-15
+DEAL::Diff restrict     l1: 2.16468e-14
+DEAL::Diff restrict add l1: 2.17558e-14
+DEAL::Diff restrict     l2: 3.10285e-14
+DEAL::Diff restrict add l2: 3.09280e-14
 DEAL::
 DEAL::FE: FESystem<2>[FE_Q<2>(2)^2]
-DEAL::no. cells: 250
-DEAL::Diff prolongate   l1: 4.16500e-08
-DEAL::Diff prolongate   l2: 1.14933e-07
-DEAL::Diff prolongate   l3: 4.36323e-07
-DEAL::Diff prolongate   l4: 4.56555e-07
-DEAL::Diff prolongate   l5: 6.44943e-07
-DEAL::Diff prolongate   l6: 6.88182e-07
-DEAL::Diff restrict     l1: 1.30930e-07
-DEAL::Diff restrict add l1: 1.61321e-07
-DEAL::Diff restrict     l2: 3.31534e-07
-DEAL::Diff restrict add l2: 3.70787e-07
-DEAL::Diff restrict     l3: 9.06752e-07
-DEAL::Diff restrict add l3: 1.06748e-06
-DEAL::Diff restrict     l4: 1.12259e-06
-DEAL::Diff restrict add l4: 1.27800e-06
-DEAL::Diff restrict     l5: 1.32543e-06
-DEAL::Diff restrict add l5: 1.66341e-06
-DEAL::Diff restrict     l6: 1.39826e-06
-DEAL::Diff restrict add l6: 1.79262e-06
+DEAL::no. cells: 88
+DEAL::Diff prolongate   l1: 3.75428e-08
+DEAL::Diff prolongate   l2: 1.73474e-07
+DEAL::Diff prolongate   l3: 4.06743e-07
+DEAL::Diff prolongate   l4: 4.56267e-07
+DEAL::Diff prolongate   l5: 3.02844e-07
+DEAL::Diff restrict     l1: 7.83696e-08
+DEAL::Diff restrict add l1: 7.83696e-08
+DEAL::Diff restrict     l2: 4.84892e-07
+DEAL::Diff restrict add l2: 4.84892e-07
+DEAL::Diff restrict     l3: 6.33157e-07
+DEAL::Diff restrict add l3: 8.51716e-07
+DEAL::Diff restrict     l4: 7.38227e-07
+DEAL::Diff restrict add l4: 1.08434e-06
+DEAL::Diff restrict     l5: 7.53959e-07
+DEAL::Diff restrict add l5: 9.85545e-07
 DEAL::
-DEAL::no. cells: 1887
-DEAL::Diff prolongate   l1: 3.33987e-07
-DEAL::Diff prolongate   l2: 7.05824e-07
-DEAL::Diff prolongate   l3: 1.48105e-06
-DEAL::Diff prolongate   l4: 1.34450e-06
-DEAL::Diff prolongate   l5: 1.51185e-06
-DEAL::Diff prolongate   l6: 1.87422e-06
-DEAL::Diff restrict     l1: 6.89860e-07
-DEAL::Diff restrict add l1: 9.08311e-07
-DEAL::Diff restrict     l2: 1.47143e-06
-DEAL::Diff restrict add l2: 1.75614e-06
-DEAL::Diff restrict     l3: 3.26568e-06
-DEAL::Diff restrict add l3: 3.98218e-06
-DEAL::Diff restrict     l4: 2.87348e-06
-DEAL::Diff restrict add l4: 3.39202e-06
-DEAL::Diff restrict     l5: 3.24632e-06
-DEAL::Diff restrict add l5: 3.95530e-06
-DEAL::Diff restrict     l6: 3.95620e-06
-DEAL::Diff restrict add l6: 4.98782e-06
+DEAL::no. cells: 250
+DEAL::Diff prolongate   l1: 3.80021e-08
+DEAL::Diff prolongate   l2: 2.05445e-07
+DEAL::Diff prolongate   l3: 4.23083e-07
+DEAL::Diff prolongate   l4: 4.60938e-07
+DEAL::Diff prolongate   l5: 6.34151e-07
+DEAL::Diff prolongate   l6: 6.66574e-07
+DEAL::Diff restrict     l1: 1.51135e-07
+DEAL::Diff restrict add l1: 1.51135e-07
+DEAL::Diff restrict     l2: 4.39691e-07
+DEAL::Diff restrict add l2: 4.99465e-07
+DEAL::Diff restrict     l3: 9.43038e-07
+DEAL::Diff restrict add l3: 1.07123e-06
+DEAL::Diff restrict     l4: 1.06518e-06
+DEAL::Diff restrict add l4: 1.22748e-06
+DEAL::Diff restrict     l5: 1.29055e-06
+DEAL::Diff restrict add l5: 1.51964e-06
+DEAL::Diff restrict     l6: 1.36762e-06
+DEAL::Diff restrict add l6: 1.82467e-06
 DEAL::
 DEAL::FE: FESystem<3>[FE_Q<3>(2)^2]
-DEAL::no. cells: 15
-DEAL::Diff prolongate   l1: 1.41616e-07
-DEAL::Diff prolongate   l2: 2.80670e-07
-DEAL::Diff restrict     l1: 6.42811e-07
-DEAL::Diff restrict add l1: 6.42811e-07
-DEAL::Diff restrict     l2: 1.11616e-06
-DEAL::Diff restrict add l2: 1.15446e-06
+DEAL::no. cells: 1
 DEAL::
-DEAL::no. cells: 1791
-DEAL::Diff prolongate   l1: 1.19894e-06
-DEAL::Diff prolongate   l2: 1.53705e-06
-DEAL::Diff prolongate   l3: 2.59694e-06
-DEAL::Diff prolongate   l4: 3.66785e-06
-DEAL::Diff restrict     l1: 3.54901e-06
-DEAL::Diff restrict add l1: 3.80668e-06
-DEAL::Diff restrict     l2: 4.41015e-06
-DEAL::Diff restrict add l2: 4.66617e-06
-DEAL::Diff restrict     l3: 7.02679e-06
-DEAL::Diff restrict add l3: 7.83739e-06
-DEAL::Diff restrict     l4: 9.56069e-06
-DEAL::Diff restrict add l4: 1.05378e-05
+DEAL::no. cells: 15
+DEAL::Diff prolongate   l1: 6.46984e-08
+DEAL::Diff prolongate   l2: 2.68654e-07
+DEAL::Diff restrict     l1: 3.14590e-07
+DEAL::Diff restrict add l1: 3.14590e-07
+DEAL::Diff restrict     l2: 9.87299e-07
+DEAL::Diff restrict add l2: 1.06546e-06
 DEAL::

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

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.