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<E, r, rC, R, F> : public LocalUnaryElementIntegrandInterface<E, r, rC, R, F>¶ Local unary element integrand whose order, evaluation and post-bind behavior are given as std::functions.
Method Dune::GDT::GenericLocalUnaryElementIntegrand::copy_as_unary_element_integrand¶
Method Dune::GDT::GenericLocalUnaryElementIntegrand::post_bind¶
Method Dune::GDT::GenericLocalUnaryElementIntegrand::order¶
Method Dune::GDT::GenericLocalUnaryElementIntegrand::evaluate¶
-
template<class E, size_t r = 1, size_t rC = 1, class R = double, class F = double>
void Dune::GDT::GenericLocalUnaryElementIntegrand<E, r, rC, R, F>::evaluate(const LocalTestBasisType &basis, const DomainType &point_in_reference_element, int &result, const XT::Common::Parameter ¶m) const final override¶ No documentation provided.
Constructor Dune::GDT::GenericLocalUnaryElementIntegrand::GenericLocalUnaryElementIntegrand<E, r, rC, R, F>¶
-
template<>
template<class E, size_t r = 1, size_t rC = 1, class R = double, class F = double>
Dune::GDT::GenericLocalUnaryElementIntegrand<E, r, rC, R, F>::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.
Constructor Dune::GDT::GenericLocalUnaryElementIntegrand::GenericLocalUnaryElementIntegrand<E, r, rC, R, F>¶
Field Dune::GDT::GenericLocalUnaryElementIntegrand::order_¶
-
const GenericOrderFunctionType Dune::GDT::GenericLocalUnaryElementIntegrand::order_¶
No documentation provided.
Field Dune::GDT::GenericLocalUnaryElementIntegrand::evaluate_¶
-
const GenericEvaluateFunctionType Dune::GDT::GenericLocalUnaryElementIntegrand::evaluate_¶
No documentation provided.
Field Dune::GDT::GenericLocalUnaryElementIntegrand::post_bind_¶
-
const GenericPostBindFunctionType Dune::GDT::GenericLocalUnaryElementIntegrand::post_bind_¶
No documentation provided.
Type alias Dune::GDT::GenericLocalUnaryElementIntegrand::ThisType¶
-
type Dune::GDT::GenericLocalUnaryElementIntegrand::ThisType¶
No documentation provided.
Type alias Dune::GDT::GenericLocalUnaryElementIntegrand::BaseType¶
-
type Dune::GDT::GenericLocalUnaryElementIntegrand::BaseType¶
No documentation provided.
Type alias Dune::GDT::GenericLocalUnaryElementIntegrand::GenericOrderFunctionType¶
-
type Dune::GDT::GenericLocalUnaryElementIntegrand::GenericOrderFunctionType¶
No documentation provided.
Type alias Dune::GDT::GenericLocalUnaryElementIntegrand::GenericEvaluateFunctionType¶
-
type Dune::GDT::GenericLocalUnaryElementIntegrand::GenericEvaluateFunctionType¶
No documentation provided.
Type alias Dune::GDT::GenericLocalUnaryElementIntegrand::GenericPostBindFunctionType¶
-
type Dune::GDT::GenericLocalUnaryElementIntegrand::GenericPostBindFunctionType¶
No documentation provided.