You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, Basix generates elements with a fixed (reference) ordering of dofs on a cell. This reference ordering is not suitable for all algorithms/kernels.
It would be helpful to pass a permutation array to Basix when creating an element to change the ordering. A reason for doing this at Basix level would be to avoid repeated applied permutations in other libraries.
The text was updated successfully, but these errors were encountered:
At the moment, Basix generates elements with a fixed (reference) ordering of dofs on a cell. This reference ordering is not suitable for all algorithms/kernels.
It would be helpful to pass a permutation array to Basix when creating an element to change the ordering. A reason for doing this at Basix level would be to avoid repeated applied permutations in other libraries.
The text was updated successfully, but these errors were encountered: