From 9c76351d4a02b8b0f33a1cc9a34be53e27a1d1dd Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 4 Apr 2013 20:50:16 +0000 Subject: [PATCH] Reference step-49. git-svn-id: https://svn.dealii.org/trunk@29191 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/grid/tria.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/grid/tria.h b/deal.II/include/deal.II/grid/tria.h index 071e483df3..1962bd3a04 100644 --- a/deal.II/include/deal.II/grid/tria.h +++ b/deal.II/include/deal.II/grid/tria.h @@ -1733,7 +1733,9 @@ public: * face with boundary number @p number is * refined, this object is used to find * the location of new vertices on the - * boundary. It is also used for for + * boundary (see the results section of step-49 + * for a more in-depth discussion of this, with examples). + * It is also used for * non-linear (i.e.: non-Q1) * transformations of cells to the unit * cell in shape function calculations. -- 2.39.5