From 9dd0a95a89d5d85ebdd095ea9caedb9d144a0d29 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 14 May 2020 13:43:28 -0600 Subject: [PATCH] Fix typos. --- 9.2/paper.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5