Class template Dune::GDT::LocalL2FiniteElementInterpolation

Inherits from Dune::GDT::LocalFiniteElementInterpolationInterface.

template<class D, size_t d, class R, size_t r = 1>
class Dune::GDT::LocalL2FiniteElementInterpolation : public LocalFiniteElementInterpolationInterface<D, d, R, r, 1>

Implements LocalFiniteElementInterpolationInterface by L2 projection onto a given local basis.

ThisType *Dune::GDT::LocalL2FiniteElementInterpolation::copy() const final override

No documentation provided.

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

No documentation provided.

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

No documentation provided.

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

No documentation provided.

template<>
Dune::GDT::LocalL2FiniteElementInterpolation::LocalL2FiniteElementInterpolation<D, d, R, r>(const LocalBasisType &local_basis)

No documentation provided.

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

No documentation provided.

template<>
Dune::GDT::LocalL2FiniteElementInterpolation::LocalL2FiniteElementInterpolation<D, d, R, r>(ThisType &source) = default

No documentation provided.

int Dune::GDT::LocalL2FiniteElementInterpolation::local_basis_

No documentation provided.

type Dune::GDT::LocalL2FiniteElementInterpolation::ThisType

No documentation provided.

type Dune::GDT::LocalL2FiniteElementInterpolation::BaseType

No documentation provided.

type Dune::GDT::LocalL2FiniteElementInterpolation::LocalBasisType

No documentation provided.