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<I, r, rC, RF, F> : public LocalUnaryIntersectionIntegrandInterface<I, r, rC, RF, F>

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

Method Dune::GDT::GenericLocalUnaryIntersectionIntegrand::copy_as_unary_intersection_integrand

template<class I, size_t r = 1, size_t rC = 1, class RF = double, class F = double>
int Dune::GDT::GenericLocalUnaryIntersectionIntegrand<I, r, rC, RF, F>::copy_as_unary_intersection_integrand() const final override

No documentation provided.

Method Dune::GDT::GenericLocalUnaryIntersectionIntegrand::post_bind

template<class I, size_t r = 1, size_t rC = 1, class RF = double, class F = double>
void Dune::GDT::GenericLocalUnaryIntersectionIntegrand<I, r, rC, RF, F>::post_bind(const I &intersect) final override

No documentation provided.

Method Dune::GDT::GenericLocalUnaryIntersectionIntegrand::inside

template<class I, size_t r = 1, size_t rC = 1, class RF = double, class F = double>
bool Dune::GDT::GenericLocalUnaryIntersectionIntegrand<I, r, rC, RF, F>::inside() const final override

No documentation provided.

Method Dune::GDT::GenericLocalUnaryIntersectionIntegrand::order

template<class I, size_t r = 1, size_t rC = 1, class RF = double, class F = double>
int Dune::GDT::GenericLocalUnaryIntersectionIntegrand<I, r, rC, RF, F>::order(const LocalTestBasisType &basis, const XT::Common::Parameter &param) const final override

No documentation provided.

Method Dune::GDT::GenericLocalUnaryIntersectionIntegrand::evaluate

template<class I, size_t r = 1, size_t rC = 1, class RF = double, class F = double>
void Dune::GDT::GenericLocalUnaryIntersectionIntegrand<I, r, rC, RF, F>::evaluate(const LocalTestBasisType &basis, const DomainType &point_in_reference_intersection, int &result, const XT::Common::Parameter &param) const final override

No documentation provided.

Constructor Dune::GDT::GenericLocalUnaryIntersectionIntegrand::GenericLocalUnaryIntersectionIntegrand<I, r, rC, RF, F>

template<>
template<class I, size_t r = 1, size_t rC = 1, class RF = double, class F = double>
Dune::GDT::GenericLocalUnaryIntersectionIntegrand<I, r, rC, RF, F>::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.

Constructor Dune::GDT::GenericLocalUnaryIntersectionIntegrand::GenericLocalUnaryIntersectionIntegrand<I, r, rC, RF, F>

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

No documentation provided.

Field Dune::GDT::GenericLocalUnaryIntersectionIntegrand::order_

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

No documentation provided.

Field Dune::GDT::GenericLocalUnaryIntersectionIntegrand::evaluate_

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

No documentation provided.

Field Dune::GDT::GenericLocalUnaryIntersectionIntegrand::post_bind_

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

No documentation provided.

Field Dune::GDT::GenericLocalUnaryIntersectionIntegrand::inside_

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

No documentation provided.

Type alias Dune::GDT::GenericLocalUnaryIntersectionIntegrand::ThisType

type Dune::GDT::GenericLocalUnaryIntersectionIntegrand::ThisType

No documentation provided.

Type alias Dune::GDT::GenericLocalUnaryIntersectionIntegrand::BaseType

type Dune::GDT::GenericLocalUnaryIntersectionIntegrand::BaseType

No documentation provided.

Type alias Dune::GDT::GenericLocalUnaryIntersectionIntegrand::GenericOrderFunctionType

type Dune::GDT::GenericLocalUnaryIntersectionIntegrand::GenericOrderFunctionType

No documentation provided.

Type alias Dune::GDT::GenericLocalUnaryIntersectionIntegrand::GenericEvaluateFunctionType

type Dune::GDT::GenericLocalUnaryIntersectionIntegrand::GenericEvaluateFunctionType

No documentation provided.

Type alias Dune::GDT::GenericLocalUnaryIntersectionIntegrand::GenericPostBindFunctionType

type Dune::GDT::GenericLocalUnaryIntersectionIntegrand::GenericPostBindFunctionType

No documentation provided.