|
dune-localfunctions 2.10
|
FiniteElement for lowest order edge elements on simplices. More...
#include <dune/localfunctions/whitney/edges0.5.hh>
Classes | |
| struct | Traits |
Public Member Functions | |
| template<class VertexOrder> | |
| EdgeS0_5FiniteElement (const Geometry &geo, const VertexOrder &vertexOrder) | |
| Constructor. | |
| const Traits::Basis & | basis () const |
| return reference to the basis object | |
| const Traits::Interpolation & | interpolation () const |
| return reference to the interpolation object | |
| const Traits::Coefficients & | coefficients () const |
| return reference to the coefficients object | |
Static Public Member Functions | |
| static constexpr GeometryType | type () |
| return geometry type of this element | |
FiniteElement for lowest order edge elements on simplices.
Uses the representation
![\[ \mathbf N^i=(L^{i_0}\nabla L^{i_1}-
L^{i_1}\nabla L^{i_0})\ell^i
\]](form_31.png)
where 






| D | Type to represent the field in the domain. |
| R | Type to represent the field in the range. |
| dim | Dimension of both domain and range. |
|
inline |
Constructor.
| geo | Geometry of the element to construct a local basis for. |
| vertexOrder | Vertex ordering information. Only the vertex order on the dim=1 sub-entities (edges) is required. |
|
inline |
return reference to the basis object
|
inline |
return reference to the coefficients object
|
inline |
return reference to the interpolation object
|
inlinestaticconstexpr |
return geometry type of this element