Class template Dune::GDT::LocalElementGradientValueIntegrand

Inherits from Dune::GDT::LocalBinaryElementIntegrandInterface.

template<class E, size_t r = 1, size_t rC = 1, class TR = double, class F = double, class AR = TR, bool use_test_gradient = false>
class Dune::GDT::LocalElementGradientValueIntegrand : public LocalBinaryElementIntegrandInterface<E, r, rC, TR, F, r, rC, AR>

Given an inducing (vector-valued) function u, computes ( nabla phi(x) * u(x)) * psi(x) for all combinations of phi in the ansatz basis and psi in the test basis. If use_test_gradient is set to true, ansatz and test basis are swapped.

See also: local_binary_to_unary_element_integrand

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

No documentation provided.

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

No documentation provided.

int Dune::GDT::LocalElementGradientValueIntegrand::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::LocalElementGradientValueIntegrand::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::LocalElementGradientValueIntegrand::LocalElementGradientValueIntegrand<E, r, rC, TR, F, AR, use_test_gradient>(XT::Functions::GridFunction<E, vector_size, 1, F> vector_in)

No documentation provided.

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

No documentation provided.

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

No documentation provided.

const int Dune::GDT::LocalElementGradientValueIntegrand::vector_

No documentation provided.

int Dune::GDT::LocalElementGradientValueIntegrand::local_function_

No documentation provided.

VectorValues Dune::GDT::LocalElementGradientValueIntegrand::vector_values_

No documentation provided.

int Dune::GDT::LocalElementGradientValueIntegrand::values_

No documentation provided.

int Dune::GDT::LocalElementGradientValueIntegrand::jacobians_

No documentation provided.

const size_t Dune::GDT::LocalElementGradientValueIntegrand::vector_size

No documentation provided.

type Dune::GDT::LocalElementGradientValueIntegrand::BaseType

No documentation provided.

type Dune::GDT::LocalElementGradientValueIntegrand::ThisType

No documentation provided.

type Dune::GDT::LocalElementGradientValueIntegrand::VectorGridFunctionType

No documentation provided.

type Dune::GDT::LocalElementGradientValueIntegrand::VectorValues

No documentation provided.

Class template Dune::GDT::LocalElementGradientValueIntegrand::helper

template<bool use_test = use_test_gradient, bool anything = true>
class Dune::GDT::LocalElementGradientValueIntegrand::helper

No documentation provided.

static void Dune::GDT::LocalElementGradientValueIntegrand::helper::evaluate(const LocalTestBasisType &test_basis, const LocalAnsatzBasisType &ansatz_basis, const DomainType &point_in_reference_element, const VectorValues &vector_values, int &values, int &jacobians, int &result, const XT::Common::Parameter &param)

No documentation provided.

Class template Dune::GDT::LocalElementGradientValueIntegrand::helper

template<bool anything>
class Dune::GDT::LocalElementGradientValueIntegrand::helper

No documentation provided.

static void Dune::GDT::LocalElementGradientValueIntegrand::helper::evaluate(const LocalTestBasisType &test_basis, const LocalAnsatzBasisType &ansatz_basis, const DomainType &point_in_reference_element, const VectorValues &vector_values, int &values, int &jacobians, int &result, const XT::Common::Parameter &param)

No documentation provided.