From 200cca488bdcbfbaa2a97b9039ff646a867c6f7f Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 27 Jan 2022 15:07:23 -0700 Subject: [PATCH] Minor adjustments to the pipe junction geometry. --- include/deal.II/grid/grid_generator.h | 7 ++-- source/grid/grid_generator_pipe_junction.cc | 42 ++++++++++----------- 2 files changed, 23 insertions(+), 26 deletions(-) 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