From: Wolfgang Bangerth Date: Thu, 27 Jan 2022 22:07:23 +0000 (-0700) Subject: Minor adjustments to the pipe junction geometry. X-Git-Tag: v9.4.0-rc1~560^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=200cca488bdcbfbaa2a97b9039ff646a867c6f7f;p=dealii.git Minor adjustments to the pipe junction geometry. --- diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index 66b9e6e3d8..e42073c3c7 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -1050,7 +1050,7 @@ namespace GridGenerator * opening to match their index. All other boundary faces will be assigned * boundary ID 3. * - * Manifold IDs will be set on the mantles of each truncated cone in + * @ref GlossManifoldIndicator "Manifold IDs" will be set on the mantles of each truncated cone in * the same way. Each cone will have a special manifold object assigned, which * is based on the CylindricalManifold class. Further, all cells adjacent to * the mantle are given the manifold ID 3. If desired, you can assign an @@ -1075,8 +1075,9 @@ namespace GridGenerator * @param aspect_ratio Aspect ratio of cells, specified as radial over z-extension. * Default ratio is $\Delta r/\Delta z = 1/2$. * - * Common configurations of tee fittings that can be generated with the - * following sets of parameters are: + * Common configurations of tee fittings (that is, "T" fittings, mimicking the + * geometry of the letter "T") can be generated with the + * following sets of parameters: *
*
* \htmlonly