Class template Dune::GDT::LocalLaplaceIntegrand

Inherits from Dune::GDT::LocalBinaryElementIntegrandInterface.

template<class E, size_t r = 1, class F = double>
class Dune::GDT::LocalLaplaceIntegrand<E, r, F> : 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.

Method Dune::GDT::LocalLaplaceIntegrand::copy_as_binary_element_integrand

template<class E, size_t r = 1, class F = double>
int Dune::GDT::LocalLaplaceIntegrand<E, r, F>::copy_as_binary_element_integrand() const final override

No documentation provided.

Method Dune::GDT::LocalLaplaceIntegrand::post_bind

template<class E, size_t r = 1, class F = double>
void Dune::GDT::LocalLaplaceIntegrand<E, r, F>::post_bind(const ElementType &ele) override

No documentation provided.

Method Dune::GDT::LocalLaplaceIntegrand::order

template<class E, size_t r = 1, class F = double>
int Dune::GDT::LocalLaplaceIntegrand<E, r, F>::order(const LocalTestBasisType &test_basis, const LocalAnsatzBasisType &ansatz_basis, const XT::Common::Parameter &param) const final override

No documentation provided.

Method Dune::GDT::LocalLaplaceIntegrand::evaluate

template<class E, size_t r = 1, class F = double>
void Dune::GDT::LocalLaplaceIntegrand<E, r, F>::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::LocalLaplaceIntegrand::LocalLaplaceIntegrand<E, r, F>

template<>
template<class E, size_t r = 1, class F = double>
explicit Dune::GDT::LocalLaplaceIntegrand<E, r, F>::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, const std::array<bool, 3> &logging_state = XT::Common::default_logger_state())

No documentation provided.

Constructor Dune::GDT::LocalLaplaceIntegrand::LocalLaplaceIntegrand<E, r, F>

template<>
template<class E, size_t r = 1, class F = double>
Dune::GDT::LocalLaplaceIntegrand<E, r, F>::LocalLaplaceIntegrand<E, r, F>(const ThisType &other)

No documentation provided.

Constructor Dune::GDT::LocalLaplaceIntegrand::LocalLaplaceIntegrand<E, r, F>

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

No documentation provided.

Field Dune::GDT::LocalLaplaceIntegrand::weight_

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

No documentation provided.

Field Dune::GDT::LocalLaplaceIntegrand::local_weight_

int Dune::GDT::LocalLaplaceIntegrand::local_weight_

No documentation provided.

Field Dune::GDT::LocalLaplaceIntegrand::test_basis_grads_

int Dune::GDT::LocalLaplaceIntegrand::test_basis_grads_

No documentation provided.

Field Dune::GDT::LocalLaplaceIntegrand::ansatz_basis_grads_

int Dune::GDT::LocalLaplaceIntegrand::ansatz_basis_grads_

No documentation provided.

Type alias Dune::GDT::LocalLaplaceIntegrand::BaseType

type Dune::GDT::LocalLaplaceIntegrand::BaseType

No documentation provided.

Type alias Dune::GDT::LocalLaplaceIntegrand::ThisType

type Dune::GDT::LocalLaplaceIntegrand::ThisType

No documentation provided.