From ce49baa542d1a8eb3041669517c6e37b4d0e6b04 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 12 Sep 2024 17:09:35 -0600 Subject: [PATCH] Clarify documentation. --- .../deal.II/base/mpi_compute_index_owner_internal.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 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 e95096ca92..2d64269164 100644 --- a/include/deal.II/base/mpi_compute_index_owner_internal.h +++ b/include/deal.II/base/mpi_compute_index_owner_internal.h @@ -346,8 +346,14 @@ 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 ranges of indices that - * are requested from the current rank + * @return Map of processors 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. */ std::map get_requesters(); -- 2.39.5