FEniCS/basix

Provide function to apply transpose dof transformations

Closed this issue · 0 comments

Currently, we have a function to apply dof transformation to tabulated shape functions, but if one wants to apply the transformations directly to the element tensor, one needs to post-multiply the element tensor by the transpose of the transformation matrix:

Ae = M @ Ae @ M.T

However, this function is not available.
Or are there any alternatives?