]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix several typos.
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 22 Aug 2005 13:05:46 +0000 (13:05 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 22 Aug 2005 13:05:46 +0000 (13:05 +0000)
git-svn-id: https://svn.dealii.org/trunk@11304 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/tutorial/chapter-2.step-by-step/step-18.data/intro.html
deal.II/doc/tutorial/chapter-2.step-by-step/step-18.data/intro.tex

index 2038065ada5486b8abc51c74434c1d62ef304e3f..57ad2e5ffe5b643668bdba61aea0b24525f41bae 100644 (file)
@@ -776,7 +776,7 @@ can be understood as follows: locally, the incremental deformation <!-- MATH
  SRC="step-18.data/intro/img71.png"
  ALT="$ \Delta\vec u$"> can be decomposed into three parts, a linear translation (the constant part
 of the displacement field in the neighborhood of a point), a dilational
-component (that part of the gradient if the displacement field that has a
+component (that part of the gradient of the displacement field that has a
 nonzero divergence), and a rotation. A linear translation of the material does
 not affect the stresses that are frozen into it - the stress values are
 simply translated along. The dilational or compressional change produces a
@@ -788,7 +788,7 @@ situation where <!-- MATH
 <IMG
  WIDTH="107" HEIGHT="35" ALIGN="MIDDLE" BORDER="0"
  SRC="step-18.data/intro/img72.png"
- ALT="$ \Delta\vec u=(y, -x)^T$">, which which <!-- MATH
+ ALT="$ \Delta\vec u=(y, -x)^T$">, with which <!-- MATH
  $\varepsilon(\Delta \vec u)=0$
  -->
 <IMG
index b03c86c8e2e7a4c72610a5edf92916b287dfc571..867a0cb62278003501e1e48a438a42ec9793f365 100644 (file)
@@ -234,7 +234,7 @@ course replace this term by numerical quadrature:
   \approx
   \sum_{K\subset {\mathbb{T}}}
   \sum_q
-  w_q \ \sigma^{n-1}(\vec x_q) : \varepsilon(\varphi(\vec x_q)),
+  w_q \ \sigma^{n-1}(\vec x_q) : \varepsilon(\varphi(\vec x_q),
 \end{gather}
 where $w_q$ are the quadrature weights and $\vec x_q$ the quadrature points on
 cell $K$. This should make clear that what we really need is not the stress
@@ -259,13 +259,13 @@ old domain, and has to be transferred to the new domain. The reason for this
 can be understood as follows: locally, the incremental deformation $\Delta\vec
 u$ can be decomposed into three parts, a linear translation (the constant part
 of the displacement field in the neighborhood of a point), a dilational
-component (that part of the gradient if the displacement field that has a
+component (that part of the gradient of the displacement field that has a
 nonzero divergence), and a rotation. A linear translation of the material does
 not affect the stresses that are frozen into it -- the stress values are
 simply translated along. The dilational or compressional change produces a
 corresponding stress update. However, the rotational component does not
 necessarily induce a nonzero stress update (think, in 2d, for example of the
-situation where $\Delta\vec u=(y, -x)^T$, which which $\varepsilon(\Delta \vec
+situation where $\Delta\vec u=(y, -x)^T$, with which $\varepsilon(\Delta \vec
 u)=0$). Nevertheless, if the the material was pre-stressed in a certain
 direction, then this direction will be rotated along with the material.  To
 this end, we have to define a rotation matrix $R(\Delta \vec u^n)$ that
@@ -374,7 +374,7 @@ sequence of operations on the present mesh:
   \eqref{eq:linear-system}. This leads to a system matrix $A_{ij} = \sum_K
   A^K_{ij}$ built up of local contributions on each cell $K$ with entries
   \begin{gather}
-    A^K_{ij} = (C \varepsilon(\varphi_i), \varepsilon(\varphi_j))_K;
+    A^K_{ij} = (C \varepsilon(\varphi_j), \varepsilon(\varphi_i))_K;
   \end{gather}
   In practice, $A^K$ is computed using numerical quadrature according to the
   formula
@@ -389,7 +389,7 @@ sequence of operations on the present mesh:
   $\varepsilon(\varphi_i),\varepsilon(\varphi_j)$. This is not really
   convenient, in particular if we want to consider more complicated elasticity
   models than the isotropic case for which $C$ had the convenient form
-  $c_{ijkl}  = \lambda \delta_{ij} \delta_{kl} + \mu (\delta_{ik} \delta_{jl}
+  $C_{ijkl}  = \lambda \delta_{ij} \delta_{kl} + \mu (\delta_{ik} \delta_{jl}
   + \delta_{il} \delta_{jk})$. While we in fact do not use a more complicated
   form than this in the present program, we nevertheless want to write it in a
   way that would easily allow for this. It is then natural to introduce

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.