From 610c9fedecf7579cb79c2eb988e6763fdc80e66a Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 12 Jun 2014 05:20:11 +0000 Subject: [PATCH] Add something to the documentation. git-svn-id: https://svn.dealii.org/trunk@33037 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/grid/grid_generator.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/grid/grid_generator.h b/deal.II/include/deal.II/grid/grid_generator.h index efdd65a8ae..27b5dfee0b 100644 --- a/deal.II/include/deal.II/grid/grid_generator.h +++ b/deal.II/include/deal.II/grid/grid_generator.h @@ -335,7 +335,7 @@ namespace GridGenerator const double radius = 1.); /** - * Create a cylinder around the x-axis. The cylinder extends from + * Create a cylinder around the $x$-axis. The cylinder extends from * x=-half_length to x=+half_length and its projection * into the @p yz-plane is a circle of radius @p radius. * @@ -347,6 +347,11 @@ namespace GridGenerator * hull of the cylinder, 1 for the left hand face and 2 for the right hand * face. * + * If you want the cylinder to revolve around a different axis than the + * $x$-axis, then simply rotate the mesh generated by this function using + * the GridTools::transform() function using a rotation operator as + * argument. + * * @note The triangulation needs to be void upon calling this function. */ template -- 2.39.5