Class template Dune::GDT::LocalElementIntegralBilinearForm

Inherits from Dune::GDT::LocalElementBilinearFormInterface.

template<class E, size_t t_r = 1, size_t t_rC = 1, class TR = double, class F = double, size_t a_r = t_r, size_t a_rC = t_rC, class AR = TR>
class Dune::GDT::LocalElementIntegralBilinearForm : public LocalElementBilinearFormInterface<E, t_r, t_rC, TR, F, a_r, a_rC, AR>

For an explanation of the template arguments

See also: LocalElementBilinearFormInterface

int Dune::GDT::LocalElementIntegralBilinearForm::copy() const final override

No documentation provided.

void Dune::GDT::LocalElementIntegralBilinearForm::apply2(const LocalTestBasisType &test_basis, const LocalAnsatzBasisType &ansatz_basis, int &result, const XT::Common::Parameter &param = <recovery-expr>({})) const final override

No documentation provided.

template<>
Dune::GDT::LocalElementIntegralBilinearForm::LocalElementIntegralBilinearForm<E, t_r, t_rC, TR, F, a_r, a_rC, AR>(const IntegrandType &integrand, const int over_integrate = 0, const std::string &logging_prefix = <recovery-expr>(""), const std::array<bool, 3> &logging_state = <recovery-expr>())

No documentation provided.

template<>
Dune::GDT::LocalElementIntegralBilinearForm::LocalElementIntegralBilinearForm<E, t_r, t_rC, TR, F, a_r, a_rC, AR>(typename GenericIntegrand::GenericOrderFunctionType order_function, typename GenericIntegrand::GenericEvaluateFunctionType evaluate_function, const XT::Common::ParameterType &param_type = {}, const int over_integrate = 0, const std::string &logging_prefix = <recovery-expr>(""), const std::array<bool, 3> &logging_state = <recovery-expr>())

No documentation provided.

template<>
Dune::GDT::LocalElementIntegralBilinearForm::LocalElementIntegralBilinearForm<E, t_r, t_rC, TR, F, a_r, a_rC, AR>(const ThisType &other)

No documentation provided.

template<>
Dune::GDT::LocalElementIntegralBilinearForm::LocalElementIntegralBilinearForm<E, t_r, t_rC, TR, F, a_r, a_rC, AR>(ThisType &&source) noexcept = default

No documentation provided.

int Dune::GDT::LocalElementIntegralBilinearForm::integrand_

No documentation provided.

const int Dune::GDT::LocalElementIntegralBilinearForm::over_integrate_

No documentation provided.

int Dune::GDT::LocalElementIntegralBilinearForm::integrand_values_

No documentation provided.

type Dune::GDT::LocalElementIntegralBilinearForm::ThisType

No documentation provided.

type Dune::GDT::LocalElementIntegralBilinearForm::BaseType

No documentation provided.

type Dune::GDT::LocalElementIntegralBilinearForm::IntegrandType

No documentation provided.

type Dune::GDT::LocalElementIntegralBilinearForm::GenericIntegrand

No documentation provided.