From: Zhuoran Wang Date: Fri, 7 Feb 2020 22:26:38 +0000 (-0700) Subject: Correct the LHS of the scheme. X-Git-Tag: v9.2.0-rc1~535^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b25d8dd9f3ce920a77da161127cc8ff264624545;p=dealii.git Correct the LHS of the scheme. --- diff --git a/examples/step-47/doc/intro.dox b/examples/step-47/doc/intro.dox index 6cf928d504..34ebe19c52 100644 --- a/examples/step-47/doc/intro.dox +++ b/examples/step-47/doc/intro.dox @@ -334,8 +334,8 @@ where \\ & -\sum_{e \in \mathbb{F}} \int_{e} - \jump{ \frac{\partial^2 u_h}{\partial \mathbf n^2}} - \average{\frac{\partial v_h}{\partial \mathbf n}} \ ds + \jump{\frac{\partial v_h}{\partial \mathbf n}} + \average{\frac{\partial^2 u_h}{\partial \mathbf n^2}} \ ds -\sum_{e \in \mathbb{F}} \int_{e} \average{\frac{\partial^2 v_h}{\partial \mathbf n^2}} \jump{\frac{\partial u_h}{\partial \mathbf n}} \ ds