dune-istl  2.2.1
Classes | Public Member Functions | Static Public Member Functions | List of all members
Dune::Amg::BaseConnectivityConstructor Struct Reference

#include <dune/istl/paamg/galerkin.hh>

Inheritance diagram for Dune::Amg::BaseConnectivityConstructor:
Dune::Amg::ConnectivityConstructor< G, T > Dune::Amg::ConnectivityConstructor< G, SequentialInformation >

Classes

class  ConnectedBuilder
 Visitor for identifying connected aggregates during a breadthFirstSearch. More...
 

Public Member Functions

template<class R , class G , class V >
void constructNonOverlapConnectivity (R &row, G &graph, V &visitedMap, const AggregatesMap< typename G::VertexDescriptor > &aggregates, const typename G::VertexDescriptor &seed)
 
template<class R , class G , class V >
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)
 

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. More...
 

Member Function Documentation

template<class R , class G , class V >
void Dune::Amg::BaseConnectivityConstructor::constructNonOverlapConnectivity ( R &  row,
G &  graph,
V &  visitedMap,
const AggregatesMap< typename G::VertexDescriptor > &  aggregates,
const typename G::VertexDescriptor &  seed 
)
template<class R , class G , class V >
void Dune::Amg::BaseConnectivityConstructor::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 
)

The documentation for this struct was generated from the following file: