From 9e77e3e63c948ac13e21f3417c2d940a6626eeb4 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 23 Feb 2011 16:47:13 +0000 Subject: [PATCH] Move test that now works. git-svn-id: https://svn.dealii.org/trunk@23438 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/{fail => hp}/fe_nothing_07.cc | 0 tests/hp/fe_nothing_07/cmp/generic | 86 +++++++++++++++++++++++++++++ 2 files changed, 86 insertions(+) rename tests/{fail => hp}/fe_nothing_07.cc (100%) create mode 100644 tests/hp/fe_nothing_07/cmp/generic diff --git a/tests/fail/fe_nothing_07.cc b/tests/hp/fe_nothing_07.cc similarity index 100% rename from tests/fail/fe_nothing_07.cc rename to tests/hp/fe_nothing_07.cc diff --git a/tests/hp/fe_nothing_07/cmp/generic b/tests/hp/fe_nothing_07/cmp/generic new file mode 100644 index 0000000000..fcbe0a564b --- /dev/null +++ b/tests/hp/fe_nothing_07/cmp/generic @@ -0,0 +1,86 @@ + +DEAL::Try dim == 1 +DEAL:: Number of active cells: 4 +DEAL:: Number of degrees of freedom: 6 +DEAL:: Number of constraints: 0 +DEAL::2.0 1 +DEAL:: 0 1 +DEAL::2.1 1 +DEAL:: 1 2 +DEAL::2.2 0 +DEAL:: 3 4 +DEAL::2.3 0 +DEAL:: 4 5 +DEAL::Try dim == 2 +DEAL:: Number of active cells: 10 +DEAL:: Number of degrees of freedom: 22 +DEAL:: Number of constraints: 2 +DEAL::1.1 0 +DEAL:: 0 1 2 3 +DEAL::1.2 1 +DEAL:: 4 5 6 7 +DEAL::2.0 1 +DEAL:: 8 9 10 11 +DEAL::2.1 1 +DEAL:: 9 12 11 13 +DEAL::2.2 1 +DEAL:: 10 11 4 14* +DEAL::2.3 1 +DEAL:: 11 13 14* 5 +DEAL::2.4 0 +DEAL:: 2 15* 16 17 +DEAL::2.5 0 +DEAL:: 15* 3 17 18 +DEAL::2.6 0 +DEAL:: 16 17 19 20 +DEAL::2.7 0 +DEAL:: 17 18 20 21 +DEAL::Try dim == 3 +DEAL:: Number of active cells: 22 +DEAL:: Number of degrees of freedom: 74 +DEAL:: Number of constraints: 18 +DEAL::1.1 0 +DEAL:: 0 1 2 3 4 5 6 7 +DEAL::1.2 1 +DEAL:: 8 9 10 11 12 13 14 15 +DEAL::1.3 0 +DEAL:: 2 3 16 17 6 7 18 19 +DEAL::1.4 1 +DEAL:: 20 21 12 13 22 23 24 25 +DEAL::1.5 0 +DEAL:: 4 5 6 7 26 27 28 29 +DEAL::1.6 1 +DEAL:: 12 13 14 15 24 25 30 31 +DEAL::2.0 1 +DEAL:: 32 33 34 35 36 37 38 39 +DEAL::2.1 1 +DEAL:: 33 40 35 41 37 42 39 43 +DEAL::2.2 1 +DEAL:: 34 35 8 44* 38 39 45* 46* +DEAL::2.3 1 +DEAL:: 35 41 44* 9 39 43 46* 47* +DEAL::2.4 1 +DEAL:: 36 37 38 39 20 48* 49* 50* +DEAL::2.5 1 +DEAL:: 37 42 39 43 48* 21 50* 51* +DEAL::2.6 1 +DEAL:: 38 39 45* 46* 49* 50* 12 52* +DEAL::2.7 1 +DEAL:: 39 43 46* 47* 50* 51* 52* 13 +DEAL::2.8 0 +DEAL:: 6 53* 54* 55* 56* 57* 58 59 +DEAL::2.9 0 +DEAL:: 53* 7 55* 60* 57* 61* 59 62 +DEAL::2.10 0 +DEAL:: 54* 55* 18 63* 58 59 64 65 +DEAL::2.11 0 +DEAL:: 55* 60* 63* 19 59 62 65 66 +DEAL::2.12 0 +DEAL:: 56* 57* 58 59 28 67* 68 69 +DEAL::2.13 0 +DEAL:: 57* 61* 59 62 67* 29 69 70 +DEAL::2.14 0 +DEAL:: 58 59 64 65 68 69 71 72 +DEAL::2.15 0 +DEAL:: 59 62 65 66 69 70 72 73 +DEAL::OK -- 2.39.5