Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass permutation array to transform dof ordering #637

Closed
garth-wells opened this issue Feb 22, 2023 · 1 comment
Closed

Pass permutation array to transform dof ordering #637

garth-wells opened this issue Feb 22, 2023 · 1 comment

Comments

@garth-wells
Copy link
Member

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.

@garth-wells
Copy link
Member Author

@mscroggs, @IgorBaratta can this be closed now?

@mscroggs mscroggs closed this as completed Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants