From: Guido Kanschat Date: Mon, 5 Feb 2001 10:00:23 +0000 (+0000) Subject: print constraints X-Git-Tag: v8.0.0~19750 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e07af4f94f137f00cd8e47f912b8eeff6a1317f;p=dealii.git print constraints git-svn-id: https://svn.dealii.org/trunk@3855 0785d39b-7218-0410-832d-ea1e28bc413d --- 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;