]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Replace 'processor' by 'process'. 17701/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Fri, 13 Sep 2024 13:11:34 +0000 (07:11 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Fri, 13 Sep 2024 13:11:34 +0000 (07:11 -0600)
include/deal.II/base/mpi_compute_index_owner_internal.h

index 2d64269164d1d3d049dcaab9e68d0997ae40fe42..a09a9b940c4763446ca6b78651ddfa071689b2f4 100644 (file)
@@ -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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.