Class template Dune::GDT::LocalRaviartThomasInterpolation

Inherits from Dune::GDT::LocalFiniteElementInterpolationInterface.

template<class D, size_t d, class R>
class Dune::GDT::LocalRaviartThomasInterpolation<D, d, R> : public LocalFiniteElementInterpolationInterface<D, d, R, d, 1>

The one from dune-localfunction is broken for some reference elements, at least for 2d and 3d cubes.

Method Dune::GDT::LocalRaviartThomasInterpolation::copy

template<class D, size_t d, class R>
BaseType *Dune::GDT::LocalRaviartThomasInterpolation<D, d, R>::copy() const final override

No documentation provided.

Method Dune::GDT::LocalRaviartThomasInterpolation::geometry_type

template<class D, size_t d, class R>
const GeometryType &Dune::GDT::LocalRaviartThomasInterpolation<D, d, R>::geometry_type() const final override

No documentation provided.

Method Dune::GDT::LocalRaviartThomasInterpolation::size

template<class D, size_t d, class R>
int Dune::GDT::LocalRaviartThomasInterpolation<D, d, R>::size() const final override

No documentation provided.

Method Dune::GDT::LocalRaviartThomasInterpolation::interpolate

template<class D, size_t d, class R>
void Dune::GDT::LocalRaviartThomasInterpolation<D, d, R>::interpolate(const std::function<RangeType(DomainType)> &local_function, const int order, int &dofs) const final override

No documentation provided.

Method Dune::GDT::LocalRaviartThomasInterpolation::error_msg_prefix

template<class D, size_t d, class R>
std::string Dune::GDT::LocalRaviartThomasInterpolation<D, d, R>::error_msg_prefix() const

No documentation provided.

Constructor Dune::GDT::LocalRaviartThomasInterpolation::LocalRaviartThomasInterpolation<D, d, R>

template<>
template<class D, size_t d, class R>
Dune::GDT::LocalRaviartThomasInterpolation<D, d, R>::LocalRaviartThomasInterpolation<D, d, R>(const int ord, const int &basis, const CoefficientsType &coefficients)

No documentation provided.

Constructor Dune::GDT::LocalRaviartThomasInterpolation::LocalRaviartThomasInterpolation<D, d, R>

template<>
template<class D, size_t d, class R>
Dune::GDT::LocalRaviartThomasInterpolation<D, d, R>::LocalRaviartThomasInterpolation<D, d, R>(const ThisType &other)

No documentation provided.

Field Dune::GDT::LocalRaviartThomasInterpolation::order_

const int Dune::GDT::LocalRaviartThomasInterpolation::order_

No documentation provided.

Field Dune::GDT::LocalRaviartThomasInterpolation::basis_

const int Dune::GDT::LocalRaviartThomasInterpolation::basis_

No documentation provided.

Field Dune::GDT::LocalRaviartThomasInterpolation::coefficients_

const int Dune::GDT::LocalRaviartThomasInterpolation::coefficients_

No documentation provided.

Type alias Dune::GDT::LocalRaviartThomasInterpolation::ThisType

type Dune::GDT::LocalRaviartThomasInterpolation::ThisType

No documentation provided.

Type alias Dune::GDT::LocalRaviartThomasInterpolation::BaseType

type Dune::GDT::LocalRaviartThomasInterpolation::BaseType

No documentation provided.

Type alias Dune::GDT::LocalRaviartThomasInterpolation::CoefficientsType

type Dune::GDT::LocalRaviartThomasInterpolation::CoefficientsType

No documentation provided.