From d1c4d565f735b9811ac14aff48019c8d943a16e2 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 19 Jan 2007 20:38:07 +0000 Subject: [PATCH] Move a test that now works. git-svn-id: https://svn.dealii.org/trunk@14353 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/Makefile | 5 +- .../face_orientation_and_fe_q_01.cc | 0 .../face_orientation_and_fe_q_01/cmp/generic | 50 +++++++++++++++++++ 3 files changed, 53 insertions(+), 2 deletions(-) rename tests/{fail => bits}/face_orientation_and_fe_q_01.cc (100%) create mode 100644 tests/bits/face_orientation_and_fe_q_01/cmp/generic diff --git a/tests/bits/Makefile b/tests/bits/Makefile index e95fede3d9..236847f5cd 100644 --- a/tests/bits/Makefile +++ b/tests/bits/Makefile @@ -1,6 +1,6 @@ ############################################################ # Makefile,v 1.15 2002/06/13 12:51:13 hartmann Exp -# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors +# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors ############################################################ ############################################################ @@ -84,7 +84,8 @@ tests_x = grid_generator_?? \ subface_interpolation \ face_orientation_crash \ refine_and_coarsen_* \ - tria_crash_* + tria_crash_* \ + face_orientation_* # tests for the hp branch: # fe_collection_* diff --git a/tests/fail/face_orientation_and_fe_q_01.cc b/tests/bits/face_orientation_and_fe_q_01.cc similarity index 100% rename from tests/fail/face_orientation_and_fe_q_01.cc rename to tests/bits/face_orientation_and_fe_q_01.cc diff --git a/tests/bits/face_orientation_and_fe_q_01/cmp/generic b/tests/bits/face_orientation_and_fe_q_01/cmp/generic new file mode 100644 index 0000000000..5ef1909413 --- /dev/null +++ b/tests/bits/face_orientation_and_fe_q_01/cmp/generic @@ -0,0 +1,50 @@ + +DEAL::n_dofs=559 +DEAL::FE_Q<3>(3), P_0, rel. error=0 +DEAL::FE_Q<3>(3), P_1, rel. error=0 +DEAL::FE_Q<3>(3), P_2, rel. error=0 +DEAL::FE_Q<3>(3), P_3, rel. error=0 +DEAL::FE_Q<3>(3), P_4, rel. error=0.000484 +DEAL::FE_Q<3>(3), P_5, rel. error=0.000512 +DEAL::n_dofs=555 +DEAL::FE_Q<3>(3), P_0, rel. error=0 +DEAL::FE_Q<3>(3), P_1, rel. error=0 +DEAL::FE_Q<3>(3), P_2, rel. error=0 +DEAL::FE_Q<3>(3), P_3, rel. error=0 +DEAL::FE_Q<3>(3), P_4, rel. error=0.000495 +DEAL::FE_Q<3>(3), P_5, rel. error=0.000528 +DEAL::n_dofs=555 +DEAL::FE_Q<3>(3), P_0, rel. error=0 +DEAL::FE_Q<3>(3), P_1, rel. error=0 +DEAL::FE_Q<3>(3), P_2, rel. error=0 +DEAL::FE_Q<3>(3), P_3, rel. error=0 +DEAL::FE_Q<3>(3), P_4, rel. error=0.000342 +DEAL::FE_Q<3>(3), P_5, rel. error=0.000365 +DEAL::n_dofs=555 +DEAL::FE_Q<3>(3), P_0, rel. error=0 +DEAL::FE_Q<3>(3), P_1, rel. error=0 +DEAL::FE_Q<3>(3), P_2, rel. error=0 +DEAL::FE_Q<3>(3), P_3, rel. error=0 +DEAL::FE_Q<3>(3), P_4, rel. error=0.000328 +DEAL::FE_Q<3>(3), P_5, rel. error=0.000339 +DEAL::n_dofs=555 +DEAL::FE_Q<3>(3), P_0, rel. error=0 +DEAL::FE_Q<3>(3), P_1, rel. error=0 +DEAL::FE_Q<3>(3), P_2, rel. error=0 +DEAL::FE_Q<3>(3), P_3, rel. error=0 +DEAL::FE_Q<3>(3), P_4, rel. error=0.000391 +DEAL::FE_Q<3>(3), P_5, rel. error=0.000411 +DEAL::n_dofs=555 +DEAL::FE_Q<3>(3), P_0, rel. error=0 +DEAL::FE_Q<3>(3), P_1, rel. error=0 +DEAL::FE_Q<3>(3), P_2, rel. error=0 +DEAL::FE_Q<3>(3), P_3, rel. error=0 +DEAL::FE_Q<3>(3), P_4, rel. error=0.000443 +DEAL::FE_Q<3>(3), P_5, rel. error=0.000465 +DEAL::n_dofs=555 +DEAL::FE_Q<3>(3), P_0, rel. error=0 +DEAL::FE_Q<3>(3), P_1, rel. error=0 +DEAL::FE_Q<3>(3), P_2, rel. error=0 +DEAL::FE_Q<3>(3), P_3, rel. error=0 +DEAL::FE_Q<3>(3), P_4, rel. error=0.000337 +DEAL::FE_Q<3>(3), P_5, rel. error=0.000356 -- 2.39.5