|
dune-pdelab
2.0.0
|
Global-valued finite element map for Monom elements. More...
#include <dune/pdelab/finiteelementmap/monomfem.hh>

Public Types | |
| typedef FiniteElementMapTraits < typename MonomFiniteElementFactory < Geometry, RF, p > ::FiniteElement > | Traits |
Public Member Functions | |
| MonomFiniteElementMap () | |
| Traits::FiniteElementType | find (const Element &e) const |
| Return finite element for the given entity. 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.
1.8.7