From ff848c01349ce7250442e7ca85087d47c4628b10 Mon Sep 17 00:00:00 2001 From: Niklas Fehn Date: Fri, 8 May 2020 08:04:05 +0200 Subject: [PATCH] merge_triangulations(): formulate documentation in a way that keeping the manifolds is the expected default behavior --- include/deal.II/grid/grid_generator.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index 3171127d8a..68ed8c33d0 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -1531,8 +1531,9 @@ namespace GridGenerator * default boundary indicators, then you will have to set boundary indicators * again by hand in the output triangulation. * - * @note Unlike most GridGenerator functions, this function does not attach - * any manifolds to @p result, nor does it set any manifold ids. + * @note This function does not attach any manifolds to @p result, nor does + * it set any manifold ids. In particular, manifolds attached to the two + * input triangulations will be lost in the @p result triangulation. * * @note For a related operation on refined meshes when both meshes are * derived from the same coarse mesh, see -- 2.39.5