15 unsigned rel_codim)
const {
17 auto l = [&](
auto i) ->
const mesh::Entity& {
return **i; };
19 return {
reinterpret_cast<const Entity* const*
>(&
nodes_[0]), 2};
25 LF_VERIFY_MSG(
false,
"Segment: rel_codim out of range");
Interface class representing a topological entity in a cellular complex
nonstd::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...