Skip to content

Commit

Permalink
polyset_type
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Aug 7, 2023
1 parent 513bc1a commit 935899a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ffcx/element_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,10 @@ def map_type(self) -> basix.MapType:
"""The Basix map type."""
return basix.MapType.identity

@property
def polyset_type(self) -> basix.PolysetType:
"""The polyset type of the element."""
raise NotImplementedError()

class RealElement(basix.ufl._ElementBase):
"""A real element."""
Expand Down

0 comments on commit 935899a

Please sign in to comment.