From: Zhuoran Wang Date: Fri, 7 Feb 2020 22:35:08 +0000 (-0700) Subject: Use jump notation to the RHS for explanation simplicity. X-Git-Tag: v9.2.0-rc1~535^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b76b889fdda5902951acdf684ffca5576d1297a;p=dealii.git Use jump notation to the RHS for explanation simplicity. --- diff --git a/examples/step-47/step-47.cc b/examples/step-47/step-47.cc index c158cd7754..8fb352ab97 100644 --- a/examples/step-47/step-47.cc +++ b/examples/step-47/step-47.cc @@ -625,7 +625,7 @@ namespace Step47 // {\mathbf n}}$. The term to be added to the right hand side // vector is then // $\frac{\gamma}{h_e}\int_e - // \frac{\partial v_h}{\partial \mathbf n} j \ ds$. + // \jump{\frac{\partial v_h}{\partial \mathbf n}} j \ ds$. for (unsigned int qpoint = 0; qpoint < q_points.size(); ++qpoint) { const auto &n = normals[qpoint];