Class template Dune::GDT::LocalElementProductIntegrand

Inherits from Dune::GDT::LocalBinaryElementIntegrandInterface.

template<class E, size_t r = 1, class TR = double, class F = double, class AR = TR>
class Dune::GDT::LocalElementProductIntegrand : public LocalBinaryElementIntegrandInterface<E, r, 1, TR, F, r, 1, AR>

Given an inducing function f (may be matrix-valued), computes (f(x) * psi(x)) * phi(x) for all combinations of phi in the ansatz basis and psi in the test basis.

Note

Note that f can also be given as a scalar value or omitted.

Note

Applying f to the ansatz basis can be done by passing f^T (the transposed of f)

See also: local_binary_to_unary_element_integrand

int Dune::GDT::LocalElementProductIntegrand::copy_as_binary_element_integrand() const final

No documentation provided.

void Dune::GDT::LocalElementProductIntegrand::post_bind(const ElementType &ele) final

No documentation provided.

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

No documentation provided.

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

No documentation provided.

template<>
Dune::GDT::LocalElementProductIntegrand::LocalElementProductIntegrand<E, r, TR, F, AR>(XT::Functions::GridFunction<E, r, r, F> weight = {1.}, const std::string &logging_prefix = <recovery-expr>(""), const std::array<bool, 3> &logging_state = <recovery-expr>())

No documentation provided.

template<>
Dune::GDT::LocalElementProductIntegrand::LocalElementProductIntegrand<E, r, TR, F, AR>(const ThisType &other)

No documentation provided.

template<>
Dune::GDT::LocalElementProductIntegrand::LocalElementProductIntegrand<E, r, TR, F, AR>(ThisType &&source) noexcept = default

No documentation provided.

const int Dune::GDT::LocalElementProductIntegrand::weight_

No documentation provided.

int Dune::GDT::LocalElementProductIntegrand::local_weight_

No documentation provided.

int Dune::GDT::LocalElementProductIntegrand::test_basis_values_

No documentation provided.

int Dune::GDT::LocalElementProductIntegrand::ansatz_basis_values_

No documentation provided.

type Dune::GDT::LocalElementProductIntegrand::ThisType

No documentation provided.

type Dune::GDT::LocalElementProductIntegrand::BaseType

No documentation provided.