Skip to content

Commit

Permalink
1 not degree
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Oct 7, 2023
1 parent a4d5eb8 commit 2c82cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Poisson.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
forms = []
for degree in range(1, 4):
element = basix.ufl.element("Lagrange", "tetrahedron", degree)
domain = Mesh(basix.ufl.element("Lagrange", "tetrahedron", degree, shape=(3,)))
domain = Mesh(basix.ufl.element("Lagrange", "tetrahedron", 1, shape=(3,)))
space = FunctionSpace(domain, element)

u = TrialFunction(space)
Expand Down

0 comments on commit 2c82cbc

Please sign in to comment.