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

Method permute_inv

cpp/dolfinx/fem/FiniteElement.cpp:558–562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

556//-----------------------------------------------------------------------------
557template <std::floating_point T>
558void 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
565template <std::floating_point T>

Callers 1

create_geometryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected