From 36b04a8865b6bbe1cc326ca7af005ef079d0a83e Mon Sep 17 00:00:00 2001 From: Giovanni Alzetta Date: Wed, 25 Jul 2018 12:43:22 +0200 Subject: [PATCH] Improved description compute point locations --- include/deal.II/grid/grid_tools.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5