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, 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: