|
dune-localfunctions 2.10
|
Meta-finite element turning a scalar finite element into vector-valued one. More...
#include <dune/localfunctions/meta/power.hh>

Classes | |
| struct | Traits |
| types of component objects More... | |
Public Member Functions | |
| PowerFiniteElement (const Backend &backend_) | |
| Construct a finite element. | |
| PowerFiniteElement (const std::shared_ptr< const Backend > &backendSPtr) | |
| Construct a finite element. | |
| const Traits::Basis & | basis () const |
| Extract basis of this finite element. | |
| const Traits::Coefficients & | coefficients () const |
| Extract coefficients of this finite element. | |
| const Traits::Interpolation & | interpolation () const |
| Extract interpolation of this finite element. | |
| GeometryType | type () const |
| Extract geometry type of this finite element. | |
Meta-finite element turning a scalar finite element into vector-valued one.
| Backend | Type of finite element to take the power of. |
| dimR | Power to raise the finite element to. |
|
inline |
Construct a finite element.
|
inline |
Construct a finite element.
|
inline |
Extract basis of this finite element.
The returned lvalue must have a lifetime at least as long as the finite element object it was acquired from.
|
inline |
Extract coefficients of this finite element.
The returned lvalue must have a lifetime at least as long as the finite element object it was acquired from.
|
inline |
Extract interpolation of this finite element.
The returned lvalue must have a lifetime at least as long as the finite element object it was acquired from.
|
inline |
Extract geometry type of this finite element.