From 9d3a19083cc461054f35abedead077a604c75bf8 Mon Sep 17 00:00:00 2001 From: Matthew Russell Date: Thu, 6 Feb 2020 02:17:12 +0000 Subject: [PATCH] Fix subscript in step-12 intro --- examples/step-12/doc/intro.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/step-12/doc/intro.dox b/examples/step-12/doc/intro.dox index 4be675278e..d15593e9c5 100644 --- a/examples/step-12/doc/intro.dox +++ b/examples/step-12/doc/intro.dox @@ -74,7 +74,7 @@ $u^{\text{upwind}}$ is defined to be $u^+$ if $\beta \cdot n>0$ and $u^-$ otherw As a result, the mesh-dependent weak form reads: @f[ \sum_{T\in \mathbb T_h} -\bigl(\nabla \phi_i,{\mathbf \beta}\cdot \phi_j \bigr)_T + -\sum_{F\in\mathbb F_h^i} \bigl< [\phi_i], \phi_i^{upwind} \beta\cdot \mathbf n\bigr>_{F} + +\sum_{F\in\mathbb F_h^i} \bigl< [\phi_i], \phi_j^{upwind} \beta\cdot \mathbf n\bigr>_{F} + \bigl<\phi_i, \phi_j \beta\cdot \mathbf n\bigr>_{\Gamma_+} = -\bigl<\phi_i, g \beta\cdot\mathbf n\bigr>_{\Gamma_-}. @f] -- 2.39.5