#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::WrongRelations |
class | concepts::ConnectorData |
class | concepts::CellData |
class | concepts::FaceData |
class | concepts::EdgeData |
class | concepts::VertexData |
class | concepts::EdgesOfVertices |
Namespaces | |
namespace | concepts |
Functions | |
std::ostream & | concepts::operator<< (std::ostream &os, const CellData &c) |
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.