From: Peter Munch Date: Thu, 23 Jun 2022 11:57:40 +0000 (+0200) Subject: One more typo X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87b0f524adbb5aa501d7e50b85dd47fab5173dbb;p=release-papers.git One more typo --- diff --git a/9.4/paper.tex b/9.4/paper.tex index 2b6da9c..6e3603b 100644 --- a/9.4/paper.tex +++ b/9.4/paper.tex @@ -208,8 +208,9 @@ The major changes of this release are: \item Advances in matrix-free infrastructure (see Section~\ref{sec:mf}); \item Advances in multigrid infrastructure (see Section~\ref{sec:multigrid}); \item CutFEM support (see Section~\ref{sec:cut}); - \item Integration with the Computational Geometry Algorithms Library (CGAL) (see Section~\ref{sec:cgalwrappers}); + \item Integration of the Computational Geometry Algorithms Library (CGAL) (see Section~\ref{sec:cgalwrappers}); \item Performance improvements in the particle infrastructure (see Section~\ref{sec:particles}); + \item Improvements to unstructured communication (see Section~\ref{sec:CA}); \item Two new tutorial programs and one new code gallery program (see Section~\ref{subsec:steps}). \end{itemize} @@ -596,8 +597,8 @@ to flags to configure the evaluation and integration process of \texttt{FEEvalua and \texttt{FEFaceEvaluation}: \begin{c++} -fe\_eval.evaluate(false, true, false) // old (deprecated) -fe\_eval.evaluate(EvaluationFlags::gradients) // new +fe_eval.evaluate(false, true, false) // old (deprecated) +fe_eval.evaluate(EvaluationFlags::gradients) // new \end{c++} %\begin{c++}