]> https://gitweb.dealii.org/ - dealii.git/commitdiff
speed up tests/non_matching/coupling_08 9992/head
authorTimo Heister <timo.heister@gmail.com>
Thu, 30 Apr 2020 00:28:12 +0000 (20:28 -0400)
committerTimo Heister <timo.heister@gmail.com>
Thu, 30 Apr 2020 01:38:41 +0000 (21:38 -0400)
tests/non_matching/coupling_08.cc
tests/non_matching/coupling_08.with_umfpack=true.output

index 541991e2e0d579f48371f55a690ee5dca1d51664..d2fd4dbcd0740e18917d1a81545a214edfc8468f 100644 (file)
@@ -53,7 +53,7 @@ test()
   GridGenerator::hyper_cube(tria0, -.4, .3);
   GridGenerator::hyper_cube(tria1, -1, 1);
 
-  tria0.refine_global(3);
+  tria0.refine_global((dim0 == 3) ? 2 : 3);
   tria1.refine_global(2);
 
   FE_Q<dim0, spacedim> fe0(1);
@@ -80,8 +80,8 @@ test()
           << "Dofs 1          : " << dh1.n_dofs() << std::endl
           << "Constrained dofs: " << constraints0.n_constraints() << std::endl;
 
-  QGauss<dim0> quad0(3); // Quadrature for coupling
-  QGauss<dim1> quad1(3); // Quadrature for coupling
+  QGauss<dim0> quad0(2); // Quadrature for coupling
+  QGauss<dim1> quad1(2); // Quadrature for coupling
 
   const double epsilon = 2 * std::max(GridTools::maximal_cell_diameter(tria0),
                                       GridTools::maximal_cell_diameter(tria1));
index 2fc07a692e6cc29369dbc9fa6c29c293949b31ea..09bc22bc623cd2a7d3c893843ee9f0c79e4c6df4 100644 (file)
@@ -6,7 +6,7 @@ DEAL::Dofs 0          : 9
 DEAL::Dofs 1          : 5
 DEAL::Constrained dofs: 0
 DEAL::Epsilon: 1.00000
-DEAL::Error on constants: 1.72490
+DEAL::Error on constants: 1.72494
 DEAL::dim0: 2, dim1: 1, spacedim: 2
 DEAL::FE0             : FE_Q<2>(1)
 DEAL::FE1             : FE_Q<1,2>(1)
@@ -14,7 +14,7 @@ DEAL::Dofs 0          : 81
 DEAL::Dofs 1          : 5
 DEAL::Constrained dofs: 0
 DEAL::Epsilon: 1.00000
-DEAL::Error on constants: 1.87222
+DEAL::Error on constants: 1.87214
 DEAL::dim0: 2, dim1: 2, spacedim: 2
 DEAL::FE0             : FE_Q<2>(1)
 DEAL::FE1             : FE_Q<2>(1)
@@ -22,20 +22,20 @@ DEAL::Dofs 0          : 81
 DEAL::Dofs 1          : 25
 DEAL::Constrained dofs: 0
 DEAL::Epsilon: 1.41421
-DEAL::Error on constants: 4.61731
+DEAL::Error on constants: 4.61805
 DEAL::dim0: 3, dim1: 2, spacedim: 3
 DEAL::FE0             : FE_Q<3>(1)
 DEAL::FE1             : FE_Q<2,3>(1)
-DEAL::Dofs 0          : 729
+DEAL::Dofs 0          : 125
 DEAL::Dofs 1          : 25
 DEAL::Constrained dofs: 0
 DEAL::Epsilon: 1.41421
-DEAL::Error on constants: 4.79570
+DEAL::Error on constants: 4.79607
 DEAL::dim0: 3, dim1: 3, spacedim: 3
 DEAL::FE0             : FE_Q<3>(1)
 DEAL::FE1             : FE_Q<3>(1)
-DEAL::Dofs 0          : 729
+DEAL::Dofs 0          : 125
 DEAL::Dofs 1          : 125
 DEAL::Constrained dofs: 0
 DEAL::Epsilon: 1.73205
-DEAL::Error on constants: 10.9402
\ No newline at end of file
+DEAL::Error on constants: 10.9407

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.