From 45365565e90e9e76439d0fd8b11ff1fdfc9cb1fa Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 5 Mar 2015 16:00:27 -0600 Subject: [PATCH] Fix a typo. --- examples/step-7/doc/intro.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/step-7/doc/intro.dox b/examples/step-7/doc/intro.dox index 027df31b7a..a2cd24487b 100644 --- a/examples/step-7/doc/intro.dox +++ b/examples/step-7/doc/intro.dox @@ -151,7 +151,7 @@ that @f] for all test functions $v\in H^1_0=\{v\in H^1: v|_{\Gamma_1}=0\}$. The boundary term ${(g_2,v)}_{\Gamma_2}$ has appeared by integration by parts and -using $\partial_n u=g$ on $\Gamma_2$ and $v=0$ on $\Gamma_1$. The cell +using $\partial_n u=g_2$ on $\Gamma_2$ and $v=0$ on $\Gamma_1$. The cell matrices and vectors which we use to build the global matrices and right hand side vectors in the discrete formulation therefore look like this: @f{eqnarray*} -- 2.39.5