dune-localfunctions
2.2.1
|
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. More... | |
PowerFiniteElement (const shared_ptr< const Backend > &backendSPtr) | |
Construct a finite element. More... | |
const Traits::Basis & | basis () const |
Extract basis of this finite element. More... | |
const Traits::Coefficients & | coefficients () const |
Extract coefficients of this finite element. More... | |
const Traits::Interpolation & | interpolation () const |
Extract interpolation of this finite element. More... | |
GeometryType | type () const |
Extract geometry type of this finite element. More... | |
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 is was aquired from.
|
inline |
Extract coefficients of this finite element.
The returned lvalue must have a lifetime at least as long as the finite element object is was aquired from.
|
inline |
Extract interpolation of this finite element.
The returned lvalue must have a lifetime at least as long as the finite element object is was aquired from.
|
inline |
Extract geometry type of this finite element.