Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Classes | Namespaces | Defines | Functions
geometry/topology.hh File Reference
#include <memory>
#include <map>
#include "basics/typedefs.hh"
#include "basics/Zm.hh"
#include "basics/debug.hh"
#include "toolbox/scannerConnectors.hh"
#include "connector.hh"
#include "quadsubdiv.hh"
#include "strategyChange.hh"
Include dependency graph for topology.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  concepts::Edge
 An edge in the topology. More...
class  concepts::InfiniteEdge
 An infinite edge in the topology, which possess only one vertex as the other lies in the infinite. More...
class  concepts::InfiniteQuad
 A infinite quadrilateral in the topology, which possess one Edge and two InfiniteEdges since one edge lies in the infinite. More...
class  concepts::Quad
 A quadrilateral in the topology. More...
class  concepts::Triangle
 A triangle in the topology. More...
class  concepts::Vertex
 A vertex in the topology. More...

Namespaces

namespace  concepts
 

Geometries and material constants for eddy current problems.


Defines

#define VertexConstr_D   0

Functions

int concepts::match (const Connector1 &edg0, const Connector1 &edg1, int idx[])
 Checks, if two edges has a common vertex.

Define Documentation

#define VertexConstr_D   0

Definition at line 18 of file topology.hh.


Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)