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

Classes | Namespaces | Functions
geometry/connector.hh File Reference
#include "basics/typedefs.hh"
#include "basics/outputOperator.hh"
#include <iostream>
Include dependency graph for connector.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  concepts::Attribute
 Attributes for elements of the topology. More...
class  concepts::Connector
 An abstract class for elements of the topology. More...
class  concepts::Connector0
 A 0D element of the topology. More...
class  concepts::Connector1
 A 1D element of the topology. More...
class  concepts::Connector2
 A 2D element of the topology. More...
class  concepts::Connector3
 A 3D element of the topology. More...
class  concepts::Key
 Key class. More...
class  test::ResetConnector0
 Classes which allow for testing purpose (!) to reset internal counter of each connector type. More...
class  test::ResetConnector1
class  test::ResetConnector2
class  test::ResetConnector3

Namespaces

namespace  concepts
 

Geometries and material constants for eddy current problems.


namespace  test
 

Unit tests.


Functions

bool concepts::operator< (const Connector &cntr_x, const Connector &cntr_y)
 <-operator sorted by the key, it could be useful for sorting, e.g.

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