From 963702908273129e127c411bfdb2e1f129f727ee Mon Sep 17 00:00:00 2001 From: "Garth N. Wells" Date: Wed, 8 Jan 2025 10:17:10 +0000 Subject: [PATCH] Update python/demo/demo_mixed-poisson.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jørgen Schartum Dokken --- python/demo/demo_mixed-poisson.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/demo/demo_mixed-poisson.py b/python/demo/demo_mixed-poisson.py index 5c51127535..0ce7d9a37f 100644 --- a/python/demo/demo_mixed-poisson.py +++ b/python/demo/demo_mixed-poisson.py @@ -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)