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<E, t_r, t_rC, TF, F, a_r, a_rC, AF> : 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.

Method Dune::GDT::GenericLocalBinaryElementIntegrand::copy_as_binary_element_integrand

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>
int Dune::GDT::GenericLocalBinaryElementIntegrand<E, t_r, t_rC, TF, F, a_r, a_rC, AF>::copy_as_binary_element_integrand() const final override

No documentation provided.

Method Dune::GDT::GenericLocalBinaryElementIntegrand::post_bind

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>
void Dune::GDT::GenericLocalBinaryElementIntegrand<E, t_r, t_rC, TF, F, a_r, a_rC, AF>::post_bind(const E &ele) final override

No documentation provided.

Method Dune::GDT::GenericLocalBinaryElementIntegrand::order

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>
int Dune::GDT::GenericLocalBinaryElementIntegrand<E, t_r, t_rC, TF, F, a_r, a_rC, AF>::order(const LocalTestBasisType &test_basis, const LocalAnsatzBasisType &ansatz_basis, const XT::Common::Parameter &param) const final override

No documentation provided.

Method Dune::GDT::GenericLocalBinaryElementIntegrand::evaluate

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>
void Dune::GDT::GenericLocalBinaryElementIntegrand<E, t_r, t_rC, TF, F, a_r, a_rC, AF>::evaluate(const LocalTestBasisType &test_basis, const LocalAnsatzBasisType &ansatz_basis, const DomainType &point_in_reference_element, DynamicMatrix<F> &result, const XT::Common::Parameter &param) const final override

No documentation provided.

Constructor Dune::GDT::GenericLocalBinaryElementIntegrand::GenericLocalBinaryElementIntegrand<E, t_r, t_rC, TF, F, a_r, a_rC, AF>

template<>
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>
Dune::GDT::GenericLocalBinaryElementIntegrand<E, t_r, t_rC, TF, F, a_r, a_rC, AF>::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.

Constructor Dune::GDT::GenericLocalBinaryElementIntegrand::GenericLocalBinaryElementIntegrand<E, t_r, t_rC, TF, F, a_r, a_rC, AF>

template<>
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>
Dune::GDT::GenericLocalBinaryElementIntegrand<E, t_r, t_rC, TF, F, a_r, a_rC, AF>::GenericLocalBinaryElementIntegrand<E, t_r, t_rC, TF, F, a_r, a_rC, AF>(const ThisType &other)

No documentation provided.

Field Dune::GDT::GenericLocalBinaryElementIntegrand::order_

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

No documentation provided.

Field Dune::GDT::GenericLocalBinaryElementIntegrand::evaluate_

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

No documentation provided.

Field Dune::GDT::GenericLocalBinaryElementIntegrand::post_bind_

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

No documentation provided.

Type alias Dune::GDT::GenericLocalBinaryElementIntegrand::ThisType

type Dune::GDT::GenericLocalBinaryElementIntegrand::ThisType

No documentation provided.

Type alias Dune::GDT::GenericLocalBinaryElementIntegrand::BaseType

type Dune::GDT::GenericLocalBinaryElementIntegrand::BaseType

No documentation provided.

Type alias Dune::GDT::GenericLocalBinaryElementIntegrand::GenericOrderFunctionType

type Dune::GDT::GenericLocalBinaryElementIntegrand::GenericOrderFunctionType

No documentation provided.

Type alias Dune::GDT::GenericLocalBinaryElementIntegrand::GenericEvaluateFunctionType

type Dune::GDT::GenericLocalBinaryElementIntegrand::GenericEvaluateFunctionType

No documentation provided.

Type alias Dune::GDT::GenericLocalBinaryElementIntegrand::GenericPostBindFunctionType

type Dune::GDT::GenericLocalBinaryElementIntegrand::GenericPostBindFunctionType

No documentation provided.