dune-localfunctions
2.2.1
|
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. More... | |
const Traits::Basis & | basis () const |
return reference to the basis object More... | |
const Traits::Interpolation & | interpolation () const |
return reference to the interpolation object More... | |
const Traits::Coefficients & | coefficients () const |
return reference to the coefficients object More... | |
const GeometryType & | type () const |
return geometry type of this element More... | |
FiniteElement for lowest order edge elements on simplices.
Uses the representation
where is the P1 shape function for vertex
,
and
are the indices of the vertices of edge
and
is the length of edge
.
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 contruct 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
|
inline |
return geometry type of this element