| 556 | //----------------------------------------------------------------------------- |
| 557 | template <std::floating_point T> |
| 558 | void FiniteElement<T>::permute_inv(std::span<std::int32_t> doflist, |
| 559 | std::uint32_t cell_permutation) const |
| 560 | { |
| 561 | _element->permute_inv(doflist, cell_permutation); |
| 562 | } |
| 563 | //----------------------------------------------------------------------------- |
| 564 | /// @cond |
| 565 | template <std::floating_point T> |