From ccf0fc9f4b37298323ce60420151da93ee5b6f7a Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Tue, 17 Sep 2024 16:45:42 +0200 Subject: [PATCH] Remove section --- 9.6/paper.tex | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) 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} -- 2.39.5