Skip to content

Commit

Permalink
Update tsfc imports (Firedrake #3929)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpjordan committed Jan 5, 2025
1 parent cf66f38 commit 6bedf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thetis/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ def get_facet_mask(function_space, facet='bottom'):
Here we assume that the mesh has been extruded upwards (along positive
z axis).
"""
from tsfc.finatinterface import create_element as create_finat_element
from finat.element_factory import create_element as create_finat_element

# get base element
elem = get_extruded_base_element(function_space.ufl_element())
Expand Down

0 comments on commit 6bedf6c

Please sign in to comment.