From: bangerth Date: Thu, 4 Apr 2013 20:48:29 +0000 (+0000) Subject: Reference step-49. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22a4fa65e2b73b4d2e95e6ef0d5fa88936cd8768;p=dealii-svn.git Reference step-49. git-svn-id: https://svn.dealii.org/trunk@29190 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 *