Skip to content

Commit

Permalink
subdegree = superdegree for lowest degree
Browse files Browse the repository at this point in the history
  • Loading branch information
jmv2009 authored Dec 15, 2024
1 parent 3855135 commit 4b32841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/demo/demo_tnt-elements.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def create_tnt_quad(degree):
basix.MapType.identity,
basix.SobolevSpace.H1,
False,
degree - 1,
max(degree - 1,1),
degree,
dtype=default_real_type,
)
Expand Down

0 comments on commit 4b32841

Please sign in to comment.