Class template Dune::GDT::GenericLocalBinaryElementIntegrand

Inherits from Dune::GDT::LocalBinaryElementIntegrandInterface.

template<class E, size_t t_r = 1, size_t t_rC = 1, class TF = double, class F = double, size_t a_r = t_r, size_t a_rC = t_rC, class AF = TF>
class Dune::GDT::GenericLocalBinaryElementIntegrand : public LocalBinaryElementIntegrandInterface<E, t_r, t_rC, TF, F, a_r, a_rC, AF>

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

int Dune::GDT::GenericLocalBinaryElementIntegrand::copy_as_binary_element_integrand() const final override

No documentation provided.

void Dune::GDT::GenericLocalBinaryElementIntegrand::post_bind(const E &ele) final override

No documentation provided.

int Dune::GDT::GenericLocalBinaryElementIntegrand::order(const LocalTestBasisType &test_basis, const LocalAnsatzBasisType &ansatz_basis, const XT::Common::Parameter &param = <recovery-expr>({})) const final override

No documentation provided.

void Dune::GDT::GenericLocalBinaryElementIntegrand::evaluate(const LocalTestBasisType &test_basis, const LocalAnsatzBasisType &ansatz_basis, const DomainType &point_in_reference_element, int &result, const XT::Common::Parameter &param = <recovery-expr>({})) const final override

No documentation provided.

template<>
Dune::GDT::GenericLocalBinaryElementIntegrand::GenericLocalBinaryElementIntegrand<E, t_r, t_rC, TF, F, a_r, a_rC, AF>(GenericOrderFunctionType order_function, GenericEvaluateFunctionType evaluate_function, GenericPostBindFunctionType post_bind_function = [](const E &) {}, const XT::Common::ParameterType &param_type = {})

No documentation provided.

template<>
Dune::GDT::GenericLocalBinaryElementIntegrand::GenericLocalBinaryElementIntegrand<E, t_r, t_rC, TF, F, a_r, a_rC, AF>(const ThisType &other)

No documentation provided.

const GenericOrderFunctionType Dune::GDT::GenericLocalBinaryElementIntegrand::order_

No documentation provided.

const GenericEvaluateFunctionType Dune::GDT::GenericLocalBinaryElementIntegrand::evaluate_

No documentation provided.

const GenericPostBindFunctionType Dune::GDT::GenericLocalBinaryElementIntegrand::post_bind_

No documentation provided.

type Dune::GDT::GenericLocalBinaryElementIntegrand::ThisType

No documentation provided.

type Dune::GDT::GenericLocalBinaryElementIntegrand::BaseType

No documentation provided.

type Dune::GDT::GenericLocalBinaryElementIntegrand::GenericOrderFunctionType

No documentation provided.

type Dune::GDT::GenericLocalBinaryElementIntegrand::GenericEvaluateFunctionType

No documentation provided.

type Dune::GDT::GenericLocalBinaryElementIntegrand::GenericPostBindFunctionType

No documentation provided.