From: Bang He Date: Tue, 6 Aug 2019 20:26:52 +0000 (-0600) Subject: Fix one typo on step_3 documentation X-Git-Tag: v9.2.0-rc1~1293^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9d72707239ea508d3f45c5af5a487ca8809dd11;p=dealii.git Fix one typo on step_3 documentation --- diff --git a/examples/step-3/doc/intro.dox b/examples/step-3/doc/intro.dox index 3ab7f6e42e..81e387aa0c 100644 --- a/examples/step-3/doc/intro.dox +++ b/examples/step-3/doc/intro.dox @@ -63,7 +63,7 @@ we need the following: - A finite element that describes the shape functions we want to use on the reference cell (which in deal.II is always the unit interval $[0,1]$, the unit square $[0,1]^2$ or the unit cube $[0,1]^3$, depending on which space - dimension you work in. In step-2, we had already used an object of type + dimension you work in). In step-2, we had already used an object of type FE_Q<2>, which denotes the usual Lagrange elements that define shape functions by interpolation on support points. The simplest one is FE_Q<2>(1), which uses polynomial degree 1. In 2d, these are often referred