#include <iostream>#include <map>#include "geometry/cell.hh"#include "geometry/connector.hh"#include "basics/exceptions.hh"#include "toolbox/hashMap.hh"#include "toolbox/set.hh"

Go to the source code of this file.
Classes | |
| class | concepts::CellData |
| Stores additional information on a cell, namely its father. More... | |
| class | concepts::ConnectorData |
| Generalization of the class which store additional information for topological entities. More... | |
| class | concepts::EdgeData |
| Stores additional information on an edge, namely its cells and faces. More... | |
| class | concepts::EdgesOfVertices |
| Build a mapping from vertices (over their key) in a cell to the edges their belong to. More... | |
| class | concepts::FaceData |
| Stores additional information on a face, namely its cells. More... | |
| class | concepts::VertexData |
| Stores additional information on a vertex, namely its cells and edges. More... | |
| class | concepts::WrongRelations |
| Exception class to express an illegal relation within topological lists. More... | |
Namespaces | |
| namespace | concepts |
Geometries and material constants for eddy current problems. | |
Functions | |
| std::ostream & | concepts::operator<< (std::ostream &os, const CellData &c) |