Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
indiamai committed Dec 9, 2024
1 parent f081321 commit e755dbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsfc/finatinterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,12 @@ def convert_finiteelement(element, **kwargs):

return lmbda(cell, element.degree(), **finat_kwargs), set()


@convert.register(redefining_fe.triples.IndiaTripleUFL)
def convert_india_def(element, **kwargs):
return finat.fiat_elements.IndiaDefElement(element.triple), set()


# Element modifiers and compound element types
@convert.register(finat.ufl.BrokenElement)
def convert_brokenelement(element, **kwargs):
Expand Down

0 comments on commit e755dbf

Please sign in to comment.