|
dune-istl
2.2.1
|
Coarsen Indices in the sequential case. More...
#include <dune/istl/paamg/indicescoarsener.hh>
Public Member Functions | |
| template<typename Graph , typename VM > | |
| Graph::VertexDescriptor | coarsen (const SequentialInformation &fineInfo, Graph &fineGraph, VM &visitedMap, AggregatesMap< typename Graph::VertexDescriptor > &aggregates, SequentialInformation &coarseInfo) |
Static Public Member Functions | |
| template<typename Graph , typename VM > | |
| static Graph::VertexDescriptor | coarsen (const SequentialInformation &fineInfo, Graph &fineGraph, VM &visitedMap, AggregatesMap< typename Graph::VertexDescriptor > &aggregates, SequentialInformation &coarseInfo) |
Coarsen Indices in the sequential case.
Nothing to be coarsened here. Just renumber the aggregates consecutively
| Graph::VertexDescriptor Dune::Amg::IndicesCoarsener< SequentialInformation, E >::coarsen | ( | const SequentialInformation & | fineInfo, |
| Graph & | fineGraph, | ||
| VM & | visitedMap, | ||
| AggregatesMap< typename Graph::VertexDescriptor > & | aggregates, | ||
| SequentialInformation & | coarseInfo | ||
| ) |
1.8.3.1