Class template Dune::GDT::GenericLocalBinaryIntersectionIntegrand

Inherits from Dune::GDT::LocalBinaryIntersectionIntegrandInterface.

template<class I, size_t t_r = 1, size_t t_rC = 1, class TF = double, class F = double, size_t a_r = t_r, size_t a_rC = t_rC, class AF = TF>
class Dune::GDT::GenericLocalBinaryIntersectionIntegrand : public LocalBinaryIntersectionIntegrandInterface<I, t_r, t_rC, TF, F, a_r, a_rC, AF>

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

int Dune::GDT::GenericLocalBinaryIntersectionIntegrand::copy_as_binary_intersection_integrand() const final override

No documentation provided.

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

No documentation provided.

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

No documentation provided.

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

No documentation provided.

void Dune::GDT::GenericLocalBinaryIntersectionIntegrand::evaluate(const LocalTestBasisType &test_basis, const LocalAnsatzBasisType &ansatz_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::GenericLocalBinaryIntersectionIntegrand::GenericLocalBinaryIntersectionIntegrand<I, t_r, t_rC, TF, F, a_r, a_rC, AF>(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::GenericLocalBinaryIntersectionIntegrand::GenericLocalBinaryIntersectionIntegrand<I, t_r, t_rC, TF, F, a_r, a_rC, AF>(const ThisType &other) = default

No documentation provided.

const GenericOrderFunctionType Dune::GDT::GenericLocalBinaryIntersectionIntegrand::order_

No documentation provided.

const GenericEvaluateFunctionType Dune::GDT::GenericLocalBinaryIntersectionIntegrand::evaluate_

No documentation provided.

const GenericPostBindFunctionType Dune::GDT::GenericLocalBinaryIntersectionIntegrand::post_bind_

No documentation provided.

const bool Dune::GDT::GenericLocalBinaryIntersectionIntegrand::inside_

No documentation provided.

type Dune::GDT::GenericLocalBinaryIntersectionIntegrand::ThisType

No documentation provided.

type Dune::GDT::GenericLocalBinaryIntersectionIntegrand::BaseType

No documentation provided.

type Dune::GDT::GenericLocalBinaryIntersectionIntegrand::GenericOrderFunctionType

No documentation provided.

type Dune::GDT::GenericLocalBinaryIntersectionIntegrand::GenericEvaluateFunctionType

No documentation provided.

type Dune::GDT::GenericLocalBinaryIntersectionIntegrand::GenericPostBindFunctionType

No documentation provided.