From: wolf Date: Wed, 8 Feb 2006 17:27:45 +0000 (+0000) Subject: Fix some typos. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc9c21cc32b04f04dc86cae6ad4a2c69c85bef73;p=dealii-svn.git Fix some typos. git-svn-id: https://svn.dealii.org/trunk@12268 0785d39b-7218-0410-832d-ea1e28bc413d --- 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.