From: Wolfgang Bangerth Date: Thu, 14 May 2020 19:43:28 +0000 (-0600) Subject: Fix typos. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dd0a95a89d5d85ebdd095ea9caedb9d144a0d29;p=release-papers.git Fix typos. --- diff --git a/9.2/paper.tex b/9.2/paper.tex index 1e064e0..5d0971f 100644 --- a/9.2/paper.tex +++ b/9.2/paper.tex @@ -538,8 +538,8 @@ applications. However, some are worth mentioning: \begin{itemize} \item The functions: \begin{itemize} -\item \texttt{DoFHandler::loccaly\_owned\_dofs\_per\_processor()} -\item \texttt{DoFHandler::loccaly\_owned\_mg\_dofs\_per\_processor()} +\item \texttt{DoFHandler::locally\_owned\_dofs\_per\_processor()} +\item \texttt{DoFHandler::locally\_owned\_mg\_dofs\_per\_processor()} \end{itemize} have been deprecated. As discussed in Subsection~\ref{subsec:performance}, deal.II does not store information for all processes on all processes processes, but only the local information or the locally-relevant information. Users are asked to construct the global information on their own, e.g. by calling \texttt{Utilities::MPI::Allgather(locally\_owned\_info(), comm)}. \item