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

Public Types | |
| typedef FiniteElementMapTraits < typename Pk2DFiniteElementFactory < Geometry, RF, k > ::FiniteElement > | Traits |
Public Member Functions | |
| Pk2DFiniteElementMap (const VertexOrderFactory &voFactory) | |
| bool | fixedSize () const |
| std::size_t | size (GeometryType gt) const |
| std::size_t | maxLocalSize () const |
| Traits::FiniteElementType | find (const Element &e) const |
| Return finite element for the given entity. More... | |
Global-valued finite element map for Pk2D elements.
| Geometry | Type of the geometry od the elements. |
| VertexOrderFactory | Type of factory for extracting vertex ordering information. |
| RF | Range field type. |
| k | 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.
|
inline |
|
inline |
|
inline |
1.8.7