Class template Dune::GDT::LocalBinaryIntersectionIntegrandSum

template<class I, 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::LocalBinaryIntersectionIntegrandSum

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

int Dune::GDT::LocalBinaryIntersectionIntegrandSum::copy_as_binary_intersection_integrand() const final

No documentation provided.

void Dune::GDT::LocalBinaryIntersectionIntegrandSum::post_bind(const IntersectionType &intrsctn) final

No documentation provided.

bool Dune::GDT::LocalBinaryIntersectionIntegrandSum::inside() const final

No documentation provided.

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

No documentation provided.

void Dune::GDT::LocalBinaryIntersectionIntegrandSum::evaluate(const LocalTestBasisType &test_basis, const LocalAnsatzBasisType &ansatz_basis, const DomainType &point_in_reference_intersection, int &result, const XT::Common::Parameter &param = <recovery-expr>({})) const final

No documentation provided.

template<>
Dune::GDT::LocalBinaryIntersectionIntegrandSum::LocalBinaryIntersectionIntegrandSum<I, t_r, t_rC, TF, F, a_r, a_rC, AF>(const BaseType &left, const BaseType &right)

No documentation provided.

template<>
Dune::GDT::LocalBinaryIntersectionIntegrandSum::LocalBinaryIntersectionIntegrandSum<I, t_r, t_rC, TF, F, a_r, a_rC, AF>(const ThisType &other)

No documentation provided.

template<>
Dune::GDT::LocalBinaryIntersectionIntegrandSum::LocalBinaryIntersectionIntegrandSum<I, t_r, t_rC, TF, F, a_r, a_rC, AF>(ThisType &&source) noexcept = default

No documentation provided.

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

No documentation provided.

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

No documentation provided.

int Dune::GDT::LocalBinaryIntersectionIntegrandSum::right_result_

No documentation provided.

type Dune::GDT::LocalBinaryIntersectionIntegrandSum::BaseType

No documentation provided.

type Dune::GDT::LocalBinaryIntersectionIntegrandSum::ThisType

No documentation provided.