From 7b5a757a778e4e5e2c62d139513abcd4df835abb Mon Sep 17 00:00:00 2001 From: Giovanni Alzetta Date: Wed, 16 May 2018 18:06:09 +0200 Subject: [PATCH] Added item on distributed ctploc and bboxes --- 9.0/paper.tex | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/9.0/paper.tex b/9.0/paper.tex index 305e52c..a782860 100644 --- a/9.0/paper.tex +++ b/9.0/paper.tex @@ -247,6 +247,12 @@ speed up repeated calls to the same expensive methods. \item A new \texttt{MeshWorker::mesh\_loop} function has been added that performs the same tasks of the \texttt{MeshWorker::loop} function without forcing the users to adhere to a specific interface. + +\item A new method \texttt{GridTools::distributed\_compute\_point\_locations} to + perform the same tasks of \texttt{GridTools::compute\_point\_locations} with + arbitrary points on a distributed mesh has been added. The current implementation + uses vectors of \texttt{BoundingBoxes} to manage the communication to other + processes of points which cannot be computed locally. \end{itemize} Beyond these changes, the changelog lists more than 330 other features and bugfixes. -- 2.39.5