Skip to content

Commit

Permalink
Update python/demo/demo_mixed-poisson.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jørgen Schartum Dokken <[email protected]>
  • Loading branch information
garth-wells and jorgensd authored Jan 8, 2025
1 parent b67418e commit 9637029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/demo/demo_mixed-poisson.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
# to a H(curl) space
V_H1 = fem.functionspace(msh, element("Lagrange", msh.basix_cell(), k, dtype=xdtype))
V_curl = fem.functionspace(msh, element("N1curl", msh.basix_cell(), k, dtype=xdtype))
G = discrete_gradient(V_H1, V_curl) #
G = discrete_gradient(V_H1, V_curl)
G.assemble()
pc_sigma.setHYPREDiscreteGradient(G)

Expand Down

0 comments on commit 9637029

Please sign in to comment.