From: Niklas Fehn Date: Fri, 8 May 2020 06:04:05 +0000 (+0200) Subject: merge_triangulations(): formulate documentation in a way that keeping the manifolds... X-Git-Tag: v9.2.0-rc1~87^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff848c01349ce7250442e7ca85087d47c4628b10;p=dealii.git merge_triangulations(): formulate documentation in a way that keeping the manifolds is the expected default behavior --- 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