Skip to content

Commit

Permalink
Update ufl/algorithms/domain_analysis.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs authored Sep 24, 2024
1 parent fd6f814 commit 55ccc73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ufl/algorithms/domain_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def calc_hash(cd):

# Group integrals by common subdomain id
# u.dx(0)*dx(1) + u.dx(0)*dx(2) -> u.dx(0)*dx((1,2))
# to avoid duplicate kernels generated after geoemtry lowering
# to avoid duplicate kernels generated after geometry lowering
unique_integrals = defaultdict(tuple)
metadata_table = defaultdict(dict)
for integral in integrals:
Expand Down

0 comments on commit 55ccc73

Please sign in to comment.