From 42f5efe3a98e6ddb690c4143cc747265883ae6e1 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 26 Sep 2019 15:17:02 -0600 Subject: [PATCH] Reference FE_Nedelec from the documentation of FE_NedelecSZ. --- include/deal.II/fe/fe_nedelec.h | 3 +-- include/deal.II/fe/fe_nedelec_sz.h | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/deal.II/fe/fe_nedelec.h b/include/deal.II/fe/fe_nedelec.h index a84c0a56eb..d3e2593fee 100644 --- a/include/deal.II/fe/fe_nedelec.h +++ b/include/deal.II/fe/fe_nedelec.h @@ -75,8 +75,7 @@ DEAL_II_NAMESPACE_OPEN * @ref GlossPrimitive "not a primitive element"; (ii) the shape functions * are defined so that certain integrals over the faces are either zero * or one, rather than the common case of certain point values being - * either zero or one. (There is, however, the FE_RaviartThomasNodal - * element that uses point values.) + * either zero or one. * * We follow the commonly used -- though confusing -- definition of the "degree" * of Nédélec elements. Specifically, the "degree" of the element diff --git a/include/deal.II/fe/fe_nedelec_sz.h b/include/deal.II/fe/fe_nedelec_sz.h index 43250ddd04..de1883e463 100644 --- a/include/deal.II/fe/fe_nedelec_sz.h +++ b/include/deal.II/fe/fe_nedelec_sz.h @@ -34,7 +34,8 @@ DEAL_II_NAMESPACE_OPEN * Hcurl-conforming Nédélec element described in the * PhD thesis of S. Zaglmayr, High Order Finite Element Methods for * Electromagnetic Field Computation, Johannes Kepler Universität Linz, - * 2006. + * 2006. It its used in the same context as described at the top of the + * description for the FE_Nedelec class. * * This element overcomes the sign conflict issues present in * traditional Nédélec elements that arise from the edge -- 2.39.5