From 801a178312febca87534817e7527f560e7744a3a Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 4 Apr 2013 20:48:29 +0000 Subject: [PATCH] Reference step-49. git-svn-id: https://svn.dealii.org/trunk@29190 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/grid/tria_accessor.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/deal.II/include/deal.II/grid/tria_accessor.h b/deal.II/include/deal.II/grid/tria_accessor.h index 9f90da2345..f4e2167f3f 100644 --- a/deal.II/include/deal.II/grid/tria_accessor.h +++ b/deal.II/include/deal.II/grid/tria_accessor.h @@ -1060,7 +1060,8 @@ public: * face and edges at the same * time, use the * set_all_boundary_indicators() - * function. + * function. You can see the result of not using the correct function in the + * results section of step-49. * * @warning You should never set the * boundary indicator of an interior face @@ -1116,7 +1117,9 @@ public: * to the interior of the boundary face. For this to work properly, it is * not sufficient to have set the boundary indicator for the face alone, * but you also need to set the boundary indicators of the edges that - * bound the face. This function does all of this at once. + * bound the face. This function does all of this at once. You can see + * the result of not using the correct function in the + * results section of step-49. * * @ingroup boundary * -- 2.39.5