From: Wolfgang Bangerth <bangerth@colostate.edu>
Date: Thu, 26 May 2022 15:47:46 +0000 (-0600)
Subject: Leave a few comments.
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e4f06df3b2bb9ae1df455a2b457bd1be83d8849;p=release-papers.git

Leave a few comments.
---

diff --git a/9.4/paper.tex b/9.4/paper.tex
index 259c070..18bd705 100644
--- a/9.4/paper.tex
+++ b/9.4/paper.tex
@@ -184,6 +184,7 @@ GNU Lesser General Public License (LGPL). Downloads are available at
 
 The major changes of this release are:
 %
+\todo[inline]{Update}
 \begin{itemize}
   \item Advances in simplex- and mixed-mesh support (see Section~\ref{sec:simplex});
   \item Repartitioning of distributed meshes (see Section~\ref{sec:repartitioning});
@@ -220,7 +221,10 @@ which we briefly outline in the remainder of this section:
   \texttt{GridGenerator::pipe\_junction}
   generates a triangulation of three cone-shaped pipes that cross at a bifurcation point in any possible configuration.
   A manifold description will be applied to the boundary, which can be extended into the volume via transfinite interpolation \cite{Gordon82} using the \texttt{TransfiniteInterpolationManifold} class \cite{dealII90}.
-  \todo[inline]{[MF] If desired, I can extend this part into its own section of the main chapter. With figures, this would probably occupy about 3/4 of a page.}
+  \todo[inline]{[MF] If desired, I can extend this part into its own
+    section of the main chapter. With figures, this would probably
+    occupy about 3/4 of a page.}
+  \item \todo[inline]{Add something about the FEInterfaceValues improvements.}
 \end{itemize}
 %
 The changelog lists more than 150 other features and bugfixes.
@@ -579,6 +583,14 @@ to \dealii in the future.
 \item new classes
 \end{itemize}
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\subsection{Integration with the Computational Geometry Algorithms
+  Library (CGAL)}\label{sec:cgal}
+
+\begin{itemize}
+\item new classes
+\end{itemize}
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \subsection{Performance improvement of particle infrastructure}\label{sec:particles}
 
@@ -594,7 +606,8 @@ to \dealii in the future.
 \label{sec:CA}
 
 \todo[inline]{Wolfgang to write something about the CA algorithms (and to give
-credit to the previous implementation by Peter).}
+credit to the previous implementation by Peter). Mention improvements
+to pack(), unpack(), broadcast() too.}
 
 Also reference Section~\ref{sec:repartitioning}.