From ceb4300c8ba79790283ce61e8d2fe536756a3525 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 22 Aug 2006 19:55:21 +0000 Subject: [PATCH] Add. Works now git-svn-id: https://svn.dealii.org/trunk@13720 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/hp/hp_hanging_nodes_01/cmp/generic | 32 ++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 tests/hp/hp_hanging_nodes_01/cmp/generic diff --git a/tests/hp/hp_hanging_nodes_01/cmp/generic b/tests/hp/hp_hanging_nodes_01/cmp/generic new file mode 100644 index 0000000000..389312b191 --- /dev/null +++ b/tests/hp/hp_hanging_nodes_01/cmp/generic @@ -0,0 +1,32 @@ + +DEAL::DoFs: 48 + 2 0: 3.0 + 2 25: 6.0 + 2 26: -8.0 + 4 0: -0.11 + 4 25: 0.22 + 4 26: 0.89 + 5 0: 0.56 + 5 25: 2.2 + 5 26: -1.8 + 38 0: 0.56 + 38 25: 2.2 + 38 26: -1.8 + 39 0: 1.6 + 39 25: 3.9 + 39 26: -4.4 + 40 19: 0.22 + 40 25: -0.11 + 40 28: 0.89 + 41 19: -0.11 + 41 25: 0.22 + 41 28: 0.89 + 36 19: 0.22 + 36 31: -0.11 + 36 33: 0.89 + 37 19: -0.11 + 37 31: 0.22 + 37 33: 0.89 +DEAL::DoFs: 11 + 8 0: 0.50 + 8 2: 0.50 -- 2.39.5