From 5af90d7449d717c6251d6c7148ad7756a681ee1d Mon Sep 17 00:00:00 2001 From: Scott Miller Date: Wed, 25 Sep 2013 12:44:32 +0000 Subject: [PATCH] Fix typo in documentation. git-svn-id: https://svn.dealii.org/trunk@30919 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-51/doc/intro.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-51/doc/intro.dox b/deal.II/examples/step-51/doc/intro.dox index 1b1c91cf1c..e702b1ecde 100644 --- a/deal.II/examples/step-51/doc/intro.dox +++ b/deal.II/examples/step-51/doc/intro.dox @@ -197,7 +197,7 @@ Find $(\mathbf{q}_h, u_h, \hat{u}_h) \in \quad \forall \mathbf{v} \in \mathcal{V}_h^p, \\ - (\nabla w, \mathbf{c} u_h)_{\mathcal{T}} - + \nabla \cdot \mathbf{q}_h)_{\mathcal{T}} + + (w, \nabla \cdot \mathbf{q}_h)_{\mathcal{T}} + \left_{\partial \mathcal{T}} &=& (w, f)_{\mathcal{T}}, -- 2.39.5