From a553a4cfa9d98410b1a35e73128d7747dbfd60bd Mon Sep 17 00:00:00 2001 From: Lei Qiao Date: Wed, 1 Jun 2016 22:19:36 +0800 Subject: [PATCH] fix a subscript in introduction of step-51 --- examples/step-51/doc/intro.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/step-51/doc/intro.dox b/examples/step-51/doc/intro.dox index 58a377bb21..ffcf44e248 100644 --- a/examples/step-51/doc/intro.dox +++ b/examples/step-51/doc/intro.dox @@ -199,7 +199,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)_{\partial \mathcal{T}} + + (w, (\mathbf{c}\cdot\mathbf{n}) \hat{u}_h)_{\partial \mathcal{T}} + \left_{\partial \mathcal{T}} &= (w, f)_{\mathcal{T}}, -- 2.39.5