dune-pdelab
2.0.0
|
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 |
std::size_t | size (GeometryType gt) const |
std::size_t | maxLocalSize () const |
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 |