From 22242a9905cd49bdf5037d59c7c8d852ad8ed34a Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Thu, 22 Apr 2021 19:12:01 -0600 Subject: [PATCH] Incompatibility: hp::DoFHandler --- 9.3/paper.tex | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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} -- 2.39.5