#include <dune/istl/paamg/galerkin.hh>
|
typedef G::VertexDescriptor | Vertex |
|
|
template<class V , class O , class R > |
void | examine (G &graph, V &visitedMap, const T &pinfo, const AggregatesMap< Vertex > &aggregates, const O &overlap, const OverlapVertex< Vertex > *overlapVertices, const OverlapVertex< Vertex > *overlapEnd, R &row) |
|
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) |
|
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 V , class O , class R > |
static void | examine (G &graph, V &visitedMap, const T &pinfo, const AggregatesMap< Vertex > &aggregates, const O &overlap, const OverlapVertex< Vertex > *overlapVertices, const OverlapVertex< Vertex > *overlapEnd, R &row) |
|
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...
|
|
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 |
|
) |
| |
|
inherited |
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 |
|
) |
| |
|
inherited |
template<class G , class T >
template<class V , class O , class R >
The documentation for this struct was generated from the following file: