From fd990746a5205e335000c0cddd5958c084e5c0c2 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 14 Sep 2014 15:58:59 -0500 Subject: [PATCH] Add another reference. --- include/deal.II/hp/dof_handler.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/include/deal.II/hp/dof_handler.h b/include/deal.II/hp/dof_handler.h index 2bc98e2426..fa60bff75f 100644 --- a/include/deal.II/hp/dof_handler.h +++ b/include/deal.II/hp/dof_handler.h @@ -86,8 +86,11 @@ namespace hp * interface that do not immediate match (for example, if you have * $Q_2$ and $Q_3$ elements meeting at a common face), then one needs * to compute constraints to ensure that the resulting finite element - * space on the mesh remains conforming. The whole process of working - * with objects of this type is explained in step-27. + * space on the mesh remains conforming. + * + * The whole process of working with objects of this type is explained in + * step-27. Many of the algorithms this class implements are described + * in the @ref hp_paper "hp paper". * * *

Active FE indices and their behavior under mesh refinement

-- 2.39.5