From: Wolfgang Bangerth Date: Thu, 12 Sep 2024 23:09:35 +0000 (-0600) Subject: Clarify documentation. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce49baa542d1a8eb3041669517c6e37b4d0e6b04;p=dealii.git Clarify documentation. --- 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();