From 3c50f68f56a6eb586d34ee61fac6eb0bc46f211c Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Fri, 10 Jul 2015 14:47:22 -0400 Subject: [PATCH] simplify test This avoid timeouts on the tester by speeding up the computation by a factor of about 4. --- tests/deal.II/nedelec_non_rect_face.cc | 3 +-- tests/deal.II/nedelec_non_rect_face.output | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/deal.II/nedelec_non_rect_face.cc b/tests/deal.II/nedelec_non_rect_face.cc index a64538e2e8..6bf6643f47 100644 --- a/tests/deal.II/nedelec_non_rect_face.cc +++ b/tests/deal.II/nedelec_non_rect_face.cc @@ -411,8 +411,7 @@ namespace Maxwell template void MaxwellProblem::run () { - - unsigned int numcycles=3; + unsigned int numcycles=(p_order>1)?2:3; for (unsigned int cycle=0; cycle