From 483d96938ca0a332b27d70ba6089e9d72efc9566 Mon Sep 17 00:00:00 2001 From: kronbichler Date: Thu, 14 Aug 2008 15:37:54 +0000 Subject: [PATCH] A typo. git-svn-id: https://svn.dealii.org/trunk@16544 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-31/doc/intro.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/examples/step-31/doc/intro.dox b/deal.II/examples/step-31/doc/intro.dox index daad86382b..063c15c15d 100644 --- a/deal.II/examples/step-31/doc/intro.dox +++ b/deal.II/examples/step-31/doc/intro.dox @@ -699,7 +699,7 @@ the form where $A_s$ is a Laplace matrix of size equal to the number of shape functions associated with each component of the vector-valued velocity. With this matrix, one could be tempted to define our preconditioner for the -velocity matrix $A$ as follows: +velocity matrix A as follows: @f{eqnarray*} \tilde A^{-1} = \left(\begin{array}{ccc} @@ -740,7 +740,7 @@ almost all the benefits of what we hoped to get. To sum this whole story up, we can observe: