Class template Dune::GDT::LocalUnaryElementIntegrandSum

template<class E, size_t r, size_t rC, class R, class F>
class Dune::GDT::LocalUnaryElementIntegrandSum

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

int Dune::GDT::LocalUnaryElementIntegrandSum::copy_as_unary_element_integrand() const final

No documentation provided.

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

No documentation provided.

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

No documentation provided.

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

No documentation provided.

template<>
Dune::GDT::LocalUnaryElementIntegrandSum::LocalUnaryElementIntegrandSum<E, r, rC, R, F>(const BaseType &left, const BaseType &right)

No documentation provided.

template<>
Dune::GDT::LocalUnaryElementIntegrandSum::LocalUnaryElementIntegrandSum<E, r, rC, R, F>(const ThisType &other)

No documentation provided.

template<>
Dune::GDT::LocalUnaryElementIntegrandSum::LocalUnaryElementIntegrandSum<E, r, rC, R, F>(ThisType &&source) noexcept = default

No documentation provided.

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

No documentation provided.

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

No documentation provided.

int Dune::GDT::LocalUnaryElementIntegrandSum::right_result_

No documentation provided.

type Dune::GDT::LocalUnaryElementIntegrandSum::ThisType

No documentation provided.

type Dune::GDT::LocalUnaryElementIntegrandSum::BaseType

No documentation provided.