dune-geometry  2.3.1
Public Types | List of all members
Dune::ReferenceElement< ctype, dim >::Codim< codim > Struct Template Reference

Collection of types depending on the codimension. More...

#include <dune/geometry/referenceelements.hh>

Public Types

typedef AffineGeometry< ctype,
dim-codim, dim > 
Geometry
 type of geometry embedding a subentity into the reference element More...
 
typedef Geometry Mapping
 

Detailed Description

template<class ctype, int dim>
template<int codim>
struct Dune::ReferenceElement< ctype, dim >::Codim< codim >

Collection of types depending on the codimension.

Member Typedef Documentation

template<class ctype, int dim>
template<int codim>
typedef AffineGeometry< ctype, dim-codim, dim > Dune::ReferenceElement< ctype, dim >::Codim< codim >::Geometry

type of geometry embedding a subentity into the reference element

template<class ctype, int dim>
template<int codim>
typedef Geometry Dune::ReferenceElement< ctype, dim >::Codim< codim >::Mapping
Deprecated:
"Use Geometry instead."

The documentation for this struct was generated from the following file: