From: bangerth Date: Sun, 30 Jul 2006 15:50:46 +0000 (+0000) Subject: Make test a bit smaller in 3d -- it used >900MB of memory there. The error message... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3de3e2e1b33018bafd4bce9fc834fae4a607d84;p=dealii-svn.git Make test a bit smaller in 3d -- it used >900MB of memory there. The error message we get is the same, though. git-svn-id: https://svn.dealii.org/trunk@13517 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/hp/hp_hanging_nodes_02.cc b/tests/hp/hp_hanging_nodes_02.cc index e41eff51db..e2bd9bb334 100644 --- a/tests/hp/hp_hanging_nodes_02.cc +++ b/tests/hp/hp_hanging_nodes_02.cc @@ -169,7 +169,7 @@ template void LaplaceProblem::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;