dune-localfunctions 2.10
|
Factory for meta-finite elements turning scalar finite elements into vector-valued ones. More...
#include <dune/localfunctions/meta/power.hh>
Public Types | |
typedef PowerFiniteElement< BackendFiniteElement, dimR > | FiniteElement |
Type of the finite element. | |
Public Member Functions | |
const FiniteElement | make (const BackendFiniteElement &backend) const |
create a finite element | |
const FiniteElement | make (const std::shared_ptr< const BackendFiniteElement > &backendSPtr) const |
create a finite element | |
Factory for meta-finite elements turning scalar finite elements into vector-valued ones.
BackendFiniteElement | Type of finite element to take the power of. |
dimR | Power to raise the finite element to. |
typedef PowerFiniteElement<BackendFiniteElement, dimR> Dune::PowerFiniteElementFactory< BackendFiniteElement, dimR >::FiniteElement |
Type of the finite element.
|
inline |
create a finite element
|
inline |
create a finite element