Class template Dune::GDT::LocalBinaryElementIntegrandSum

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

Local binary element integrand representing the sum of two binary element integrands.

int Dune::GDT::LocalBinaryElementIntegrandSum::copy_as_binary_element_integrand() const final

No documentation provided.

void Dune::GDT::LocalBinaryElementIntegrandSum::post_bind(const ElementType &elmnt) final

No documentation provided.

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

No documentation provided.

void Dune::GDT::LocalBinaryElementIntegrandSum::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

No documentation provided.

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

No documentation provided.

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

No documentation provided.

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

No documentation provided.

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

No documentation provided.

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

No documentation provided.

int Dune::GDT::LocalBinaryElementIntegrandSum::right_result_

No documentation provided.

type Dune::GDT::LocalBinaryElementIntegrandSum::BaseType

No documentation provided.

type Dune::GDT::LocalBinaryElementIntegrandSum::ThisType

No documentation provided.