Class template Dune::GDT::LocalElementAnsatzValueTestDivProductIntegrand

Inherits from Dune::GDT::LocalBinaryElementIntegrandInterface, Dune::GDT::internal::LocalElementDivProductIntegrandBase.

template<class E, class TR = double, class F = double, class AR = TR>
class Dune::GDT::LocalElementAnsatzValueTestDivProductIntegrand : public LocalBinaryElementIntegrandInterface<E, E::dimension, 1, TR, F, 1, 1, AR>, public internal::LocalElementDivProductIntegrandBase

Given an inducing function f, computes f(x) * phi(x) * div(psi(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.

int Dune::GDT::LocalElementAnsatzValueTestDivProductIntegrand::copy_as_binary_element_integrand() const final override

No documentation provided.

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

No documentation provided.

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

No documentation provided.

void Dune::GDT::LocalElementAnsatzValueTestDivProductIntegrand::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 override

No documentation provided.

template<>
Dune::GDT::LocalElementAnsatzValueTestDivProductIntegrand::LocalElementAnsatzValueTestDivProductIntegrand<E, TR, F, AR>(XT::Functions::GridFunction<E, 1, 1, F> inducing_function = F(1))

No documentation provided.

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

No documentation provided.

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

No documentation provided.

const int Dune::GDT::LocalElementAnsatzValueTestDivProductIntegrand::inducing_function_

No documentation provided.

int Dune::GDT::LocalElementAnsatzValueTestDivProductIntegrand::local_function_

No documentation provided.

int Dune::GDT::LocalElementAnsatzValueTestDivProductIntegrand::test_basis_jacobians_

No documentation provided.

int Dune::GDT::LocalElementAnsatzValueTestDivProductIntegrand::ansatz_basis_values_

No documentation provided.

type Dune::GDT::LocalElementAnsatzValueTestDivProductIntegrand::BaseType

No documentation provided.

type Dune::GDT::LocalElementAnsatzValueTestDivProductIntegrand::ThisType

No documentation provided.

type Dune::GDT::LocalElementAnsatzValueTestDivProductIntegrand::DivBaseType

No documentation provided.

type Dune::GDT::LocalElementAnsatzValueTestDivProductIntegrand::GridFunctionType

No documentation provided.