|
dune-pdelab
2.5-dev
|
FiniteElementMap for PowerFiniteElements. More...
#include <dune/pdelab/finiteelementmap/powerfem.hh>
Public Types | |
| typedef FiniteElementMapTraits< typename Factory::FiniteElement > | Traits |
| export Traits More... | |
Public Member Functions | |
| PowerFiniteElementMap (const BackendFEM &backend_) | |
| construct PowerFiniteElementMap More... | |
| template<class Element > | |
| Traits::FiniteElementType | find (const Element &e) const |
| Return finite element for the given entity. More... | |
| bool | fixedSize () const |
| bool | hasDOFs (int codim) const |
| std::size_t | size (GeometryType gt) const |
| std::size_t | maxLocalSize () const |
Static Public Attributes | |
| static constexpr int | dimension = BackendFEM::dimension |
| The dimension of the finite elements returned by this map. More... | |
FiniteElementMap for PowerFiniteElements.
| BackendFEM | Map for finite elements that should be raised to a power. |
| dimR | Power to raise the backend FiniteElements to. |
| typedef FiniteElementMapTraits<typename Factory::FiniteElement> Dune::PDELab::PowerFiniteElementMap< BackendFEM, dimR >::Traits |
export Traits
|
inline |
construct PowerFiniteElementMap
| backend_ | Reference to a finite element map for the underlying finite elements. |
|
inline |
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 |
|
inline |
|
staticconstexpr |
The dimension of the finite elements returned by this map.
1.8.17