From: Timo Heister Date: Tue, 13 Jun 2023 15:32:14 +0000 (-0400) Subject: doc: add info to distort_random X-Git-Tag: v9.5.0-rc1~119^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15354%2Fhead;p=dealii.git doc: add info to distort_random --- diff --git a/include/deal.II/grid/grid_tools.h b/include/deal.II/grid/grid_tools.h index fcfb6c94d8..a7b9ae0614 100644 --- a/include/deal.II/grid/grid_tools.h +++ b/include/deal.II/grid/grid_tools.h @@ -802,6 +802,11 @@ namespace GridTools * @p seed is used for the initialization of the random engine. Its * default value initializes the engine with the same state as in * previous versions of deal.II. + * + * @note If the Triangulation is of distributed kind (derived from + * DistributedTriangulationBase) and computations are done in + * parallel, the new vertex locations will be consistently updated + * on all ranks. */ template void