Class documentation of Concepts

Loading...
Searching...
No Matches
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"

Go to the source code of this file.

Classes

class  concepts::Element< F >
 
class  concepts::ElementWithCell< F >
 
class  concepts::ElementAndFacette< F >
 
class  concepts::ElementMatrixBase< F >
 
class  concepts::ElementMatrix< F >
 

Namespaces

namespace  concepts
 

Macros

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

Functions

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

Detailed Description

Elements to build a space

Definition in file element.hh.

Macro Definition Documentation

◆ ElementMatrixAppl_D

#define ElementMatrixAppl_D   0

Definition at line 28 of file element.hh.

◆ EPS

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

Definition at line 14 of file element.hh.