From: Timo Heister Date: Fri, 10 Jul 2015 18:47:22 +0000 (-0400) Subject: simplify test X-Git-Tag: v8.3.0-rc1~34^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1109%2Fhead;p=dealii.git simplify test This avoid timeouts on the tester by speeding up the computation by a factor of about 4. --- 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