From 4613f1e5960eee564306c1c6b4108d030d6f3516 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 16 Apr 2002 08:34:58 +0000 Subject: [PATCH] Fix typos. git-svn-id: https://svn.dealii.org/trunk@5656 0785d39b-7218-0410-832d-ea1e28bc413d --- .../doc/tutorial/chapter-2.step-by-step/step-11.data/intro.html | 2 +- .../doc/tutorial/chapter-2.step-by-step/step-11.data/intro.tex | 2 +- .../tutorial/chapter-2.step-by-step/step-11.data/results.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-11.data/intro.html b/deal.II/doc/tutorial/chapter-2.step-by-step/step-11.data/intro.html index 87ffeb63af..f35ef9c910 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/step-11.data/intro.html +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/step-11.data/intro.html @@ -77,7 +77,7 @@ For this, there are various possibilities: WIDTH="112" HEIGHT="33" ALIGN="MIDDLE" BORDER="0" SRC="step-11.data/img4.gif" ALT="$H^1(\Omega)\subset L^1(\Omega)$"> -by Sobolev's inequality, and thus also on the continuous level since we +by Sobolev's inequality, and thus also on the discrete level since we there only consider subsets of H1.
  • Fixing the mean value over the boundary of the domain to zero or any other value. This is also allowed on the continuous level, since diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-11.data/intro.tex b/deal.II/doc/tutorial/chapter-2.step-by-step/step-11.data/intro.tex index 67a35fbb44..c336c8fda1 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/step-11.data/intro.tex +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/step-11.data/intro.tex @@ -38,7 +38,7 @@ For this, there are various possibilities: \item Fixing the mean value over the domain to zero or any other value. This is allowed on the continuous level, since $H^1(\Omega)\subset L^1(\Omega)$ - by Sobolev's inequality, and thus also on the continuous level since we + by Sobolev's inequality, and thus also on the discrete level since we there only consider subsets of $H^1$. \item Fixing the mean value over the boundary of the domain to zero or any diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-11.data/results.html b/deal.II/doc/tutorial/chapter-2.step-by-step/step-11.data/results.html index 75ab4e996c..01c0e7a8f4 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/step-11.data/results.html +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/step-11.data/results.html @@ -37,7 +37,7 @@ cells |u|_1 error As we expected, the convergence order for each of the different mappings is clearly quadratic in the mesh size. What is interesting, though, is that the error for a bilinear mapping -(i.e. degree 1) is more that three times larger than that for the +(i.e. degree 1) is more than three times larger than that for the higher order mappings; it is therefore clearly advantageous in this case to use a higher order mapping, not because it improves the order of convergence but just to reduce the constant before the convergence -- 2.39.5