From: bangerth Date: Thu, 2 Jun 2011 20:32:21 +0000 (+0000) Subject: Shrink the test so that it runs in a third of the time. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36edb82186b6abd849764aad551c78e2c05112b7;p=dealii-svn.git Shrink the test so that it runs in a third of the time. git-svn-id: https://svn.dealii.org/trunk@23773 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/bits/fe_q_constraints.cc b/tests/bits/fe_q_constraints.cc index 09a747a49f..c24dd88235 100644 --- a/tests/bits/fe_q_constraints.cc +++ b/tests/bits/fe_q_constraints.cc @@ -241,7 +241,7 @@ int main () deallog.depth_console(0); deallog.threshold_double(1.e-10); - unsigned int ref_level[] = {5, 4, 3, 3, 2, 2}; + unsigned int ref_level[] = {4,3,2}; // Initialise the random generator with an // arbitrary number. This should ensure diff --git a/tests/bits/fe_q_constraints/cmp/generic b/tests/bits/fe_q_constraints/cmp/generic index 6578c9adc3..6672d41caf 100644 --- a/tests/bits/fe_q_constraints/cmp/generic +++ b/tests/bits/fe_q_constraints/cmp/generic @@ -1,16 +1,16 @@ DEAL::--------------------------------------------------------- -DEAL::P-Order: 1 Number of degrees of freedom: 100821 -DEAL::L2-Norm of test function 0.903652 +DEAL::P-Order: 1 Number of degrees of freedom: 24070 +DEAL::L2-Norm of test function 0.00307079 DEAL::Normed L2-Error 1: 0 Normed L2-Error 2: 0 DEAL::Normed L2-Diff: 0 OK DEAL::--------------------------------------------------------- -DEAL::P-Order: 2 Number of degrees of freedom: 169802 -DEAL::L2-Norm of test function 0.135132 +DEAL::P-Order: 2 Number of degrees of freedom: 40832 +DEAL::L2-Norm of test function 1.54241 DEAL::Normed L2-Error 1: 0 Normed L2-Error 2: 0 DEAL::Normed L2-Diff: 0 OK DEAL::--------------------------------------------------------- -DEAL::P-Order: 3 Number of degrees of freedom: 123144 -DEAL::L2-Norm of test function 1.75723 +DEAL::P-Order: 3 Number of degrees of freedom: 29580 +DEAL::L2-Norm of test function 0.235698 DEAL::Normed L2-Error 1: 0 Normed L2-Error 2: 0 DEAL::Normed L2-Diff: 0 OK