From b401cb859c1b94e10ffd78784d28d25829d8c8d1 Mon Sep 17 00:00:00 2001 From: Jean-Paul Pelteret Date: Sun, 26 Jun 2022 00:28:30 +0200 Subject: [PATCH] Add a note on the extension of MeshWorker::ScratchData and MeshWorker::CopyData. --- 9.4/paper.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/9.4/paper.tex b/9.4/paper.tex index 29752c8..881f826 100644 --- a/9.4/paper.tex +++ b/9.4/paper.tex @@ -253,6 +253,9 @@ which we briefly outline in the remainder of this section: more consistent with the rest of the library and use more intuitive names for functions. For example, \texttt{FEInterfaceValues::jump\_gradient()} is now \texttt{FEInterfaceValues::jump\_in\_shape\_gradients()}. Several new functions, such as \texttt{FEInterfaceValues::get\_jump\_in\_function\_values()}, have also been added. + \item The\texttt{MeshWorker::ScratchData} and \texttt{MeshWorker::CopyData} have been made $hp$-compatible, + and supports face integration where the integration rule and mapping differs on either side of an interface. + The \texttt{MeshWorker::CopyData} class has also been made compatible with complex numbers. \item Vectors attached to \texttt{DataOut} do not need to be in ghosted state anymore. Internally, we create a copy of the vector with appropriate ghosting. \end{itemize} % -- 2.39.5