From: Wolfgang Bangerth Date: Wed, 25 Sep 2024 15:32:28 +0000 (-0600) Subject: Fix up a mistake. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc6cc55b532e88c71d86a631642e613e998d9fb7;p=release-papers.git Fix up a mistake. --- diff --git a/9.6/paper.tex b/9.6/paper.tex index d469b94..aca6c35 100644 --- a/9.6/paper.tex +++ b/9.6/paper.tex @@ -301,8 +301,7 @@ which we briefly outline in the remainder of this section: correctly addresses the sign-conflict that arises for $hp$ quadrilateral and hexahedral N\'ed\'elec elements; see \cite{Kinnewig2024} for details. - The other implementation of N\'ed\'elec elements, in the \texttt{FE\_NedelecSZ} class, already - \todo[inline]{JPT: I think this should be \texttt{FE\_Nedelec}, without SZ?} + The other implementation of N\'ed\'elec elements, in the \texttt{FE\_Nedelec} class, already implements hanging node constraints; therefore, there is no longer a difference for the user between the two classes as far as constraints are concerned.