dune-istl 2.9.0
|
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 > | |
std::tuple< int, int, int, int > | build (const M &m, G &graph, AggregatesMap< Vertex > &aggregates, const C &c, bool finestLevel) |
Build the aggregates. More... | |
Class for building the aggregates.