Connected Component

template<class GridImp>
class Dune::MMeshConnectedComponent

The implementation of a connected component of entities in MMesh.

The connected component stores a list of connected entities providing geometrical information for the remeshing step.

Public Functions

inline const std::list<CachingEntity> &children() const

Return list of caching entities in this component.

inline const std::size_t size() const

Return number of caching entities in this component.

template<class GridImp>
class Dune::MMeshInterfaceConnectedComponent

The implementation of connected components in a MMeshInterfaceGrid.

The connected component copies the vertex coordinates and ids.

Public Functions

inline const std::vector<CachingEntity> &children() const

Return list of caching entities in this component.

inline const std::size_t size() const

Return number of caching entities in this component.