Class template Dune::GDT::LocalLaplaceIntegrand

Inherits from Dune::GDT::LocalBinaryElementIntegrandInterface.

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

Given a weight function kappa, computes {[kappa(x) nabla phi(x)] * nabla psi(x)} for all combinations of phi and psi in the bases.

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

No documentation provided.

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

No documentation provided.

int Dune::GDT::LocalLaplaceIntegrand::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::LocalLaplaceIntegrand::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<>
explicit Dune::GDT::LocalLaplaceIntegrand::LocalLaplaceIntegrand<E, r, F>(XT::Functions::GridFunction<E, d, d, F> diffusion = XT::LA::eye_matrix<FieldMatrix<F, d, d>>(d, d), const std::string &logging_prefix = <recovery-expr>(""), const std::array<bool, 3> &logging_state = <recovery-expr>())

No documentation provided.

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

No documentation provided.

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

No documentation provided.

const int Dune::GDT::LocalLaplaceIntegrand::weight_

No documentation provided.

int Dune::GDT::LocalLaplaceIntegrand::local_weight_

No documentation provided.

int Dune::GDT::LocalLaplaceIntegrand::test_basis_grads_

No documentation provided.

int Dune::GDT::LocalLaplaceIntegrand::ansatz_basis_grads_

No documentation provided.

type Dune::GDT::LocalLaplaceIntegrand::BaseType

No documentation provided.

type Dune::GDT::LocalLaplaceIntegrand::ThisType

No documentation provided.