Class template Dune::GDT::LocalUnaryIntersectionIntegrandSum

Inherits from Dune::GDT::LocalUnaryIntersectionIntegrandInterface.

template<class I, size_t r, size_t rC, class R, class F>
class Dune::GDT::LocalUnaryIntersectionIntegrandSum<I, r, rC, R, F> : public LocalUnaryIntersectionIntegrandInterface<I, r, rC, R, F>

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

Method Dune::GDT::LocalUnaryIntersectionIntegrandSum::copy_as_unary_intersection_integrand

template<class I, size_t r, size_t rC, class R, class F>
int Dune::GDT::LocalUnaryIntersectionIntegrandSum<I, r, rC, R, F>::copy_as_unary_intersection_integrand() const final

No documentation provided.

Method Dune::GDT::LocalUnaryIntersectionIntegrandSum::post_bind

template<class I, size_t r, size_t rC, class R, class F>
void Dune::GDT::LocalUnaryIntersectionIntegrandSum<I, r, rC, R, F>::post_bind(const IntersectionType &intrsctn) final

No documentation provided.

Method Dune::GDT::LocalUnaryIntersectionIntegrandSum::inside

template<class I, size_t r, size_t rC, class R, class F>
bool Dune::GDT::LocalUnaryIntersectionIntegrandSum<I, r, rC, R, F>::inside() const final

No documentation provided.

Method Dune::GDT::LocalUnaryIntersectionIntegrandSum::order

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

No documentation provided.

Method Dune::GDT::LocalUnaryIntersectionIntegrandSum::evaluate

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

No documentation provided.

Constructor Dune::GDT::LocalUnaryIntersectionIntegrandSum::LocalUnaryIntersectionIntegrandSum<I, r, rC, R, F>

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

No documentation provided.

Constructor Dune::GDT::LocalUnaryIntersectionIntegrandSum::LocalUnaryIntersectionIntegrandSum<I, r, rC, R, F>

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

No documentation provided.

Constructor Dune::GDT::LocalUnaryIntersectionIntegrandSum::LocalUnaryIntersectionIntegrandSum<I, r, rC, R, F>

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

No documentation provided.

Field Dune::GDT::LocalUnaryIntersectionIntegrandSum::left_

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

No documentation provided.

Field Dune::GDT::LocalUnaryIntersectionIntegrandSum::right_

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

No documentation provided.

Field Dune::GDT::LocalUnaryIntersectionIntegrandSum::right_result_

int Dune::GDT::LocalUnaryIntersectionIntegrandSum::right_result_

No documentation provided.

Type alias Dune::GDT::LocalUnaryIntersectionIntegrandSum::ThisType

type Dune::GDT::LocalUnaryIntersectionIntegrandSum::ThisType

No documentation provided.

Type alias Dune::GDT::LocalUnaryIntersectionIntegrandSum::BaseType

type Dune::GDT::LocalUnaryIntersectionIntegrandSum::BaseType

No documentation provided.