Interpolation for lowest order edge elements on simplices.
More...
#include <dune/localfunctions/whitney/edges0.5/interpolation.hh>
|
template<typename VertexOrder > |
| EdgeS0_5Interpolation (const Geometry &geo, const VertexOrder &vertexOrder) |
| constructor More...
|
|
template<typename F , typename C > |
void | interpolate (const F &f, std::vector< C > &out) const |
| Interpolation of a function. More...
|
|
|
static const
GenericReferenceElement
< Traits_::DomainField, dim > & | refelem |
| The reference element for this edge element. More...
|
|
static const std::size_t | s |
| The number of base functions. More...
|
|
template<class Geometry, class Traits_>
class Dune::EdgeS0_5Interpolation< Geometry, Traits_ >
Interpolation for lowest order edge elements on simplices.
- Template Parameters
-
Geometry | Type of the local-to-global map. |
RF | Type to represent the field in the range. |
template<class Geometry, class Traits_>
template<class Geometry, class Traits_>
template<typename VertexOrder >
constructor
- Parameters
-
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. |
template<class Geometry, class Traits_>
template<typename F , typename C >
Interpolation of a function.
The documentation for this class was generated from the following file: