From: Giovanni Alzetta Date: Wed, 16 May 2018 16:06:09 +0000 (+0200) Subject: Added item on distributed ctploc and bboxes X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F21%2Fhead;p=release-papers.git Added item on distributed ctploc and bboxes --- 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.