dune-istl
2.5.1
|
Visitor for identifying connected aggregates during a breadthFirstSearch. More...
#include <dune/istl/paamg/galerkin.hh>
Public Types | |
typedef G | Graph |
The type of the graph. More... | |
typedef Graph::ConstEdgeIterator | ConstEdgeIterator |
The constant edge iterator. More... | |
typedef S | Set |
The type of the connected set. More... | |
typedef V | VisitedMap |
The type of the map for marking vertices as visited. More... | |
typedef Graph::VertexDescriptor | Vertex |
The vertex descriptor of the graph. More... | |
Public Member Functions | |
ConnectedBuilder (const AggregatesMap< Vertex > &aggregates, Graph &graph, VisitedMap &visitedMap, Set &connected) | |
Constructor. More... | |
void | operator() (const ConstEdgeIterator &edge) |
Process an edge pointing to another aggregate. More... | |
Visitor for identifying connected aggregates during a breadthFirstSearch.