]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix a couple typos.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 11 Dec 2009 14:16:34 +0000 (14:16 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 11 Dec 2009 14:16:34 +0000 (14:16 +0000)
git-svn-id: https://svn.dealii.org/trunk@20236 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-28/doc/intro.dox

index 5c0cb0012463f15a57d650a460df7ca523255d55..0e7b640a4899798db35cd50382a3e2f4277244df 100644 (file)
@@ -396,15 +396,15 @@ loop over the set of common most refined cells, calling the function
 these cells.
 
 By construction, there are now three cases to be considered:
-<ul>
-<li>[(i)] The cell $K$ is active on both meshes, i.e. both the basis
+<ol>
+<li> The cell $K$ is active on both meshes, i.e. both the basis
   functions $\varphi_g^i$ as well as $\varphi_{g'}^j$ are defined on $K$.
-<li>[(ii)] The cell $K$ is active on mesh $g$, but not $g'$, i.e. the
+<li> The cell $K$ is active on mesh $g$, but not $g'$, i.e. the
   $\varphi_g^i$  are defined on $K$, whereas the $\varphi_{g'}^j$ are defined
   on children of $K$.
-<li>[(iii)] The cell $K$ is active on mesh $g'$, but not $g$, with opposite
+<li> The cell $K$ is active on mesh $g'$, but not $g$, with opposite
   conclusions than in (ii).
-</ul>
+</ol>
 
 To compute the right hand side above, we then need to have different code for
 these three cases, as follows:
@@ -458,7 +458,7 @@ these three cases, as follows:
     \qquad
     \qquad
     F_i|_{K_c} = B_c^{il} M_{K_c}^{lj}  \phi_{g'}^j
-    = (B_c M_{K_c})^{il} \phi_{g'}^j,
+    = (B_c M_{K_c})^{ij} \phi_{g'}^j,
   @f}
   where $M_{K_c}^{lj}=\int_{K_c} f(x) \varphi_{g'}^l(x) \varphi_{g'}^j(x)$ is
   the weighted mass matrix on child $c$ of cell $K$.
@@ -500,7 +500,7 @@ these three cases, as follows:
     &=&
     \left\{
     \sum_{0\le c<2^{\texttt{dim}}}
-    \int_{K_c} f(x) \varphi_{g'}^i(x) B_c^{jl} \varphi_{g'}^l(x) 
+    \int_{K_c} f(x) \varphi_g^i(x) B_c^{jl} \varphi_{g}^l(x) 
     \ dx \right\} \phi_{g'}^j.
   @f}
   In matrix notation, this expression now reads as

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.