Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd committed Dec 7, 2023
1 parent 1b4cc9c commit 75a31d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chapter3/neumann_dirichlet_code.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion chapter3/neumann_dirichlet_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 75a31d8

Please sign in to comment.