From d3f97391452247389a810c192f1a682d8c6153a8 Mon Sep 17 00:00:00 2001 From: Jaeryun Yim Date: Thu, 5 Nov 2015 11:46:07 +0900 Subject: [PATCH] Add a first version of the P1 non-conforming element. This version currently only covers the parameteric version of the element. --- include/deal.II/fe/fe_p1nc.h | 1 + source/fe/fe_p1nc.cc | 2 ++ 2 files changed, 3 insertions(+) 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 -- 2.39.5