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