From b8b69d2fd66e66df3e60f7dcb36d57b82be61174 Mon Sep 17 00:00:00 2001 From: guido Date: Mon, 5 Feb 2001 10:00:23 +0000 Subject: [PATCH] print constraints git-svn-id: https://svn.dealii.org/trunk@3855 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/fe/internals.cc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tests/fe/internals.cc b/tests/fe/internals.cc index 9dfa30358e..aa5348954d 100644 --- a/tests/fe/internals.cc +++ b/tests/fe/internals.cc @@ -15,6 +15,7 @@ #include #include #include +#include #include template @@ -35,7 +36,7 @@ check_support (FiniteElement& finel, const char* name) cout << name << '<' << dim << '>' << " cell support points" << endl; for (unsigned int k=0;k::faces_per_cell;++i) { @@ -44,7 +45,7 @@ check_support (FiniteElement& finel, const char* name) finel.get_face_support_points (face, face_points); for (unsigned int k=0;k inline void check_matrices (FiniteElement& fe, const char* name) { + cout << name << '<' << dim << '>' << " constraint " << endl; + fe.constraints().print_formatted (cout, 7, false, 10, "~"); + for (unsigned int i=0;i::children_per_cell;++i) { cout << name << '<' << dim << '>' << " restriction " << i << endl; -- 2.39.5