From 60a775c07a46849ce4d206facd2390de7ff86b13 Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 9 Feb 2007 05:58:50 +0000 Subject: [PATCH] Add a comment. git-svn-id: https://svn.dealii.org/trunk@14438 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/face_orientation_and_fe_q_01.cc | 3 +++ 1 file changed, 3 insertions(+) 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"; -- 2.39.5