Skip to content

Commit dc2dee8

Browse files
authored
Fix variable name in PDE example docs (#821)
1 parent d88303f commit dc2dee8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/PDE.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
# We solve
44
# ```math
5-
# (Δ + 100)y(x,y) = 0
5+
# (Δ + 100)u(x,y) = 0
66
# ```
77
# on the rectangle `-1..1 × -1..1`,
8-
# subject to the condition that ``y=1`` on the boundary.
8+
# subject to the condition that ``u=1`` on the boundary of the domain.
99

1010
include("PDE1.jl")
1111

0 commit comments

Comments
 (0)