Class template Dune::GDT::LocalBinaryIntersectionIntegrandSum

Inherits from Dune::GDT::LocalBinaryIntersectionIntegrandInterface.

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<I, t_r, t_rC, TF, F, a_r, a_rC, AF> : public LocalBinaryIntersectionIntegrandInterface<I, t_r, t_rC, TF, F, a_r, a_rC, AF>

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

Method Dune::GDT::LocalBinaryIntersectionIntegrandSum::copy_as_binary_intersection_integrand

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>
int Dune::GDT::LocalBinaryIntersectionIntegrandSum<I, t_r, t_rC, TF, F, a_r, a_rC, AF>::copy_as_binary_intersection_integrand() const final

No documentation provided.

Method Dune::GDT::LocalBinaryIntersectionIntegrandSum::post_bind

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>
void Dune::GDT::LocalBinaryIntersectionIntegrandSum<I, t_r, t_rC, TF, F, a_r, a_rC, AF>::post_bind(const IntersectionType &intrsctn) final

No documentation provided.

Method Dune::GDT::LocalBinaryIntersectionIntegrandSum::inside

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>
bool Dune::GDT::LocalBinaryIntersectionIntegrandSum<I, t_r, t_rC, TF, F, a_r, a_rC, AF>::inside() const final

No documentation provided.

Method Dune::GDT::LocalBinaryIntersectionIntegrandSum::order

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>
int Dune::GDT::LocalBinaryIntersectionIntegrandSum<I, t_r, t_rC, TF, F, a_r, a_rC, AF>::order(const LocalTestBasisType &test_basis, const LocalAnsatzBasisType &ansatz_basis, const XT::Common::Parameter &param) const final

No documentation provided.

Method Dune::GDT::LocalBinaryIntersectionIntegrandSum::evaluate

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>
void Dune::GDT::LocalBinaryIntersectionIntegrandSum<I, t_r, t_rC, TF, F, a_r, a_rC, AF>::evaluate(const LocalTestBasisType &test_basis, const LocalAnsatzBasisType &ansatz_basis, const DomainType &point_in_reference_intersection, DynamicMatrix<F> &result, const XT::Common::Parameter &param) const final

No documentation provided.

Constructor Dune::GDT::LocalBinaryIntersectionIntegrandSum::LocalBinaryIntersectionIntegrandSum<I, t_r, t_rC, TF, F, a_r, a_rC, AF>

template<>
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>
Dune::GDT::LocalBinaryIntersectionIntegrandSum<I, t_r, t_rC, TF, F, a_r, a_rC, AF>::LocalBinaryIntersectionIntegrandSum<I, t_r, t_rC, TF, F, a_r, a_rC, AF>(const BaseType &left, const BaseType &right)

No documentation provided.

Constructor Dune::GDT::LocalBinaryIntersectionIntegrandSum::LocalBinaryIntersectionIntegrandSum<I, t_r, t_rC, TF, F, a_r, a_rC, AF>

template<>
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>
Dune::GDT::LocalBinaryIntersectionIntegrandSum<I, t_r, t_rC, TF, F, a_r, a_rC, AF>::LocalBinaryIntersectionIntegrandSum<I, t_r, t_rC, TF, F, a_r, a_rC, AF>(const ThisType &other)

No documentation provided.

Constructor Dune::GDT::LocalBinaryIntersectionIntegrandSum::LocalBinaryIntersectionIntegrandSum<I, t_r, t_rC, TF, F, a_r, a_rC, AF>

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

No documentation provided.

Field Dune::GDT::LocalBinaryIntersectionIntegrandSum::left_

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

No documentation provided.

Field Dune::GDT::LocalBinaryIntersectionIntegrandSum::right_

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

No documentation provided.

Field Dune::GDT::LocalBinaryIntersectionIntegrandSum::right_result_

DynamicMatrix<F> Dune::GDT::LocalBinaryIntersectionIntegrandSum::right_result_

No documentation provided.

Type alias Dune::GDT::LocalBinaryIntersectionIntegrandSum::BaseType

type Dune::GDT::LocalBinaryIntersectionIntegrandSum::BaseType

No documentation provided.

Type alias Dune::GDT::LocalBinaryIntersectionIntegrandSum::ThisType

type Dune::GDT::LocalBinaryIntersectionIntegrandSum::ThisType

No documentation provided.