dune-geometry  2.3.0
Classes | Namespaces
affinegeometry.hh File Reference

An implementation of the Geometry interface for affine geometries. More...

#include <dune/common/fmatrix.hh>
#include <dune/common/fvector.hh>
#include <dune/geometry/type.hh>
#include <dune/geometry/genericgeometry/geometrytraits.hh>
#include <dune/geometry/genericgeometry/matrixhelper.hh>

Go to the source code of this file.

Classes

class  Dune::ReferenceElement< ctype, dim >
 This class provides access to geometric and topological properties of a reference element. This includes its type, the number of subentities, the volume, and a method for checking if a point is inside. The embedding of each subentity into the reference element is also provided. More...
 
struct  Dune::ReferenceElements< ctype, dim >
 Class providing access to the singletons of the reference elements. Special methods are available for simplex and cube elements of any dimension. The method general can be used to obtain the reference element for a given geometry type. More...
 
class  Dune::AffineGeometry< ct, mydim, cdim >
 Implementation of the Geometry interface for affine geometries. More...
 

Namespaces

 Dune
 

Detailed Description

An implementation of the Geometry interface for affine geometries.

Author
Martin Nolte