From: Wolfgang Bangerth Date: Fri, 9 Feb 2007 05:58:50 +0000 (+0000) Subject: Add a comment. X-Git-Tag: v8.0.0~10565 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81e972b5a0aeb28e218de676f7e1c3a9cdf6a792;p=dealii.git Add a comment. git-svn-id: https://svn.dealii.org/trunk@14438 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/bits/face_orientation_and_fe_q_01.cc b/tests/bits/face_orientation_and_fe_q_01.cc index d059f08269..48959294f0 100644 --- a/tests/bits/face_orientation_and_fe_q_01.cc +++ b/tests/bits/face_orientation_and_fe_q_01.cc @@ -16,6 +16,9 @@ // face_orientation==false. for p>=3, we need to revert the order of dofs // somehow between the two sides of the face. this test is derived from // deal.II/project_q_03 +// +// this test only tests the whole thing for p==3, since higher polynomial +// degrees take forever to test. this should, at one point, probably be fixed char logname[] = "face_orientation_and_fe_q_01/output";