From: Wolfgang Bangerth Date: Thu, 4 Jun 2020 23:29:54 +0000 (-0600) Subject: Resolve one TODO. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88d917a075e4d760fcbf5d167b9971b2bf4230b6;p=release-papers.git Resolve one TODO. --- diff --git a/9.2/paper.tex b/9.2/paper.tex index 0a8d1f5..e80c1ba 100644 --- a/9.2/paper.tex +++ b/9.2/paper.tex @@ -232,10 +232,26 @@ GNU Lesser General Public License (LGPL). Downloads are available at The major changes of this release are: % \begin{itemize} - \item xy \todo[inline]{Update once we have the subsections in Section 2; - provide cross-references to each of these subsections} - % \item Improved support for automatic differentiation (see - % Section~\ref{subsec:ad}), + \item A new, parallel, fully distributed triangulation class (see + Section~\ref{subsec:pft}); + \item Substantially improved performance for very large computations + on tens or hundreds of thousands of processor cores and up to + trillions of unknowns (see + Section~\ref{subsec:performance}); + \item Better support for parallel $hp$-adaptive algorithms (see + Section~\ref{subsec:hp}); + \item Support for particle-based methods (see + Section~\ref{subsec:particles}); + \item Improved performance of the symbolic differentiation framework (see + Section~\ref{subsec:symbdiff}); + \item Advances in SIMD capabilities and the matrix-free infrastructure (see + Section~\ref{subsec:mf}); + \item Advances in GPU support (see + Section~\ref{subsec:gpu}); + \item Better use of modern C++ language features (see + Section~\ref{subsec:cxx}); + \item Seven new tutorial programs (see + Section~\ref{subsec:steps}). \end{itemize} % These major changes are discussed in detail in Section~\ref{sec:major}. There @@ -727,7 +743,7 @@ subsequent simulations permits the user to skip the optimization process entirel Serialization also enables these complex expressions to be compiled offline. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\subsection{Advances of the SIMD capabilities and the matrix-free infrastructure} +\subsection{Advances in SIMD capabilities and the matrix-free infrastructure} \label{subsec:mf} %\begin{itemize}