From d1c11286f8cb506f9ec1fe1f3b4533a4eedf4a5a Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 27 Dec 2021 22:28:45 -0700 Subject: [PATCH] Adjust the documentation. --- include/deal.II/grid/grid_generator.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index 3a38bfd6ba..473954dcfe 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -1995,11 +1995,9 @@ namespace GridGenerator * All information about cell * @ref GlossManifoldIndicator "manifold indicators" and * @ref GlossMaterialId "material indicators" are copied from - * one triangulation to the other. However, only manifold and - * boundary indicators of faces are copied over for faces that - * are located at the boundary of the triangulation. If you need - * to specify manifold ids on interior faces, they - * have to be re-set manually after the triangulation is created. + * one triangulation to the other. The same is true for the manifold + * indicators and, if an object is at the boundary, the boundary + * indicators of faces and edges of the triangulation. * * This function will fail if the input Triangulation is of type * parallel::distributed::Triangulation, as well as when the input -- 2.39.5