From 1d4c1e98b199bc379480802e023591f4148ae77a Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Thu, 17 Jun 2021 21:22:18 +0200 Subject: [PATCH] Fix typo --- 9.3/paper.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/9.3/paper.tex b/9.3/paper.tex index cc5b61c..39078cd 100644 --- a/9.3/paper.tex +++ b/9.3/paper.tex @@ -942,7 +942,7 @@ for selected mappings. While \texttt{FEPointEvaluation} assumes that evaluation points are already sorted according to the owning cells and thus can focus on cell-local operations, the new class -\texttt{RemotePointEvaluation} is responsible for determine the owning cells in a distributed +\texttt{RemotePointEvaluation} is responsible for determining the owning cells in a distributed context and for providing efficient communication patterns for the data exchange. In \texttt{deal.II}, the class has been successfully applied together with \texttt{FEPointEvaluation} to evaluate a distributed solution vector at arbitrary points (see also the -- 2.39.5