Skip to content

Commit b944422

Browse files
authored
Fix typo in poisson.1d.neumanndirichlet.rst (lululxvi#2002)
fixing typo neumman to neumann
1 parent 9906ccc commit b944422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/demos/pinn_forward/poisson.1d.neumanndirichlet.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ We will solve a Poisson equation:
88

99
.. math:: \Delta u = 2, \qquad x \in [-1, 1],
1010

11-
with the Neumman boundary conditions on the right boundary
11+
with the Neumann boundary conditions on the right boundary
1212

1313
.. math:: \left.\dfrac{du}{dx}\right|_{x=1} =4
1414

0 commit comments

Comments
 (0)