From 3b76b889fdda5902951acdf684ffca5576d1297a Mon Sep 17 00:00:00 2001 From: Zhuoran Wang Date: Fri, 7 Feb 2020 15:35:08 -0700 Subject: [PATCH] Use jump notation to the RHS for explanation simplicity. --- examples/step-47/step-47.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- 2.39.5