dune-geometry  2.4
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...
 

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


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