|
dune-istl
2.2.0
|
Provides classes for building the matrix graph. More...
Go to the source code of this file.
Classes | |
| class | Dune::Amg::MatrixGraph< M > |
| The (undirected) graph of a matrix. More... | |
| class | Dune::Amg::MatrixGraph< M >::EdgeIteratorT< C > |
| Iterator over all edges starting from a vertex. More... | |
| class | Dune::Amg::MatrixGraph< M >::VertexIteratorT< C > |
| The vertex iterator type of the graph. More... | |
| class | Dune::Amg::SubGraph< G, T > |
| A subgraph of a graph. More... | |
| class | Dune::Amg::SubGraph< G, T >::EdgeIndexMap |
| An index map for mapping the edges to indices. More... | |
| class | Dune::Amg::SubGraph< G, T >::EdgeIterator |
| The edge iterator of the graph. More... | |
| class | Dune::Amg::SubGraph< G, T >::VertexIterator |
| The vertex iterator of the graph. More... | |
| class | Dune::Amg::VertexPropertiesGraph< G, VP, VM > |
| Attaches properties to the vertices of a graph. More... | |
| class | Dune::Amg::VertexPropertiesGraph< G, VP, VM >::VertexIteratorT< C > |
| class | Dune::Amg::PropertiesGraph< G, VP, EP, VM, EM > |
| Attaches properties to the edges and vertices of a graph. More... | |
| class | Dune::Amg::PropertiesGraph< G, VP, EP, VM, EM >::EdgeIteratorT< C > |
| class | Dune::Amg::PropertiesGraph< G, VP, EP, VM, EM >::VertexIteratorT< C > |
| class | Dune::Amg::GraphVertexPropertiesSelector< G > |
| Wrapper to access the internal edge properties of a graph via operator[]() More... | |
| class | Dune::Amg::GraphEdgePropertiesSelector< G > |
| Wrapper to access the internal vertex properties of a graph via operator[]() More... | |
Namespaces | |
| namespace | Dune |
| namespace | Dune::Amg |
Functions | |
| template<class G , class V > | |
| int | Dune::Amg::visitNeighbours (const G &graph, const typename G::VertexDescriptor &vertex, V &visitor) |
| Visit all neighbour vertices of a vertex in a graph. | |
Provides classes for building the matrix graph.
1.7.6.1