From: Martin Kronbichler Date: Mon, 12 Feb 2024 12:25:58 +0000 (+0100) Subject: MPI compute index owner: improve documentation of flag X-Git-Tag: relicensing~44^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f703aecfcb977654af8194561fa545e927b4c1d;p=dealii.git MPI compute index owner: improve documentation of flag --- 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 c5fb582b13..9be87e303b 100644 --- a/include/deal.II/base/mpi_compute_index_owner_internal.h +++ b/include/deal.II/base/mpi_compute_index_owner_internal.h @@ -258,9 +258,10 @@ namespace Utilities const unsigned int n_procs; /** - * Controls whether the origin of ghost owner should also be - * stored. If true, it will be added into `requesters` and can be - * queried by `get_requesters()`. + * Controls whether we should record a list of ranks who sent + * requests to the present MPI process when looking up their remote + * indices, and what those indices were. If true, it will be added + * into `requesters` and can be queried by `get_requesters()`. */ const bool track_index_requests;