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

Support different dof orderings on a cell #557

Open
garth-wells opened this issue Feb 22, 2023 · 0 comments
Open

Support different dof orderings on a cell #557

garth-wells opened this issue Feb 22, 2023 · 0 comments
Labels
enhancement New feature or request proposal Proposed change
Milestone

Comments

@garth-wells
Copy link
Member

At the moment, FFCx works with the Basix 'reference' ordering of dofs on a cell. This is ordering is not suitable for all kernel algorithms, e.g. sum factorisation.

To deal with this FFCx, should supply a permutation array to Basix when creating an element to control the layout (see FEniCS/basix#637).

For the user of FFCx generated code, the permutation from the Basix reference ordering should be stored so that elements with the corrected ordering can be re-created.

@garth-wells garth-wells added enhancement New feature or request proposal Proposed change labels Feb 22, 2023
@garth-wells garth-wells changed the title Support different dof orderings on a cells Support different dof orderings on a cell Feb 22, 2023
@garth-wells garth-wells added this to the v0.9.0 milestone May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request proposal Proposed change
Projects
None yet
Development

No branches or pull requests

1 participant