dune-istl  2.8.0
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 ([[maybe_unused]] const SequentialInformation &fineInfo, [[maybe_unused]] Graph &fineGraph, [[maybe_unused]] VM &visitedMap, [[maybe_unused]] AggregatesMap< typename Graph::VertexDescriptor > &aggregates, [[maybe_unused]] SequentialInformation &coarseInfo, [[maybe_unused]] typename Graph::VertexDescriptor noAggregates)
 

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, typename Graph::VertexDescriptor noAggregates)
 

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


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