From: Peter Munch Date: Tue, 17 Sep 2024 14:45:42 +0000 (+0200) Subject: Remove section X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccf0fc9f4b37298323ce60420151da93ee5b6f7a;p=release-papers.git Remove section --- diff --git a/9.6/paper.tex b/9.6/paper.tex index 3cc06de..e82b6d2 100644 --- a/9.6/paper.tex +++ b/9.6/paper.tex @@ -247,9 +247,11 @@ The major changes of this release are: \item Substantial improvements to the multigrid two-level transfer operators, including matrix-free based versions and versions for p-refinement (Section~\ref{sec:mf}). - \item A class FERemoteEvaluation that provides support for evaluating + \item Different additions to the non-matching infrastructure (see + Section~\ref{sec:nonmatching}) In particular, the new class + FERemoteEvaluation provides support for evaluating finite element shape functions and solutions on parts of the - domain stored by other MPI processes (Section~\ref{sec:remote-eval}). + domain stored by other MPI processes. \item Much work has gone into writing wrappers for Trilinos' Tpetra stack of linear algebra classes. Tpetra is Trilinos' Kokkos-based replacement for the now-deprecated Epetra stack. See @@ -338,15 +340,6 @@ can be found \end{itemize} -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\subsection{The \texttt{FERemoteEvaluation} class}\label{sec:remote-eval} - -\todo[inline]{Peter/Martin/...: Would you be willing to describe this - class and its uses? Or, if you don't think it's important enough, - remove this section and move the part in the top list of major - changes to the bottom list?} - - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \subsection{Advances in non-matching support}\label{sec:nonmatching}