Class template Dune::GDT::LocalUnaryElementIntegrandSum

Inherits from Dune::GDT::LocalUnaryElementIntegrandInterface.

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

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

Method Dune::GDT::LocalUnaryElementIntegrandSum::copy_as_unary_element_integrand

template<class E, size_t r, size_t rC, class R, class F>
int Dune::GDT::LocalUnaryElementIntegrandSum<E, r, rC, R, F>::copy_as_unary_element_integrand() const final

No documentation provided.

Method Dune::GDT::LocalUnaryElementIntegrandSum::post_bind

template<class E, size_t r, size_t rC, class R, class F>
void Dune::GDT::LocalUnaryElementIntegrandSum<E, r, rC, R, F>::post_bind(const ElementType &elmnt) final

No documentation provided.

Method Dune::GDT::LocalUnaryElementIntegrandSum::order

template<class E, size_t r, size_t rC, class R, class F>
int Dune::GDT::LocalUnaryElementIntegrandSum<E, r, rC, R, F>::order(const LocalTestBasisType &basis, const XT::Common::Parameter &param) const final

No documentation provided.

Method Dune::GDT::LocalUnaryElementIntegrandSum::evaluate

template<class E, size_t r, size_t rC, class R, class F>
void Dune::GDT::LocalUnaryElementIntegrandSum<E, r, rC, R, F>::evaluate(const LocalTestBasisType &basis, const DomainType &point_in_reference_element, int &result, const XT::Common::Parameter &param) const final

No documentation provided.

Constructor Dune::GDT::LocalUnaryElementIntegrandSum::LocalUnaryElementIntegrandSum<E, r, rC, R, F>

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

No documentation provided.

Constructor Dune::GDT::LocalUnaryElementIntegrandSum::LocalUnaryElementIntegrandSum<E, r, rC, R, F>

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

No documentation provided.

Constructor Dune::GDT::LocalUnaryElementIntegrandSum::LocalUnaryElementIntegrandSum<E, r, rC, R, F>

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

No documentation provided.

Field Dune::GDT::LocalUnaryElementIntegrandSum::left_

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

No documentation provided.

Field Dune::GDT::LocalUnaryElementIntegrandSum::right_

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

No documentation provided.

Field Dune::GDT::LocalUnaryElementIntegrandSum::right_result_

int Dune::GDT::LocalUnaryElementIntegrandSum::right_result_

No documentation provided.

Type alias Dune::GDT::LocalUnaryElementIntegrandSum::ThisType

type Dune::GDT::LocalUnaryElementIntegrandSum::ThisType

No documentation provided.

Type alias Dune::GDT::LocalUnaryElementIntegrandSum::BaseType

type Dune::GDT::LocalUnaryElementIntegrandSum::BaseType

No documentation provided.