From: Wolfgang Bangerth Date: Fri, 7 Nov 2014 19:31:18 +0000 (-0600) Subject: Provide links to step-54. X-Git-Tag: v8.2.0-rc1~77^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=488ef65ce2737c012f0f298ff6ccf6b0723cf72a;p=dealii.git Provide links to step-54. --- diff --git a/doc/doxygen/headers/glossary.h b/doc/doxygen/headers/glossary.h index 97e44b8f93..e7ae79f595 100644 --- a/doc/doxygen/headers/glossary.h +++ b/doc/doxygen/headers/glossary.h @@ -1105,7 +1105,8 @@ Article{BK07, * children upon mesh refinement. Some more information about manifold * indicators is also presented in a section of the documentation of * the Triangulation class as well as in the - * @ref manifold "Manifold documentation module". + * @ref manifold "Manifold documentation module". Manifold indicators + * are used in step-53 and step-54. * * * @see @ref manifold "The module on Manifolds" diff --git a/doc/doxygen/headers/manifold.h b/doc/doxygen/headers/manifold.h index dad6fc158a..c9f15e5d8c 100644 --- a/doc/doxygen/headers/manifold.h +++ b/doc/doxygen/headers/manifold.h @@ -77,7 +77,7 @@ * While this process is non trivial in most cases of interest, for most of * the trivial geometries, like cylinders, spheres or shells, deal.II provides * reasonable implementations. More complicated examples can be described - * using the techniques shown in step-53. + * using the techniques shown in step-53 and step-54. * * The boundary of a Triangulation is a special case of Manifold, for * which additional information can be useful in user codes, such as