continuityData.hh File Reference
#include <iostream>
#include <map>
#include "basics/exceptions.hh"
#include "toolbox/hashMap.hh"
#include "toolbox/set.hh"
#include "cell.hh"
#include "connector.hh"
#include "connectorSet.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 | |
concepts | |
Basic namespace for Concepts-2. | |
Functions | |
std::ostream & | concepts::operator<< (std::ostream &os, const CellData &c) |
Detailed Description
Data structures and some algorithms to find the supports for continuous shape functions on vertices (2D and 3D) and edges (3D)
Definition in file continuityData.hh.