MCPcopy Create free account
hub / github.com/FEniCS/dolfinx / permute

Method permute

cpp/dolfinx/fem/FiniteElement.cpp:551–555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

549//-----------------------------------------------------------------------------
550template <std::floating_point T>
551void 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//-----------------------------------------------------------------------------
557template <std::floating_point T>
558void FiniteElement<T>::permute_inv(std::span<std::int32_t> doflist,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected