We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b9980 commit 4bc721eCopy full SHA for 4bc721e
1 file changed
src/poisson_hho.jl
@@ -41,7 +41,8 @@ using Gridap.Arrays
41
42
# ## Geometry
43
#
44
-# We generate a 2-dimensional simplicial mesh from a Cartesian grid:
+# We generate a 2-dimensional simplicial mesh from a Cartesian grid, then taking its Voronoi
45
+# dual to create a polytopal mesh.
46
47
u(x) = sin(2*π*x[1])*sin(2*π*x[2])
48
f(x) = -Δ(u)(x)
0 commit comments