From: Giovanni Alzetta Date: Wed, 25 Jul 2018 10:43:22 +0000 (+0200) Subject: Improved description compute point locations X-Git-Tag: v9.1.0-rc1~886^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6971%2Fhead;p=dealii.git Improved description compute point locations --- diff --git a/include/deal.II/grid/grid_tools.h b/include/deal.II/grid/grid_tools.h index f2da76b7ca..83ad876c9c 100644 --- a/include/deal.II/grid/grid_tools.h +++ b/include/deal.II/grid/grid_tools.h @@ -766,6 +766,8 @@ namespace GridTools * In a serial execution the first three elements of the tuple are the same * as in GridTools::compute_point_locations . * + * Note: this function is a collective operation. + * * @note The actual return type of this function, i.e., the type referenced * above as @p return_type, is * @code