From bf109179e5011193b6e8136209821e3f9be67b0d Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Tue, 13 Jun 2023 11:32:14 -0400 Subject: [PATCH] doc: add info to distort_random --- include/deal.II/grid/grid_tools.h | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.5