]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make test a bit smaller in 3d -- it used >900MB of memory there. The error message...
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 30 Jul 2006 15:50:46 +0000 (15:50 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 30 Jul 2006 15:50:46 +0000 (15:50 +0000)
git-svn-id: https://svn.dealii.org/trunk@13517 0785d39b-7218-0410-832d-ea1e28bc413d

tests/hp/hp_hanging_nodes_02.cc

index e41eff51dbd187728759c2fc22f562e824d2748a..e2bd9bb334c18026cb95f46d5b44e81aecba5a78 100644 (file)
@@ -169,7 +169,7 @@ template <int dim>
 void LaplaceProblem<dim>::make_grid_and_dofs (const bool random_p)
 {
   GridGenerator::hyper_cube (triangulation, -1, 1);
-  triangulation.refine_global (3);
+  triangulation.refine_global (5-dim);
   deallog << "Number of active cells: "
            << triangulation.n_active_cells()
            << std::endl;

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.