Class template Dune::GDT::GenericLocalUnaryIntersectionIntegrand

Inherits from Dune::GDT::LocalUnaryIntersectionIntegrandInterface.

template<class I, size_t r = 1, size_t rC = 1, class RF = double, class F = double>
class Dune::GDT::GenericLocalUnaryIntersectionIntegrand : public LocalUnaryIntersectionIntegrandInterface<I, r, rC, RF, F>

Local unary intersection integrand whose order, evaluation and post-bind behavior are given as std::functions.

int Dune::GDT::GenericLocalUnaryIntersectionIntegrand::copy_as_unary_intersection_integrand() const final override

No documentation provided.

void Dune::GDT::GenericLocalUnaryIntersectionIntegrand::post_bind(const I &intersect) final override

No documentation provided.

bool Dune::GDT::GenericLocalUnaryIntersectionIntegrand::inside() const final override

No documentation provided.

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

No documentation provided.

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

No documentation provided.

template<>
Dune::GDT::GenericLocalUnaryIntersectionIntegrand::GenericLocalUnaryIntersectionIntegrand<I, r, rC, RF, F>(GenericOrderFunctionType order_function, GenericEvaluateFunctionType evaluate_function, GenericPostBindFunctionType post_bind_function = [](const I &) {}, bool use_inside_bases = true, const XT::Common::ParameterType &param_type = {})

No documentation provided.

template<>
Dune::GDT::GenericLocalUnaryIntersectionIntegrand::GenericLocalUnaryIntersectionIntegrand<I, r, rC, RF, F>(const ThisType &other) = default

No documentation provided.

const GenericOrderFunctionType Dune::GDT::GenericLocalUnaryIntersectionIntegrand::order_

No documentation provided.

const GenericEvaluateFunctionType Dune::GDT::GenericLocalUnaryIntersectionIntegrand::evaluate_

No documentation provided.

const GenericPostBindFunctionType Dune::GDT::GenericLocalUnaryIntersectionIntegrand::post_bind_

No documentation provided.

const bool Dune::GDT::GenericLocalUnaryIntersectionIntegrand::inside_

No documentation provided.

type Dune::GDT::GenericLocalUnaryIntersectionIntegrand::ThisType

No documentation provided.

type Dune::GDT::GenericLocalUnaryIntersectionIntegrand::BaseType

No documentation provided.

type Dune::GDT::GenericLocalUnaryIntersectionIntegrand::GenericOrderFunctionType

No documentation provided.

type Dune::GDT::GenericLocalUnaryIntersectionIntegrand::GenericEvaluateFunctionType

No documentation provided.

type Dune::GDT::GenericLocalUnaryIntersectionIntegrand::GenericPostBindFunctionType

No documentation provided.