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

Classes | Namespaces | Defines | Functions
space/element.hh File Reference
#include <limits>
#include <cstring>
#include "basics/typedefs.hh"
#include "basics/outputOperator.hh"
#include "basics/exceptions.hh"
#include "basics/vectorsMatricesForward.hh"
#include "toolbox/array.hh"
#include "geometry/cell.hh"
#include "basics/debug.hh"
Include dependency graph for element.hh:

Go to the source code of this file.

Classes

class  concepts::Element< F >
 An abstract class for an element of a space. More...
class  concepts::ElementAndFacette< F >
 Container for an element and one facette (edge or face). More...
class  concepts::ElementMatrix< F >
 Element matrix. More...
class  concepts::ElementMatrixBase< F >
 Base class for element matrices. More...
class  concepts::ElementWithCell< F >
 Element with cell. More...

Namespaces

namespace  concepts
 

Geometries and material constants for eddy current problems.


Defines

#define ElementMatrixAppl_D   0
#define EPS   std::numeric_limits<double>::epsilon()

Functions

template<class F >
std::ostream & concepts::operator<< (std::ostream &os, const ElementMatrix< F > &o)

Define Documentation

#define ElementMatrixAppl_D   0

Definition at line 27 of file element.hh.

#define EPS   std::numeric_limits<double>::epsilon()

Definition at line 13 of file element.hh.


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