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<E, r, rC, TR, F, AR, use_test_gradient> : 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

Method Dune::GDT::LocalElementGradientValueIntegrand::copy_as_binary_element_integrand

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>
int Dune::GDT::LocalElementGradientValueIntegrand<E, r, rC, TR, F, AR, use_test_gradient>::copy_as_binary_element_integrand() const final override

No documentation provided.

Method Dune::GDT::LocalElementGradientValueIntegrand::post_bind

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>
void Dune::GDT::LocalElementGradientValueIntegrand<E, r, rC, TR, F, AR, use_test_gradient>::post_bind(const ElementType &ele) final override

No documentation provided.

Method Dune::GDT::LocalElementGradientValueIntegrand::order

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>
int Dune::GDT::LocalElementGradientValueIntegrand<E, r, rC, TR, F, AR, use_test_gradient>::order(const LocalTestBasisType &test_basis, const LocalAnsatzBasisType &ansatz_basis, const XT::Common::Parameter &param) const final override

No documentation provided.

Method Dune::GDT::LocalElementGradientValueIntegrand::evaluate

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>
void Dune::GDT::LocalElementGradientValueIntegrand<E, r, rC, TR, F, AR, use_test_gradient>::evaluate(const LocalTestBasisType &test_basis, const LocalAnsatzBasisType &ansatz_basis, const DomainType &point_in_reference_element, DynamicMatrix<F> &result, const XT::Common::Parameter &param) const final override

No documentation provided.

Constructor Dune::GDT::LocalElementGradientValueIntegrand::LocalElementGradientValueIntegrand<E, r, rC, TR, F, AR, use_test_gradient>

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

No documentation provided.

Constructor Dune::GDT::LocalElementGradientValueIntegrand::LocalElementGradientValueIntegrand<E, r, rC, TR, F, AR, use_test_gradient>

template<>
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>
Dune::GDT::LocalElementGradientValueIntegrand<E, r, rC, TR, F, AR, use_test_gradient>::LocalElementGradientValueIntegrand<E, r, rC, TR, F, AR, use_test_gradient>(const ThisType &other)

No documentation provided.

Constructor Dune::GDT::LocalElementGradientValueIntegrand::LocalElementGradientValueIntegrand<E, r, rC, TR, F, AR, use_test_gradient>

template<>
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>
Dune::GDT::LocalElementGradientValueIntegrand<E, r, rC, TR, F, AR, use_test_gradient>::LocalElementGradientValueIntegrand<E, r, rC, TR, F, AR, use_test_gradient>(ThisType &&source) noexcept = default

No documentation provided.

Field Dune::GDT::LocalElementGradientValueIntegrand::vector_

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

No documentation provided.

Field Dune::GDT::LocalElementGradientValueIntegrand::local_function_

int Dune::GDT::LocalElementGradientValueIntegrand::local_function_

No documentation provided.

Field Dune::GDT::LocalElementGradientValueIntegrand::vector_values_

int Dune::GDT::LocalElementGradientValueIntegrand::vector_values_

No documentation provided.

Field Dune::GDT::LocalElementGradientValueIntegrand::values_

int Dune::GDT::LocalElementGradientValueIntegrand::values_

No documentation provided.

Field Dune::GDT::LocalElementGradientValueIntegrand::jacobians_

int Dune::GDT::LocalElementGradientValueIntegrand::jacobians_

No documentation provided.

Variable Dune::GDT::LocalElementGradientValueIntegrand::vector_size

const int Dune::GDT::LocalElementGradientValueIntegrand::vector_size

No documentation provided.

Type alias Dune::GDT::LocalElementGradientValueIntegrand::BaseType

type Dune::GDT::LocalElementGradientValueIntegrand::BaseType

No documentation provided.

Type alias Dune::GDT::LocalElementGradientValueIntegrand::ThisType

type Dune::GDT::LocalElementGradientValueIntegrand::ThisType

No documentation provided.

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

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

No documentation provided.

Method Dune::GDT::LocalElementGradientValueIntegrand::helper::evaluate

template<bool use_test = use_test_gradient, bool anything = true>
static void Dune::GDT::LocalElementGradientValueIntegrand::helper<use_test, anything>::evaluate(const LocalTestBasisType &test_basis, const LocalAnsatzBasisType &ansatz_basis, const DomainType &point_in_reference_element, const int &vector_values, int &values, int &jacobians, DynamicMatrix<F> &result, const XT::Common::Parameter &param)

No documentation provided.

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

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

No documentation provided.

Method Dune::GDT::LocalElementGradientValueIntegrand::helper::evaluate

template<bool anything>
static void Dune::GDT::LocalElementGradientValueIntegrand::helper<true, anything>::evaluate(const LocalTestBasisType &test_basis, const LocalAnsatzBasisType &ansatz_basis, const DomainType &point_in_reference_element, const int &vector_values, int &values, int &jacobians, DynamicMatrix<F> &result, const XT::Common::Parameter &param)

No documentation provided.