Class template Dune::GDT::LocalBinaryElementIntegrandSum

Inherits from Dune::GDT::LocalBinaryElementIntegrandInterface.

template<class E, size_t t_r, size_t t_RC, class TF, class F, size_t a_r, size_t a_rC, class AF>
class Dune::GDT::LocalBinaryElementIntegrandSum<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 representing the sum of two binary element integrands.

Method Dune::GDT::LocalBinaryElementIntegrandSum::copy_as_binary_element_integrand

template<class E, size_t t_r, size_t t_RC, class TF, class F, size_t a_r, size_t a_rC, class AF>
int Dune::GDT::LocalBinaryElementIntegrandSum<E, t_r, t_RC, TF, F, a_r, a_rC, AF>::copy_as_binary_element_integrand() const final

No documentation provided.

Method Dune::GDT::LocalBinaryElementIntegrandSum::post_bind

template<class E, size_t t_r, size_t t_RC, class TF, class F, size_t a_r, size_t a_rC, class AF>
void Dune::GDT::LocalBinaryElementIntegrandSum<E, t_r, t_RC, TF, F, a_r, a_rC, AF>::post_bind(const ElementType &elmnt) final

No documentation provided.

Method Dune::GDT::LocalBinaryElementIntegrandSum::order

template<class E, size_t t_r, size_t t_RC, class TF, class F, size_t a_r, size_t a_rC, class AF>
int Dune::GDT::LocalBinaryElementIntegrandSum<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

No documentation provided.

Method Dune::GDT::LocalBinaryElementIntegrandSum::evaluate

template<class E, size_t t_r, size_t t_RC, class TF, class F, size_t a_r, size_t a_rC, class AF>
void Dune::GDT::LocalBinaryElementIntegrandSum<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

No documentation provided.

Constructor Dune::GDT::LocalBinaryElementIntegrandSum::LocalBinaryElementIntegrandSum<E, t_r, t_RC, TF, F, a_r, a_rC, AF>

template<>
template<class E, size_t t_r, size_t t_RC, class TF, class F, size_t a_r, size_t a_rC, class AF>
Dune::GDT::LocalBinaryElementIntegrandSum<E, t_r, t_RC, TF, F, a_r, a_rC, AF>::LocalBinaryElementIntegrandSum<E, t_r, t_RC, TF, F, a_r, a_rC, AF>(const BaseType &left, const BaseType &right)

No documentation provided.

Constructor Dune::GDT::LocalBinaryElementIntegrandSum::LocalBinaryElementIntegrandSum<E, t_r, t_RC, TF, F, a_r, a_rC, AF>

template<>
template<class E, size_t t_r, size_t t_RC, class TF, class F, size_t a_r, size_t a_rC, class AF>
Dune::GDT::LocalBinaryElementIntegrandSum<E, t_r, t_RC, TF, F, a_r, a_rC, AF>::LocalBinaryElementIntegrandSum<E, t_r, t_RC, TF, F, a_r, a_rC, AF>(const ThisType &other)

No documentation provided.

Constructor Dune::GDT::LocalBinaryElementIntegrandSum::LocalBinaryElementIntegrandSum<E, t_r, t_RC, TF, F, a_r, a_rC, AF>

template<>
template<class E, size_t t_r, size_t t_RC, class TF, class F, size_t a_r, size_t a_rC, class AF>
Dune::GDT::LocalBinaryElementIntegrandSum<E, t_r, t_RC, TF, F, a_r, a_rC, AF>::LocalBinaryElementIntegrandSum<E, t_r, t_RC, TF, F, a_r, a_rC, AF>(ThisType &&source) noexcept = default

No documentation provided.

Field Dune::GDT::LocalBinaryElementIntegrandSum::left_

XT::Common::StorageProvider<BaseType> Dune::GDT::LocalBinaryElementIntegrandSum::left_

No documentation provided.

Field Dune::GDT::LocalBinaryElementIntegrandSum::right_

XT::Common::StorageProvider<BaseType> Dune::GDT::LocalBinaryElementIntegrandSum::right_

No documentation provided.

Field Dune::GDT::LocalBinaryElementIntegrandSum::right_result_

DynamicMatrix<F> Dune::GDT::LocalBinaryElementIntegrandSum::right_result_

No documentation provided.

Type alias Dune::GDT::LocalBinaryElementIntegrandSum::BaseType

type Dune::GDT::LocalBinaryElementIntegrandSum::BaseType

No documentation provided.

Type alias Dune::GDT::LocalBinaryElementIntegrandSum::ThisType

type Dune::GDT::LocalBinaryElementIntegrandSum::ThisType

No documentation provided.