From a3de3e2e1b33018bafd4bce9fc834fae4a607d84 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 30 Jul 2006 15:50:46 +0000 Subject: [PATCH] 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 --- tests/hp/hp_hanging_nodes_02.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5