Class template Dune::GDT::LocalPowerFiniteElementInterpolation

Inherits from Dune::GDT::LocalFiniteElementInterpolationInterface.

template<size_t power, class D, size_t d, class R, size_t r>
class Dune::GDT::LocalPowerFiniteElementInterpolation<power, D, d, R, r, 1> : public LocalFiniteElementInterpolationInterface<D, d, R, power * r, 1>

No documentation provided.

Method Dune::GDT::LocalPowerFiniteElementInterpolation::copy

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

No documentation provided.

Method Dune::GDT::LocalPowerFiniteElementInterpolation::geometry_type

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

No documentation provided.

Method Dune::GDT::LocalPowerFiniteElementInterpolation::size

template<size_t power, class D, size_t d, class R, size_t r>
int Dune::GDT::LocalPowerFiniteElementInterpolation<power, D, d, R, r, 1>::size() const final override

No documentation provided.

Method Dune::GDT::LocalPowerFiniteElementInterpolation::interpolate

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

No documentation provided.

Constructor Dune::GDT::LocalPowerFiniteElementInterpolation::LocalPowerFiniteElementInterpolation<power, D, d, R, r, 1>

template<>
template<size_t power, class D, size_t d, class R, size_t r>
explicit Dune::GDT::LocalPowerFiniteElementInterpolation<power, D, d, R, r, 1>::LocalPowerFiniteElementInterpolation<power, D, d, R, r, 1>(const UnpoweredType &unpowered)

No documentation provided.

Constructor Dune::GDT::LocalPowerFiniteElementInterpolation::LocalPowerFiniteElementInterpolation<power, D, d, R, r, 1>

template<>
template<size_t power, class D, size_t d, class R, size_t r>
Dune::GDT::LocalPowerFiniteElementInterpolation<power, D, d, R, r, 1>::LocalPowerFiniteElementInterpolation<power, D, d, R, r, 1>(const ThisType &other)

No documentation provided.

Field Dune::GDT::LocalPowerFiniteElementInterpolation::unpowered_

const int Dune::GDT::LocalPowerFiniteElementInterpolation::unpowered_

No documentation provided.

Field Dune::GDT::LocalPowerFiniteElementInterpolation::unpowered_dofs_

int Dune::GDT::LocalPowerFiniteElementInterpolation::unpowered_dofs_

No documentation provided.

Field Dune::GDT::LocalPowerFiniteElementInterpolation::eval_cache_

int Dune::GDT::LocalPowerFiniteElementInterpolation::eval_cache_

No documentation provided.

Type alias Dune::GDT::LocalPowerFiniteElementInterpolation::ThisType

type Dune::GDT::LocalPowerFiniteElementInterpolation::ThisType

No documentation provided.

Type alias Dune::GDT::LocalPowerFiniteElementInterpolation::BaseType

type Dune::GDT::LocalPowerFiniteElementInterpolation::BaseType

No documentation provided.

Type alias Dune::GDT::LocalPowerFiniteElementInterpolation::UnpoweredType

type Dune::GDT::LocalPowerFiniteElementInterpolation::UnpoweredType

No documentation provided.