dune-pdelab
2.5-dev
|
Global-valued finite element map for Monom elements. More...
#include <dune/pdelab/finiteelementmap/monomfem.hh>
Public Types | |
typedef FiniteElementMapTraits< typename MonomialFiniteElementFactory< Geometry, RF, p > ::FiniteElement > | Traits |
Public Member Functions | |
MonomFiniteElementMap () | |
Traits::FiniteElementType | find (const Element &e) const |
Return finite element for the given entity. More... | |
Static Public Attributes | |
static constexpr int | dimension = Geometry::mydimension |
The dimension of the finite elements returned by this map. More... | |
Global-valued finite element map for Monom elements.
Geometry | Type of the geometry od the elements. |
RF | Range field type. |
p | Maximum polynomial order of the elements. |
|
inherited |
|
inline |
|
inlineinherited |
Return finite element for the given entity.
e | Grid element to create a finite element for. |
The returned value is valid for as long as both this finite element map as well as the reference to the grid element are valid.
|
staticconstexpr |
The dimension of the finite elements returned by this map.