From: Martin Kronbichler Date: Mon, 7 May 2018 15:17:09 +0000 (+0200) Subject: Fix typo. X-Git-Tag: v9.1.0-rc1~1195^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efc7df81a3a4ae21fb25f415f325cd9febdea9a9;p=dealii.git Fix typo. --- 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.