From: Wolfgang Bangerth Date: Tue, 28 Dec 2021 05:28:45 +0000 (-0700) Subject: Adjust the documentation. X-Git-Tag: v9.4.0-rc1~588^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1c11286f8cb506f9ec1fe1f3b4533a4eedf4a5a;p=dealii.git Adjust the documentation. --- 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