Skip to content

Commit

Permalink
Merge branch 'main' into francesco/openmpi5
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-ballarin committed Nov 15, 2023
2 parents a339a49 + dfc6a7c commit d570122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffcx/ir/elementtables.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def build_optimized_tables(quadrature_rule, cell, integral_type, entitytype,
# get priority
all_elements = [res[0] for res in analysis.values()]
unique_elements = ufl.algorithms.sort_elements(
ufl.algorithms.analysis.extract_sub_elements(all_elements))
set(ufl.algorithms.analysis.extract_sub_elements(all_elements)))
element_numbers = {element: i for i, element in enumerate(unique_elements)}
mt_tables = {}

Expand Down

0 comments on commit d570122

Please sign in to comment.