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 >
 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::ElementGraphics< F >
 Handles graphics output (to a file) of a specific element. 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...
 
class  concepts::TMatrixBase< F >
 An abstract class for a T matrix. More...
 

Namespaces

 concepts
 Basic namespace for Concepts-2.
 

Macros

#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)
 

Detailed Description

Elements to build a space

Definition in file element.hh.

Macro Definition Documentation

◆ ElementMatrixAppl_D

#define ElementMatrixAppl_D   0

Definition at line 29 of file element.hh.

◆ EPS

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

Definition at line 15 of file element.hh.

Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich