We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb87689 commit 5b948c2Copy full SHA for 5b948c2
1 file changed
examples/lbvp_2d_poisson/poisson.py
@@ -64,8 +64,8 @@
64
solver.solve()
65
66
# Gather global data
67
-x = xbasis.global_grid()
68
-y = ybasis.global_grid()
+x = xbasis.global_grid(dist, scale=1)
+y = ybasis.global_grid(dist, scale=1)
69
ug = u.allgather_data('g')
70
71
# Plot
0 commit comments