Class template Dune::GDT::GenericLocalUnaryElementIntegrand

Inherits from Dune::GDT::LocalUnaryElementIntegrandInterface.

template<class E, size_t r = 1, size_t rC = 1, class R = double, class F = double>
class Dune::GDT::GenericLocalUnaryElementIntegrand<E, r, rC, R, F> : public LocalUnaryElementIntegrandInterface<E, r, rC, R, F>

Local unary element integrand whose order, evaluation and post-bind behavior are given as std::functions.

Method Dune::GDT::GenericLocalUnaryElementIntegrand::copy_as_unary_element_integrand

template<class E, size_t r = 1, size_t rC = 1, class R = double, class F = double>
int Dune::GDT::GenericLocalUnaryElementIntegrand<E, r, rC, R, F>::copy_as_unary_element_integrand() const final override

No documentation provided.

Method Dune::GDT::GenericLocalUnaryElementIntegrand::post_bind

template<class E, size_t r = 1, size_t rC = 1, class R = double, class F = double>
void Dune::GDT::GenericLocalUnaryElementIntegrand<E, r, rC, R, F>::post_bind(const E &ele) final override

No documentation provided.

Method Dune::GDT::GenericLocalUnaryElementIntegrand::order

template<class E, size_t r = 1, size_t rC = 1, class R = double, class F = double>
int Dune::GDT::GenericLocalUnaryElementIntegrand<E, r, rC, R, F>::order(const LocalTestBasisType &basis, const XT::Common::Parameter &param) const final override

No documentation provided.

Method Dune::GDT::GenericLocalUnaryElementIntegrand::evaluate

template<class E, size_t r = 1, size_t rC = 1, class R = double, class F = double>
void Dune::GDT::GenericLocalUnaryElementIntegrand<E, r, rC, R, F>::evaluate(const LocalTestBasisType &basis, const DomainType &point_in_reference_element, int &result, const XT::Common::Parameter &param) const final override

No documentation provided.

Constructor Dune::GDT::GenericLocalUnaryElementIntegrand::GenericLocalUnaryElementIntegrand<E, r, rC, R, F>

template<>
template<class E, size_t r = 1, size_t rC = 1, class R = double, class F = double>
Dune::GDT::GenericLocalUnaryElementIntegrand<E, r, rC, R, F>::GenericLocalUnaryElementIntegrand<E, r, rC, R, F>(GenericOrderFunctionType order_function, GenericEvaluateFunctionType evaluate_function, GenericPostBindFunctionType post_bind_function = [](const E &) {}, const XT::Common::ParameterType &param_type = {})

No documentation provided.

Constructor Dune::GDT::GenericLocalUnaryElementIntegrand::GenericLocalUnaryElementIntegrand<E, r, rC, R, F>

template<>
template<class E, size_t r = 1, size_t rC = 1, class R = double, class F = double>
Dune::GDT::GenericLocalUnaryElementIntegrand<E, r, rC, R, F>::GenericLocalUnaryElementIntegrand<E, r, rC, R, F>(const ThisType &other)

No documentation provided.

Field Dune::GDT::GenericLocalUnaryElementIntegrand::order_

const GenericOrderFunctionType Dune::GDT::GenericLocalUnaryElementIntegrand::order_

No documentation provided.

Field Dune::GDT::GenericLocalUnaryElementIntegrand::evaluate_

const GenericEvaluateFunctionType Dune::GDT::GenericLocalUnaryElementIntegrand::evaluate_

No documentation provided.

Field Dune::GDT::GenericLocalUnaryElementIntegrand::post_bind_

const GenericPostBindFunctionType Dune::GDT::GenericLocalUnaryElementIntegrand::post_bind_

No documentation provided.

Type alias Dune::GDT::GenericLocalUnaryElementIntegrand::ThisType

type Dune::GDT::GenericLocalUnaryElementIntegrand::ThisType

No documentation provided.

Type alias Dune::GDT::GenericLocalUnaryElementIntegrand::BaseType

type Dune::GDT::GenericLocalUnaryElementIntegrand::BaseType

No documentation provided.

Type alias Dune::GDT::GenericLocalUnaryElementIntegrand::GenericOrderFunctionType

type Dune::GDT::GenericLocalUnaryElementIntegrand::GenericOrderFunctionType

No documentation provided.

Type alias Dune::GDT::GenericLocalUnaryElementIntegrand::GenericEvaluateFunctionType

type Dune::GDT::GenericLocalUnaryElementIntegrand::GenericEvaluateFunctionType

No documentation provided.

Type alias Dune::GDT::GenericLocalUnaryElementIntegrand::GenericPostBindFunctionType

type Dune::GDT::GenericLocalUnaryElementIntegrand::GenericPostBindFunctionType

No documentation provided.