From efc7df81a3a4ae21fb25f415f325cd9febdea9a9 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Mon, 7 May 2018 17:17:09 +0200 Subject: [PATCH] Fix typo. --- examples/step-59/doc/intro.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/step-59/doc/intro.dox b/examples/step-59/doc/intro.dox index 67b77a147c..766a112181 100644 --- a/examples/step-59/doc/intro.dox +++ b/examples/step-59/doc/intro.dox @@ -145,7 +145,7 @@ of the case of the nodal element FE_DGQ with node points on the element surface: If we are interested in the shape function values on a face, only $(k+ 1)^{d-1}$ degrees of freedom contribute to them in a non-trivial way (in a more technical way of speaking, only $(k+1)^{d-1}$ shape functions have a -nonzero support on the face and return +nonzero support on the face and return true for FiniteElement::has_support_on_face()). When compared to the $(k+1)^d$ degrees of freedom of a cell, this is one power less. -- 2.39.5