72 std::array<simplex::internal::VisitedArray<simplex::IdSimplex>, 2>
void init()
Depending on the depth, the iterator must be initialized differently.
TopDimensionCofacesIterable::Iterator m_it
Tuple navigate_to_link(Tuple t)
LinkIterable & m_container
Iterator(LinkIterable &container, const Tuple &t=Tuple())
Iterator & step_depth_3()
Use breadth first search to find all d-simplices, and iterate through all cofaces in a d-simplex.
int64_t depth()
Compute the depth from the mesh and the simplex type.
bool operator!=(const Iterator &other) const
This iterator internally uses TopDimensionCofacesIterable.
TopDimensionCofacesIterable::Iterator m_it_end
TopDimensionCofacesIterable m_tdc_itrbl
LinkIterable(const Mesh &mesh, const Simplex &simplex)
std::array< simplex::internal::VisitedArray< simplex::IdSimplex >, 2 > m_visited_link
const Tuple & tuple() const
Iterating through the d-simplices of a mesh can be done in different ways, depending on the simplex d...