From 4fc372a3e581541f3e70d36854d78a19af3a26ed Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 13 Sep 2024 07:11:34 -0600 Subject: [PATCH] Replace 'processor' by 'process'. --- include/deal.II/base/mpi_compute_index_owner_internal.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/deal.II/base/mpi_compute_index_owner_internal.h b/include/deal.II/base/mpi_compute_index_owner_internal.h index 2d64269164..a09a9b940c 100644 --- a/include/deal.II/base/mpi_compute_index_owner_internal.h +++ b/include/deal.II/base/mpi_compute_index_owner_internal.h @@ -160,7 +160,7 @@ namespace Utilities /** * A stride to distribute the work more evenly over MPI ranks in * case the grain size forces us to have fewer ranges than we have - * processors. + * processes. */ unsigned int stride_small_size; @@ -181,8 +181,8 @@ namespace Utilities dof_to_dict_rank(const types::global_dof_index i); /** - * Given an MPI rank id of an arbitrary processor, return the index - * offset where the local range of that processor begins. + * Given an MPI rank id of an arbitrary process, return the index + * offset where the local range of that process begins. */ types::global_dof_index get_index_offset(const unsigned int rank); @@ -346,7 +346,7 @@ namespace Utilities * the consensus algorithm back to the owner in the original * IndexSet. This requires some point-to-point communication. * - * @return Map of processors and associated sets of indices + * @return Map of processes and associated sets of indices * that are requested from the current rank. In * other words, this function returns for each rank * that has requested information about indices -- 2.39.5