From 63d22cf179626e0035f258a7f2aa23cee268ee3c Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 11 Dec 2009 14:16:34 +0000 Subject: [PATCH] Fix a couple typos. git-svn-id: https://svn.dealii.org/trunk@20236 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-28/doc/intro.dox | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/deal.II/examples/step-28/doc/intro.dox b/deal.II/examples/step-28/doc/intro.dox index 5c0cb00124..0e7b640a48 100644 --- a/deal.II/examples/step-28/doc/intro.dox +++ b/deal.II/examples/step-28/doc/intro.dox @@ -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: - + 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 -- 2.39.5