dune-localfunctions
2.1.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. | |
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 | |
const GeometryType & | type () const |
return geometry type of this element |
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. |
Dune::EdgeS0_5FiniteElement< Geometry, RF >::EdgeS0_5FiniteElement | ( | const Geometry & | geo, |
const VertexOrder & | vertexOrder | ||
) | [inline] |
Constructor.
geo | |
orient | Orientation of this element |
const Traits::Basis& Dune::EdgeS0_5FiniteElement< Geometry, RF >::basis | ( | ) | const [inline] |
return reference to the basis object
const Traits::Coefficients& Dune::EdgeS0_5FiniteElement< Geometry, RF >::coefficients | ( | ) | const [inline] |
return reference to the coefficients object
const Traits::Interpolation& Dune::EdgeS0_5FiniteElement< Geometry, RF >::interpolation | ( | ) | const [inline] |
return reference to the interpolation object
const GeometryType& Dune::EdgeS0_5FiniteElement< Geometry, RF >::type | ( | ) | const [inline] |
return geometry type of this element