From: Marc Fehling Date: Fri, 23 Apr 2021 01:12:01 +0000 (-0600) Subject: Incompatibility: hp::DoFHandler X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22242a9905cd49bdf5037d59c7c8d852ad8ed34a;p=release-papers.git Incompatibility: hp::DoFHandler --- diff --git a/9.3/paper.tex b/9.3/paper.tex index 276fce2..784ef6c 100644 --- a/9.3/paper.tex +++ b/9.3/paper.tex @@ -891,7 +891,13 @@ interfaces that are not usually used in external applications. That said, the following are worth mentioning since they may have been more widely used: \begin{itemize} - \item + \item The \texttt{hp::DoFHandler} class has been deprecated. The standard + \texttt{DoFHandler} class is now capable of all $hp$-functionalities. + \item Consequently, all template arguments \texttt{DoFHandlerType} are obsolete, + and classes like \texttt{DataOut} or \texttt{SolutionTransfer} for example + no longer require them. If you rely on these template arguments, an interim + namespace \texttt{Legacy} has been introduced that provides all affected + classes with the old interface for the transition phase. \end{itemize}