dune-istl
2.2.0
|
An index map for mapping the edges to indices. More...
#include <dune/istl/paamg/graph.hh>
Public Types | |
typedef ReadablePropertyMapTag | Category |
Public Member Functions | |
EdgeIndexMap (const EdgeDescriptor &firstEdge) | |
EdgeIndexMap (const EdgeIndexMap &emap) | |
Protect copy construction. | |
std::size_t | operator[] (const EdgeDescriptor &edge) const |
An index map for mapping the edges to indices.
This should be used for attaching properties to a SubGraph using VertexPropertiesGraph od PropertiesGraph.
typedef ReadablePropertyMapTag Dune::Amg::SubGraph< G, T >::EdgeIndexMap::Category |
Dune::Amg::SubGraph< G, T >::EdgeIndexMap::EdgeIndexMap | ( | const EdgeDescriptor & | firstEdge | ) | [inline] |
Dune::Amg::SubGraph< G, T >::EdgeIndexMap::EdgeIndexMap | ( | const EdgeIndexMap & | emap | ) | [inline] |
Protect copy construction.
std::size_t Dune::Amg::SubGraph< G, T >::EdgeIndexMap::operator[] | ( | const EdgeDescriptor & | edge | ) | const [inline] |