From 75a31d89cf4d99f4d532603f4b9ce008094c6cd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20S=2E=20Dokken?= Date: Thu, 7 Dec 2023 15:46:40 +0100 Subject: [PATCH] Remove extra space --- chapter3/neumann_dirichlet_code.ipynb | 2 +- chapter3/neumann_dirichlet_code.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter3/neumann_dirichlet_code.ipynb b/chapter3/neumann_dirichlet_code.ipynb index ba0392cb..f043b527 100644 --- a/chapter3/neumann_dirichlet_code.ipynb +++ b/chapter3/neumann_dirichlet_code.ipynb @@ -16,7 +16,7 @@ "-\\frac{\\partial u}{\\partial n}=g\n", "$$\n", "\n", - "is applied to the remaining sides $y=0$ and $y=1$.\n", + "is applied to the remaining sides $y=0$ and $y=1$.\n", "\n", "## The PDE problem\n", "Let $\\Lambda_D$ and $\\Lambda_N$ denote parts of the boundary $\\partial \\Omega$ where the Dirichlet and Neumann conditions apply, respectively.\n", diff --git a/chapter3/neumann_dirichlet_code.py b/chapter3/neumann_dirichlet_code.py index 5a67cfba..f4adc919 100644 --- a/chapter3/neumann_dirichlet_code.py +++ b/chapter3/neumann_dirichlet_code.py @@ -23,7 +23,7 @@ # -\frac{\partial u}{\partial n}=g # $$ # -# is applied to the remaining sides $y=0$ and $y=1$. +# is applied to the remaining sides $y=0$ and $y=1$. # # ## The PDE problem # Let $\Lambda_D$ and $\Lambda_N$ denote parts of the boundary $\partial \Omega$ where the Dirichlet and Neumann conditions apply, respectively.