dune-istl  2.2.1
Classes | Public Types | Public Member Functions | Friends | List of all members
Dune::Amg::Aggregator< G > Class Template Reference

Class for building the aggregates. More...

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

Public Types

typedef G MatrixGraph
 The matrix graph type used. More...
 
typedef
MatrixGraph::VertexDescriptor 
Vertex
 The vertex identifier. More...
 
typedef
MatrixGraph::VertexDescriptor 
AggregateDescriptor
 The type of the aggregate descriptor. More...
 

Public Member Functions

 Aggregator ()
 Constructor. More...
 
 ~Aggregator ()
 Destructor. More...
 
template<class M , class C >
tuple< int, int, int, int > build (const M &m, G &graph, AggregatesMap< Vertex > &aggregates, const C &c, bool finestLevel)
 Build the aggregates. More...
 

Friends

class Stack
 

Detailed Description

template<class G>
class Dune::Amg::Aggregator< G >

Class for building the aggregates.


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