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