From: Jaeryun Yim Date: Thu, 5 Nov 2015 02:46:07 +0000 (+0900) Subject: Add a first version of the P1 non-conforming element. X-Git-Tag: v8.5.0-rc1~624^2~21 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3f97391452247389a810c192f1a682d8c6153a8;p=dealii.git Add a first version of the P1 non-conforming element. This version currently only covers the parameteric version of the element. --- diff --git a/include/deal.II/fe/fe_p1nc.h b/include/deal.II/fe/fe_p1nc.h index cb0b4857a0..79446ffea2 100644 --- a/include/deal.II/fe/fe_p1nc.h +++ b/include/deal.II/fe/fe_p1nc.h @@ -310,6 +310,7 @@ private: /*@}*/ + DEAL_II_NAMESPACE_CLOSE #endif diff --git a/source/fe/fe_p1nc.cc b/source/fe/fe_p1nc.cc index a6e40a2a7f..8b85842e83 100644 --- a/source/fe/fe_p1nc.cc +++ b/source/fe/fe_p1nc.cc @@ -433,4 +433,6 @@ void FE_P1NC::initialize_constraints () + + DEAL_II_NAMESPACE_CLOSE