From d59b0dc10164fb12b58ca7ffc08f0cf363c6271c Mon Sep 17 00:00:00 2001 From: David Wells Date: Tue, 8 May 2018 12:04:55 -0400 Subject: [PATCH] Mention Manifold attachment in GridGenerator. --- include/deal.II/grid/grid_generator.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index 6b4e611067..6477ad9bb2 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -763,7 +763,7 @@ namespace GridGenerator * boundary where $x=0$, get indicator 0, 1, and 2, respectively. Otherwise * all indicators are set to 0. * - * All manifold ids are set to zero, and a SphericalManifold is attached + * All manifold ids are set to zero, and a SphericalManifold is attached * to the triangulation. * * @note The triangulation passed as argument needs to be empty when calling this function. @@ -795,6 +795,9 @@ namespace GridGenerator * indicators are set to 0. In 3d indicator 2 is at the face x=0, 3 at y=0, * 4 at z=0. * + * All manifold ids are set to zero, and a SphericalManifold is attached + * to the triangulation. + * * @note The triangulation passed as argument needs to be empty when calling this function. */ template @@ -819,6 +822,9 @@ namespace GridGenerator * sense in 1D and 2D. Also keep in mind that this object is rotated * and positioned differently than the one created by cylinder(). * + * All manifold ids are set to zero, and a CylindricalManifold is attached + * to the triangulation. + * * @note The triangulation passed as argument needs to be empty when calling this function. */ template @@ -858,8 +864,6 @@ namespace GridGenerator const double R, const double r); - - /** * This class produces a square in the xy-plane with a cylindrical * hole in the middle. The square and the circle are centered at the -- 2.39.5