#include <dune/istl/paamg/galerkin.hh>
Classes | |
class | ConnectedBuilder |
Visitor for identifying connected aggregates during a breadthFirstSearch. More... | |
Static Public Member Functions | |
template<class R , class G , class V > | |
static void | constructOverlapConnectivity (R &row, G &graph, V &visitedMap, const AggregatesMap< typename G::VertexDescriptor > &aggregates, const OverlapVertex< typename G::VertexDescriptor > *&seed, const OverlapVertex< typename G::VertexDescriptor > *overlapEnd) |
template<class R , class G , class V > | |
static void | constructNonOverlapConnectivity (R &row, G &graph, V &visitedMap, const AggregatesMap< typename G::VertexDescriptor > &aggregates, const typename G::VertexDescriptor &seed) |
Construct the connectivity of an aggregate in the overlap. |