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<I, t_r, t_rC, TF, F, a_r, a_rC, AF> : 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.
Method Dune::GDT::GenericLocalBinaryIntersectionIntegrand::copy_as_binary_intersection_integrand¶
-
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>
int Dune::GDT::GenericLocalBinaryIntersectionIntegrand<I, t_r, t_rC, TF, F, a_r, a_rC, AF>::copy_as_binary_intersection_integrand() const final override¶ No documentation provided.
Method Dune::GDT::GenericLocalBinaryIntersectionIntegrand::post_bind¶
-
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>
void Dune::GDT::GenericLocalBinaryIntersectionIntegrand<I, t_r, t_rC, TF, F, a_r, a_rC, AF>::post_bind(const I &intersect) final override¶ No documentation provided.
Method Dune::GDT::GenericLocalBinaryIntersectionIntegrand::inside¶
Method Dune::GDT::GenericLocalBinaryIntersectionIntegrand::order¶
-
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>
int Dune::GDT::GenericLocalBinaryIntersectionIntegrand<I, t_r, t_rC, TF, F, a_r, a_rC, AF>::order(const LocalTestBasisType &test_basis, const LocalAnsatzBasisType &ansatz_basis, const XT::Common::Parameter ¶m) const final override¶ No documentation provided.
Method Dune::GDT::GenericLocalBinaryIntersectionIntegrand::evaluate¶
-
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>
void Dune::GDT::GenericLocalBinaryIntersectionIntegrand<I, t_r, t_rC, TF, F, a_r, a_rC, AF>::evaluate(const LocalTestBasisType &test_basis, const LocalAnsatzBasisType &ansatz_basis, const DomainType &point_in_reference_intersection, DynamicMatrix<F> &result, const XT::Common::Parameter ¶m) const final override¶ No documentation provided.
Constructor Dune::GDT::GenericLocalBinaryIntersectionIntegrand::GenericLocalBinaryIntersectionIntegrand<I, t_r, t_rC, TF, F, a_r, a_rC, AF>¶
-
template<>
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>
Dune::GDT::GenericLocalBinaryIntersectionIntegrand<I, t_r, t_rC, TF, F, a_r, a_rC, AF>::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 ¶m_type = {})¶ No documentation provided.
Constructor Dune::GDT::GenericLocalBinaryIntersectionIntegrand::GenericLocalBinaryIntersectionIntegrand<I, t_r, t_rC, TF, F, a_r, a_rC, AF>¶
-
template<>
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>
Dune::GDT::GenericLocalBinaryIntersectionIntegrand<I, t_r, t_rC, TF, F, a_r, a_rC, AF>::GenericLocalBinaryIntersectionIntegrand<I, t_r, t_rC, TF, F, a_r, a_rC, AF>(const ThisType &other) = default¶ No documentation provided.
Field Dune::GDT::GenericLocalBinaryIntersectionIntegrand::order_¶
-
const GenericOrderFunctionType Dune::GDT::GenericLocalBinaryIntersectionIntegrand::order_¶
No documentation provided.
Field Dune::GDT::GenericLocalBinaryIntersectionIntegrand::evaluate_¶
-
const GenericEvaluateFunctionType Dune::GDT::GenericLocalBinaryIntersectionIntegrand::evaluate_¶
No documentation provided.
Field Dune::GDT::GenericLocalBinaryIntersectionIntegrand::post_bind_¶
-
const GenericPostBindFunctionType Dune::GDT::GenericLocalBinaryIntersectionIntegrand::post_bind_¶
No documentation provided.
Field Dune::GDT::GenericLocalBinaryIntersectionIntegrand::inside_¶
-
const bool Dune::GDT::GenericLocalBinaryIntersectionIntegrand::inside_¶
No documentation provided.
Type alias Dune::GDT::GenericLocalBinaryIntersectionIntegrand::ThisType¶
-
type Dune::GDT::GenericLocalBinaryIntersectionIntegrand::ThisType¶
No documentation provided.
Type alias Dune::GDT::GenericLocalBinaryIntersectionIntegrand::BaseType¶
-
type Dune::GDT::GenericLocalBinaryIntersectionIntegrand::BaseType¶
No documentation provided.
Type alias Dune::GDT::GenericLocalBinaryIntersectionIntegrand::GenericOrderFunctionType¶
-
type Dune::GDT::GenericLocalBinaryIntersectionIntegrand::GenericOrderFunctionType¶
No documentation provided.
Type alias Dune::GDT::GenericLocalBinaryIntersectionIntegrand::GenericEvaluateFunctionType¶
-
type Dune::GDT::GenericLocalBinaryIntersectionIntegrand::GenericEvaluateFunctionType¶
No documentation provided.
Type alias Dune::GDT::GenericLocalBinaryIntersectionIntegrand::GenericPostBindFunctionType¶
-
type Dune::GDT::GenericLocalBinaryIntersectionIntegrand::GenericPostBindFunctionType¶
No documentation provided.