16 auto l = [&](
auto i) ->
const mesh::Entity& {
return **i; };
18 return {
reinterpret_cast<const Entity* const*
>(
nodes_.data()), 2};
24 LF_VERIFY_MSG(
false,
"Segment: rel_codim out of range");
Interface class representing a topological entity in a cellular complex
std::span< const Entity *const > SubEntities(unsigned rel_codim) const override
Access to all subentities selected by relative co-dimension.
std::array< const Point *, 2 > nodes_
An alternative implementation of a hybrid2d mesh manager that uses Pointers to store sub-entity relat...