Class template Dune::GDT::LocalSymmetrizedLaplaceIntegrand

Inherits from Dune::GDT::LocalBinaryElementIntegrandInterface.

template<class E, class F = double>
class Dune::GDT::LocalSymmetrizedLaplaceIntegrand<E, F> : public LocalBinaryElementIntegrandInterface<E, E::dimension, 1, F, F, E::dimension, 1, F>

Given an inducing scalar function lambda computes lambda(x) * 1/2*( nabla phi(x) + ( nabla phi(x))^T) : nabla psi(x) for all combinations of phi in the ansatz and psi in the test basis. Here, ‘:’ denotes the (matrix) scalar product.

Method Dune::GDT::LocalSymmetrizedLaplaceIntegrand::copy_as_binary_element_integrand

template<class E, class F = double>
int Dune::GDT::LocalSymmetrizedLaplaceIntegrand<E, F>::copy_as_binary_element_integrand() const final override

No documentation provided.

Method Dune::GDT::LocalSymmetrizedLaplaceIntegrand::post_bind

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

No documentation provided.

Method Dune::GDT::LocalSymmetrizedLaplaceIntegrand::order

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

No documentation provided.

Method Dune::GDT::LocalSymmetrizedLaplaceIntegrand::evaluate

template<class E, class F = double>
void Dune::GDT::LocalSymmetrizedLaplaceIntegrand<E, 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::LocalSymmetrizedLaplaceIntegrand::LocalSymmetrizedLaplaceIntegrand<E, F>

template<>
template<class E, class F = double>
Dune::GDT::LocalSymmetrizedLaplaceIntegrand<E, F>::LocalSymmetrizedLaplaceIntegrand<E, F>(XT::Functions::GridFunction<E, 1, 1, F> diffusion_factor = F(1))

No documentation provided.

Constructor Dune::GDT::LocalSymmetrizedLaplaceIntegrand::LocalSymmetrizedLaplaceIntegrand<E, F>

template<>
template<class E, class F = double>
Dune::GDT::LocalSymmetrizedLaplaceIntegrand<E, F>::LocalSymmetrizedLaplaceIntegrand<E, F>(const ThisType &other)

No documentation provided.

Constructor Dune::GDT::LocalSymmetrizedLaplaceIntegrand::LocalSymmetrizedLaplaceIntegrand<E, F>

template<>
template<class E, class F = double>
Dune::GDT::LocalSymmetrizedLaplaceIntegrand<E, F>::LocalSymmetrizedLaplaceIntegrand<E, F>(ThisType &&source) noexcept = default

No documentation provided.

Field Dune::GDT::LocalSymmetrizedLaplaceIntegrand::diffusion_factor_

const int Dune::GDT::LocalSymmetrizedLaplaceIntegrand::diffusion_factor_

No documentation provided.

Field Dune::GDT::LocalSymmetrizedLaplaceIntegrand::local_diffusion_factor_

int Dune::GDT::LocalSymmetrizedLaplaceIntegrand::local_diffusion_factor_

No documentation provided.

Field Dune::GDT::LocalSymmetrizedLaplaceIntegrand::test_basis_grads_

int Dune::GDT::LocalSymmetrizedLaplaceIntegrand::test_basis_grads_

No documentation provided.

Field Dune::GDT::LocalSymmetrizedLaplaceIntegrand::ansatz_basis_grads_

int Dune::GDT::LocalSymmetrizedLaplaceIntegrand::ansatz_basis_grads_

No documentation provided.

Field Dune::GDT::LocalSymmetrizedLaplaceIntegrand::symmetric_ansatz_basis_grads_

int Dune::GDT::LocalSymmetrizedLaplaceIntegrand::symmetric_ansatz_basis_grads_

No documentation provided.

Variable Dune::GDT::LocalSymmetrizedLaplaceIntegrand::r

const int Dune::GDT::LocalSymmetrizedLaplaceIntegrand::r

No documentation provided.

Type alias Dune::GDT::LocalSymmetrizedLaplaceIntegrand::BaseType

type Dune::GDT::LocalSymmetrizedLaplaceIntegrand::BaseType

No documentation provided.

Type alias Dune::GDT::LocalSymmetrizedLaplaceIntegrand::ThisType

type Dune::GDT::LocalSymmetrizedLaplaceIntegrand::ThisType

No documentation provided.

Type alias Dune::GDT::LocalSymmetrizedLaplaceIntegrand::DiffusionFactorType

type Dune::GDT::LocalSymmetrizedLaplaceIntegrand::DiffusionFactorType

No documentation provided.