Class template Dune::GDT::LocalRaviartThomasInterpolation

Inherits from Dune::GDT::LocalFiniteElementInterpolationInterface.

template<class D, size_t d, class R>
class Dune::GDT::LocalRaviartThomasInterpolation : 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.

BaseType *Dune::GDT::LocalRaviartThomasInterpolation::copy() const final override

No documentation provided.

const int &Dune::GDT::LocalRaviartThomasInterpolation::geometry_type() const final override

No documentation provided.

size_t Dune::GDT::LocalRaviartThomasInterpolation::size() const final override

No documentation provided.

void Dune::GDT::LocalRaviartThomasInterpolation::interpolate(const std::function<RangeType(DomainType)> &local_function, const int order, int &dofs) const final override

No documentation provided.

std::string Dune::GDT::LocalRaviartThomasInterpolation::error_msg_prefix() const

No documentation provided.

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

No documentation provided.

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

No documentation provided.

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

No documentation provided.

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

No documentation provided.

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

No documentation provided.

type Dune::GDT::LocalRaviartThomasInterpolation::ThisType

No documentation provided.

type Dune::GDT::LocalRaviartThomasInterpolation::BaseType

No documentation provided.

type Dune::GDT::LocalRaviartThomasInterpolation::CoefficientsType

No documentation provided.