Skip to content

Commit

Permalink
Merge branch 'master' into correct-adjoint-scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
cpjordan authored Jan 6, 2025
2 parents d8542d3 + 39880f0 commit e49e8bc
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 e49e8bc

Please sign in to comment.