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

Method permute_subentity_closure

cpp/dolfinx/fem/CoordinateElement.cpp:64–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62//--------------------------------------------------------------------------------
63template <std::floating_point T>
64void CoordinateElement<T>::permute_subentity_closure(std::span<std::int32_t> d,
65 std::uint32_t cell_info,
66 mesh::CellType entity_type,
67 int entity_index) const
68{
69 assert(_element);
70 _element->permute_subentity_closure_inv(
71 d, cell_info, mesh::cell_type_to_basix_type(entity_type), entity_index);
72}
73//--------------------------------------------------------------------------------
74template <std::floating_point T>
75ElementDofLayout CoordinateElement<T>::create_dof_layout() const

Callers 1

entities_to_geometryFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected