Skip to content

Commit 8bad4d2

Browse files
authored
Fix Poisson example (#828)
1 parent e23fb8e commit 8bad4d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/PDE_Poisson.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# We solve the Poisson equation
44
# ```math
5-
# Δu(x,y) = 0
5+
# Δu(x,y) = f(x,y)
66
# ```
77
# on the rectangle `-1..1 × -1..1`,
88
# with zero boundary conditions:

0 commit comments

Comments
 (0)