Class template Dune::GDT::LocalElementAbsIntegrand

Inherits from Dune::GDT::LocalUnaryElementIntegrandInterface.

template<class E, size_t r = 1, size_t rC = 1, class R = double, class F = double>
class Dune::GDT::LocalElementAbsIntegrand : public LocalUnaryElementIntegrandInterface<E, r, rC, R, F>

Local unary element integrand evaluating the Euclidean (two-)norm of each test basis function.

int Dune::GDT::LocalElementAbsIntegrand::copy_as_unary_element_integrand() const

No documentation provided.

int Dune::GDT::LocalElementAbsIntegrand::order(const LocalTestBasisType &basis, const XT::Common::Parameter &param = <recovery-expr>({})) const

No documentation provided.

void Dune::GDT::LocalElementAbsIntegrand::evaluate(const LocalTestBasisType &basis, const DomainType &point_in_reference_element, int &result, const XT::Common::Parameter &param = <recovery-expr>({})) const

No documentation provided.

template<>
Dune::GDT::LocalElementAbsIntegrand::LocalElementAbsIntegrand<E, r, rC, R, F>(const std::string &logging_prefix = <recovery-expr>(""), const std::array<bool, 3> &logging_state = <recovery-expr>())

No documentation provided.

template<>
Dune::GDT::LocalElementAbsIntegrand::LocalElementAbsIntegrand<E, r, rC, R, F>(const ThisType&) = default

No documentation provided.

int Dune::GDT::LocalElementAbsIntegrand::basis_values_

No documentation provided.

type Dune::GDT::LocalElementAbsIntegrand::ThisType

No documentation provided.

type Dune::GDT::LocalElementAbsIntegrand::BaseType

No documentation provided.