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

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

Go to the source code of this file.

Classes

class  concepts::Cell
 A cell in a mesh consist of topological information (neighbours, connectivity, orientation) and geometrical information (coordinates). More...
class  concepts::Cell1
 One dimensional cell. More...
class  concepts::Cell2
 Two dimensional cell. More...
class  concepts::Cell3
 Three dimensional cell. More...
struct  std::less< concepts::Cell * >
 Specialisation of STL class less<F> for pointers to cells. More...
struct  std::less< concepts::Cell1 * >
struct  std::less< concepts::Cell2 * >
struct  std::less< concepts::Cell3 * >

Namespaces

namespace  concepts
 

Geometries and material constants for eddy current problems.


namespace  std

Functions

bool concepts::operator< (const Cell &cell_x, const Cell &cell_y)
 <-operator could be useful for sorting, e.g. in std::set.

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