From: Wolfgang Bangerth Date: Sun, 14 Sep 2014 20:58:59 +0000 (-0500) Subject: Add another reference. X-Git-Tag: v8.2.0-rc1~148^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F147%2Fhead;p=dealii.git Add another reference. --- 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