Class template Dune::GDT::GenericLocalUnaryElementIntegrand¶
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::GenericLocalUnaryElementIntegrand : public LocalUnaryElementIntegrandInterface<E, r, rC, R, F>¶ Local unary element integrand whose order, evaluation and post-bind behavior are given as std::functions.
-
int Dune::GDT::GenericLocalUnaryElementIntegrand::copy_as_unary_element_integrand() const final override¶
No documentation provided.
-
void Dune::GDT::GenericLocalUnaryElementIntegrand::post_bind(const E &ele) final override¶
No documentation provided.
-
int Dune::GDT::GenericLocalUnaryElementIntegrand::order(const LocalTestBasisType &basis, const XT::Common::Parameter ¶m =
<recovery-expr>({})) const final override¶ No documentation provided.
-
void Dune::GDT::GenericLocalUnaryElementIntegrand::evaluate(const LocalTestBasisType &basis, const DomainType &point_in_reference_element, int &result, const XT::Common::Parameter ¶m =
<recovery-expr>({})) const final override¶ No documentation provided.
-
template<>
Dune::GDT::GenericLocalUnaryElementIntegrand::GenericLocalUnaryElementIntegrand<E, r, rC, R, F>(GenericOrderFunctionType order_function, GenericEvaluateFunctionType evaluate_function, GenericPostBindFunctionType post_bind_function =[](const E &) {}, const XT::Common::ParameterType ¶m_type = {})¶ No documentation provided.
-
template<>
Dune::GDT::GenericLocalUnaryElementIntegrand::GenericLocalUnaryElementIntegrand<E, r, rC, R, F>(const ThisType &other)¶ No documentation provided.
-
const GenericOrderFunctionType Dune::GDT::GenericLocalUnaryElementIntegrand::order_¶
No documentation provided.
-
const GenericEvaluateFunctionType Dune::GDT::GenericLocalUnaryElementIntegrand::evaluate_¶
No documentation provided.
-
const GenericPostBindFunctionType Dune::GDT::GenericLocalUnaryElementIntegrand::post_bind_¶
No documentation provided.
-
type Dune::GDT::GenericLocalUnaryElementIntegrand::ThisType¶
No documentation provided.
-
type Dune::GDT::GenericLocalUnaryElementIntegrand::BaseType¶
No documentation provided.
-
type Dune::GDT::GenericLocalUnaryElementIntegrand::GenericOrderFunctionType¶
No documentation provided.
-
type Dune::GDT::GenericLocalUnaryElementIntegrand::GenericEvaluateFunctionType¶
No documentation provided.
-
type Dune::GDT::GenericLocalUnaryElementIntegrand::GenericPostBindFunctionType¶
No documentation provided.