Skip to content

Commit 4bc721e

Browse files
committed
Minor
1 parent a8b9980 commit 4bc721e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/poisson_hho.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ using Gridap.Arrays
4141

4242
# ## Geometry
4343
#
44-
# We generate a 2-dimensional simplicial mesh from a Cartesian grid:
44+
# We generate a 2-dimensional simplicial mesh from a Cartesian grid, then taking its Voronoi
45+
# dual to create a polytopal mesh.
4546

4647
u(x) = sin(2*π*x[1])*sin(2*π*x[2])
4748
f(x) = -Δ(u)(x)

0 commit comments

Comments
 (0)