dune-mmesh (unstable)
connectedcomponent.hh
Go to the documentation of this file.
The implementation of connected components in a MMeshInterfaceGridThe connected component copies the ...
Definition: connectedcomponent.hh:31
void add(const Element &element)
Add element to connected component.
Definition: connectedcomponent.hh:80
const std::vector< CachingEntity > & children() const
Return list of caching entities in this component.
Definition: connectedcomponent.hh:87
MMeshInterfaceConnectedComponent(const Element &element)
Construct connected component with a single element.
Definition: connectedcomponent.hh:75
const std::size_t size() const
Return number of caching entities in this component.
Definition: connectedcomponent.hh:90
The MMeshInterfaceCachingEntity class.
The MMeshInterfaceGridGeometry class and its specializations Inherits from Dune::AffineGeometry.
