dune-istl
2.7.0
|
#include <dune/istl/paamg/renumberer.hh>
Public Types | |
typedef G::VertexDescriptor | Vertex |
The vertex type. More... | |
Public Member Functions | |
AggregateRenumberer (AggregatesMap< Vertex > &aggregates) | |
Constructor. More... | |
operator Vertex () const | |
Conversion to vertex. More... | |
void | operator() (const typename G::ConstEdgeIterator &edge) |
void | operator++ () |
Protected Attributes | |
Vertex | number_ |
AggregatesMap< Vertex > & | aggregates_ |
typedef G::VertexDescriptor Dune::Amg::AggregateRenumberer< G >::Vertex |
The vertex type.
Dune::Amg::AggregateRenumberer< G >::AggregateRenumberer | ( | AggregatesMap< Vertex > & | aggregates | ) |
Constructor.
aggregates | The aggregate map to renumber. |
Dune::Amg::AggregateRenumberer< G >::operator Vertex |
Conversion to vertex.
void Dune::Amg::AggregateRenumberer< G >::operator() | ( | const typename G::ConstEdgeIterator & | edge | ) |
void Dune::Amg::AggregateRenumberer< G >::operator++ |
|
protected |
|
protected |