| 549 | //----------------------------------------------------------------------------- |
| 550 | template <std::floating_point T> |
| 551 | void FiniteElement<T>::permute(std::span<std::int32_t> doflist, |
| 552 | std::uint32_t cell_permutation) const |
| 553 | { |
| 554 | _element->permute(doflist, cell_permutation); |
| 555 | } |
| 556 | //----------------------------------------------------------------------------- |
| 557 | template <std::floating_point T> |
| 558 | void FiniteElement<T>::permute_inv(std::span<std::int32_t> doflist, |
nothing calls this directly
no outgoing calls
no test coverage detected