dune-istl  2.2.1
Public Member Functions | Static Public Member Functions | List of all members
Dune::Amg::IndicesCoarsener< SequentialInformation, E > Class Template Reference

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)
 

Detailed Description

template<typename E>
class Dune::Amg::IndicesCoarsener< SequentialInformation, E >

Coarsen Indices in the sequential case.

Nothing to be coarsened here. Just renumber the aggregates consecutively

Member Function Documentation

template<typename E >
template<typename Graph , typename VM >
Graph::VertexDescriptor Dune::Amg::IndicesCoarsener< SequentialInformation, E >::coarsen ( const SequentialInformation fineInfo,
Graph &  fineGraph,
VM &  visitedMap,
AggregatesMap< typename Graph::VertexDescriptor > &  aggregates,
SequentialInformation coarseInfo 
)

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