From 71dde266c2c44fa946d2b851141a50b3eb8da63c Mon Sep 17 00:00:00 2001 From: Scott Miller Date: Mon, 30 Sep 2013 00:13:51 +0000 Subject: [PATCH] Fix typo in documentation. git-svn-id: https://svn.dealii.org/trunk@31021 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-51/doc/intro.dox | 1 + 1 file changed, 1 insertion(+) diff --git a/deal.II/examples/step-51/doc/intro.dox b/deal.II/examples/step-51/doc/intro.dox index e702b1ecde..44992f71f4 100644 --- a/deal.II/examples/step-51/doc/intro.dox +++ b/deal.II/examples/step-51/doc/intro.dox @@ -198,6 +198,7 @@ Find $(\mathbf{q}_h, u_h, \hat{u}_h) \in \\ - (\nabla w, \mathbf{c} u_h)_{\mathcal{T}} + (w, \nabla \cdot \mathbf{q}_h)_{\mathcal{T}} + + (w, (\mathbf{c}\cdot\mathbf{n}) \hat{u}_H)_{\mathcal{T}} + \left_{\partial \mathcal{T}} &=& (w, f)_{\mathcal{T}}, -- 2.39.5