From cc9c21cc32b04f04dc86cae6ad4a2c69c85bef73 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 8 Feb 2006 17:27:45 +0000 Subject: [PATCH] Fix some typos. git-svn-id: https://svn.dealii.org/trunk@12268 0785d39b-7218-0410-832d-ea1e28bc413d --- .../tutorial/chapter-2.step-by-step/step-8.data/intro.html | 5 +++-- .../tutorial/chapter-2.step-by-step/step-8.data/intro.tex | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-8.data/intro.html b/deal.II/doc/tutorial/chapter-2.step-by-step/step-8.data/intro.html index d79d0fbaae..131c5bf725 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/step-8.data/intro.html +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/step-8.data/intro.html @@ -274,7 +274,8 @@ element. Of course, while -For example (but this layout is not mandatory, and you should not rely on it), +For example (though this sequence of shape functions is not +guaranteed, and you should not rely on it), the following layout could be used by the library:

@@ -697,5 +698,5 @@ right hand side vectors.

As a final note: in the step-17 example program, we will revisit the elastic problem laid out here, and will show how to solve it in parallel on a cluster -of computers. The resulting problem will thus be able to solve this problem to +of computers. The resulting program will thus be able to solve this problem to significantly higher accuracy, and more efficiently if this is required. diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-8.data/intro.tex b/deal.II/doc/tutorial/chapter-2.step-by-step/step-8.data/intro.tex index 301d4132bb..783de9cf03 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/step-8.data/intro.tex +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/step-8.data/intro.tex @@ -117,7 +117,8 @@ element. Of course, while $i$ is in the range $0,\ldots,N-1$, the functions $comp(i)$ and $base(i)$ have the ranges $0,1$ (in 2D) and $0,\ldots,n-1$, respectively. -For example (but this layout is not mandatory, and you should not rely on it), +For example (though this sequence of shape functions is not +guaranteed, and you should not rely on it), the following layout could be used by the library: \begin{center} \begin{multline*} @@ -331,7 +332,7 @@ right hand side vectors. As a final note: in the step-17 example program, we will revisit the elastic problem laid out here, and will show how to solve it in parallel on a cluster -of computers. The resulting problem will thus be able to solve this problem to +of computers. The resulting program will thus be able to solve this problem to significantly higher accuracy, and more efficiently if this is required. -- 2.39.5