dune-localfunctions
2.2.0
|
Interpolation for lowest order edge elements on simplices. More...
#include <dune/localfunctions/whitney/edges0.5/interpolation.hh>
Public Types | |
typedef Traits_ | Traits |
Public Member Functions | |
template<typename VertexOrder > | |
EdgeS0_5Interpolation (const Geometry &geo, const VertexOrder &vertexOrder) | |
constructor | |
template<typename F , typename C > | |
void | interpolate (const F &f, std::vector< C > &out) const |
Interpolation of a function. | |
Static Private Attributes | |
static const GenericReferenceElement < Traits_::DomainField, dim > & | refelem |
The reference element for this edge element. | |
static const std::size_t | s |
The number of base functions. |
Interpolation for lowest order edge elements on simplices.
Geometry | Type of the local-to-global map. |
RF | Type to represent the field in the range. |
typedef Traits_ Dune::EdgeS0_5Interpolation< Geometry, Traits_ >::Traits |
Dune::EdgeS0_5Interpolation< Geometry, Traits_ >::EdgeS0_5Interpolation | ( | const Geometry & | geo, |
const VertexOrder & | vertexOrder | ||
) | [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. |
void Dune::EdgeS0_5Interpolation< Geometry, Traits_ >::interpolate | ( | const F & | f, |
std::vector< C > & | out | ||
) | const [inline] |
Interpolation of a function.