From 5ee2f94392c498cdddbb9c869b444240fc02ad28 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 10 Nov 2010 20:20:42 +0000 Subject: [PATCH] Produce some output. git-svn-id: https://svn.dealii.org/trunk@22685 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/fe/nedelec_crash_01.cc | 2 ++ tests/fe/nedelec_crash_01/cmp/generic | 42 +++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/tests/fe/nedelec_crash_01.cc b/tests/fe/nedelec_crash_01.cc index da81c54a4e..d3acd0eb6c 100644 --- a/tests/fe/nedelec_crash_01.cc +++ b/tests/fe/nedelec_crash_01.cc @@ -52,4 +52,6 @@ int main() ConstraintMatrix constraints; DoFTools::make_hanging_node_constraints (dof, constraints); constraints.close(); + + constraints.print (deallog.get_file_stream ()); } diff --git a/tests/fe/nedelec_crash_01/cmp/generic b/tests/fe/nedelec_crash_01/cmp/generic index 431dd8c97f..e08dcfce3c 100644 --- a/tests/fe/nedelec_crash_01/cmp/generic +++ b/tests/fe/nedelec_crash_01/cmp/generic @@ -1,2 +1,44 @@ DEAL::Triangulation hypercube 3D refinement 2 local steps 15 active cells 17 total cells + 63 0: 0.500000 + 66 0: 0.250000 + 66 4: 0.250000 + 69 8: 0.500000 + 70 8: 0.250000 + 70 10: 0.250000 + 73 14: 0.500000 + 76 14: 0.250000 + 76 18: 0.250000 + 77 20: 0.500000 + 78 10: 0.250000 + 78 20: 0.250000 + 79 0: 0.500000 + 80 14: 0.500000 + 81 0: 0.250000 + 81 4: 0.250000 + 82 14: 0.250000 + 82 18: 0.250000 + 83 10: 0.500000 + 84 28: 0.500000 + 85 4: 0.250000 + 85 28: 0.250000 + 86 29: 0.500000 + 87 18: 0.250000 + 87 29: 0.250000 + 92 4: 0.500000 + 93 29: 0.500000 + 94 18: 0.250000 + 94 29: 0.250000 + 95 8: 0.500000 + 96 8: 0.250000 + 96 10: 0.250000 + 97 28: 0.500000 + 98 4: 0.250000 + 98 28: 0.250000 + 99 18: 0.500000 + 100 20: 0.500000 + 101 10: 0.250000 + 101 20: 0.250000 + 102 4: 0.500000 + 103 18: 0.500000 + 104 10: 0.500000 -- 2.39.5