Class template Dune::GDT::LocalPowerFiniteElementCoefficients

Inherits from Dune::GDT::LocalFiniteElementCoefficientsInterface.

template<class D, size_t d>
class Dune::GDT::LocalPowerFiniteElementCoefficients<D, d> : public LocalFiniteElementCoefficientsInterface<D, d>

The coefficients for LocalPowerFiniteElement.

Note

Only implemented for scalar and vector valued local finite elements.

See also: LocalFiniteElementCoefficientsInterface, LocalPowerFiniteElement

Method Dune::GDT::LocalPowerFiniteElementCoefficients::copy

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

No documentation provided.

Method Dune::GDT::LocalPowerFiniteElementCoefficients::geometry_type

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

No documentation provided.

Method Dune::GDT::LocalPowerFiniteElementCoefficients::size

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

No documentation provided.

Method Dune::GDT::LocalPowerFiniteElementCoefficients::local_key

template<class D, size_t d>
const LocalKey &Dune::GDT::LocalPowerFiniteElementCoefficients<D, d>::local_key(const int ii) const final override

No documentation provided.

Constructor Dune::GDT::LocalPowerFiniteElementCoefficients::LocalPowerFiniteElementCoefficients<D, d>

template<>
template<class D, size_t d>
Dune::GDT::LocalPowerFiniteElementCoefficients<D, d>::LocalPowerFiniteElementCoefficients<D, d>(const UnpoweredType &unpowered, const int power)

No documentation provided.

Constructor Dune::GDT::LocalPowerFiniteElementCoefficients::LocalPowerFiniteElementCoefficients<D, d>

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

No documentation provided.

Field Dune::GDT::LocalPowerFiniteElementCoefficients::unpowered_

const int Dune::GDT::LocalPowerFiniteElementCoefficients::unpowered_

No documentation provided.

Field Dune::GDT::LocalPowerFiniteElementCoefficients::power_

const int Dune::GDT::LocalPowerFiniteElementCoefficients::power_

No documentation provided.

Field Dune::GDT::LocalPowerFiniteElementCoefficients::local_keys_

int Dune::GDT::LocalPowerFiniteElementCoefficients::local_keys_

No documentation provided.

Type alias Dune::GDT::LocalPowerFiniteElementCoefficients::ThisType

type Dune::GDT::LocalPowerFiniteElementCoefficients::ThisType

No documentation provided.

Type alias Dune::GDT::LocalPowerFiniteElementCoefficients::BaseType

type Dune::GDT::LocalPowerFiniteElementCoefficients::BaseType

No documentation provided.

Type alias Dune::GDT::LocalPowerFiniteElementCoefficients::UnpoweredType

type Dune::GDT::LocalPowerFiniteElementCoefficients::UnpoweredType

No documentation provided.