From 64e94f1cd0ae2e8328d02a510dcb805654d5b9c0 Mon Sep 17 00:00:00 2001 From: Zhuoran Wang Date: Tue, 20 Feb 2018 16:00:54 +0000 Subject: [PATCH] Fix the location of hats on symbols in the documentation. --- examples/step-51/doc/intro.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/step-51/doc/intro.dox b/examples/step-51/doc/intro.dox index ffcf44e248..9754c5170f 100644 --- a/examples/step-51/doc/intro.dox +++ b/examples/step-51/doc/intro.dox @@ -132,9 +132,9 @@ We multiply these equations by the weight functions $\mathbf{v}, w$ and integrate by parts over every element $K$ to obtain: @f{eqnarray*} (\mathbf{v}, \kappa^{-1} \mathbf{q})_K - (\nabla\cdot\mathbf{v}, u)_K - + \left<\mathbf{v}\cdot\mathbf{n}, \hat{u}\right>_{\partial K} &=& 0, \\ + + \left<\mathbf{v}\cdot\mathbf{n}, {\hat{u}}\right>_{\partial K} &=& 0, \\ - (\nabla w, \mathbf{c} u + \mathbf{q})_K - + \left_{\partial K} + + \left_{\partial K} &=& (w,f)_K. @f} -- 2.39.5