From d34074db08fcc5feedb3f6f131137b830bf8b521 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 24 Jan 2017 16:56:35 -0700 Subject: [PATCH] Provide a reference to the glossary. --- include/deal.II/fe/fe_tools.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/deal.II/fe/fe_tools.h b/include/deal.II/fe/fe_tools.h index b5bea872a7..09eb88f3bf 100644 --- a/include/deal.II/fe/fe_tools.h +++ b/include/deal.II/fe/fe_tools.h @@ -278,7 +278,8 @@ namespace FETools * - That the node functionals $\Psi_i$ are point evaluations at points * $\mathbf x_i$ that the finite element in question describes via its * "generalized" support points (through - * FiniteElement::get_generalized_support_points()). These point + * FiniteElement::get_generalized_support_points(), see also + * @ref GlossGeneralizedSupport "this glossary entry"). These point * evaluations need to necessarily evaluate the value of a shape * function at that point (the shape function may be vector-valued, and * so the functional may be a linear combination of the individual -- 2.39.5