From: Wolfgang Bangerth Date: Sat, 2 Nov 2024 02:25:03 +0000 (-0600) Subject: Update include/deal.II/base/mpi.h X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b08ecf1dd1f75a05a294b760ea1fb62ef366c66f;p=dealii.git Update include/deal.II/base/mpi.h Co-authored-by: Martin Kronbichler --- diff --git a/include/deal.II/base/mpi.h b/include/deal.II/base/mpi.h index 20bca94947..9d1b4a2be6 100644 --- a/include/deal.II/base/mpi.h +++ b/include/deal.II/base/mpi.h @@ -1416,9 +1416,9 @@ namespace Utilities * partitioned index set, given a partitioned index set space. In addition, * it returns a 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 owned by the - * current which indices it has requested about; the values of the map are - * therefore all subsets of the owned set of indices. + * for each rank that has requested indices owned by the current rank + * those indices that have been queried. The values of the map are + * therefore all index sets describing subsets of the owned set of indices. */ std::pair, std::map> compute_index_owner_and_requesters(const IndexSet &owned_indices,