From 0bf4239b2c40c6991dd5d3a05d32fd2e2bce3081 Mon Sep 17 00:00:00 2001 From: heister Date: Tue, 29 Oct 2013 14:55:10 +0000 Subject: [PATCH] simplify test so that te sloooow regression tester can finish it in 10 minutes git-svn-id: https://svn.dealii.org/trunk@31482 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/distributed_grids/3d_refinement_08.cc | 10 +- .../distributed_grids/3d_refinement_08.output | 13837 +--------------- 2 files changed, 8 insertions(+), 13839 deletions(-) diff --git a/tests/distributed_grids/3d_refinement_08.cc b/tests/distributed_grids/3d_refinement_08.cc index d0c7502a41..3cce2a1a22 100644 --- a/tests/distributed_grids/3d_refinement_08.cc +++ b/tests/distributed_grids/3d_refinement_08.cc @@ -55,17 +55,15 @@ void test(std::ostream & /*out*/) gi.read (in); } - while (tr.n_active_cells() < 150000) + while (tr.n_active_cells() < 70000) { std::vector flags (tr.n_active_cells(), false); - // refine one tenth of all cells each - // time (but at least one) - deallog << "Refining cells: "; - for (unsigned int i=0; i