We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7dbe51 commit caca4c2Copy full SHA for caca4c2
cpp/assemble_matrix.cpp
@@ -603,8 +603,7 @@ void assemble_matrix_impl(
603
or a.needs_facet_permutations();
604
std::span<const std::uint32_t> cell_info0;
605
std::span<const std::uint32_t> cell_info1;
606
- if (element0->needs_dof_transformations()
607
- or element1->needs_dof_transformations() or a.needs_facet_permutations())
+ if (needs_transformation_data)
608
{
609
mesh0->topology_mutable()->create_entity_permutations();
610
mesh1->topology_mutable()->create_entity_permutations();
0 commit comments