From b08ecf1dd1f75a05a294b760ea1fb62ef366c66f Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 1 Nov 2024 20:25:03 -0600 Subject: [PATCH] Update include/deal.II/base/mpi.h Co-authored-by: Martin Kronbichler --- include/deal.II/base/mpi.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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, -- 2.39.5