Factory for meta-finite elements turning scalar finite elements into vector-valued ones.
More...
#include <dune/localfunctions/meta/power.hh>
template<class BackendFiniteElement, std::size_t dimR>
class Dune::PowerFiniteElementFactory< BackendFiniteElement, dimR >
Factory for meta-finite elements turning scalar finite elements into vector-valued ones.
- Template Parameters
-
BackendFiniteElement | Type of finite element to take the power of. |
dimR | Power to raise the finite element to. |
template<class BackendFiniteElement , std::size_t dimR>
Type of the finite element.
template<class BackendFiniteElement , std::size_t dimR>
create a finite element
- Note
- With this overload of make() the backend finite element is copied into the created object.
template<class BackendFiniteElement , std::size_t dimR>
create a finite element
- Note
- With this overload of make() ownership of the backend finite element is determined by the shared_ptr.
The documentation for this class was generated from the following file: