Class template Dune::GDT::LocalIntersectionProductIntegrand¶
Inherits from Dune::GDT::LocalBinaryIntersectionIntegrandInterface.
-
template<class I, size_t r = 1, class TR = double, class F = double, class AR = TR>
class Dune::GDT::LocalIntersectionProductIntegrand : public LocalBinaryIntersectionIntegrandInterface<I, r, 1, TR, F, r, 1, AR>¶ Given an inducing function f, computes
f * phi * psifor all combinations of phi and psi in the bases.Note
Note that f can also be given as a scalar value or omitted.
-
int Dune::GDT::LocalIntersectionProductIntegrand::copy_as_binary_intersection_integrand() const final¶
No documentation provided.
-
void Dune::GDT::LocalIntersectionProductIntegrand::post_bind(const IntersectionType &intersct) final¶
No documentation provided.
-
bool Dune::GDT::LocalIntersectionProductIntegrand::inside() const final¶
No documentation provided.
-
int Dune::GDT::LocalIntersectionProductIntegrand::order(const LocalTestBasisType &test_basis, const LocalAnsatzBasisType &ansatz_basis, const XT::Common::Parameter ¶m =
<recovery-expr>({})) const final¶ No documentation provided.
-
void Dune::GDT::LocalIntersectionProductIntegrand::evaluate(const LocalTestBasisType &test_basis, const LocalAnsatzBasisType &ansatz_basis, const DomainType &point_in_reference_intersection, int &result, const XT::Common::Parameter ¶m =
<recovery-expr>({})) const final¶ No documentation provided.
-
template<>
Dune::GDT::LocalIntersectionProductIntegrand::LocalIntersectionProductIntegrand<I, r, TR, F, AR>(XT::Functions::GridFunction<E, r, r, F> weight = {1.}, const bool use_inside_bases = true, const std::string &logging_prefix =<recovery-expr>(""), const std::array<bool, 3> &logging_state =<recovery-expr>())¶ No documentation provided.
-
template<>
Dune::GDT::LocalIntersectionProductIntegrand::LocalIntersectionProductIntegrand<I, r, TR, F, AR>(const ThisType &other)¶ No documentation provided.
-
template<>
Dune::GDT::LocalIntersectionProductIntegrand::LocalIntersectionProductIntegrand<I, r, TR, F, AR>(ThisType &&source) noexcept = default¶ No documentation provided.
-
const int Dune::GDT::LocalIntersectionProductIntegrand::weight_¶
No documentation provided.
-
int Dune::GDT::LocalIntersectionProductIntegrand::local_weight_¶
No documentation provided.
-
const bool Dune::GDT::LocalIntersectionProductIntegrand::inside_¶
No documentation provided.
-
int Dune::GDT::LocalIntersectionProductIntegrand::test_basis_values_¶
No documentation provided.
-
int Dune::GDT::LocalIntersectionProductIntegrand::ansatz_basis_values_¶
No documentation provided.
-
type Dune::GDT::LocalIntersectionProductIntegrand::ThisType¶
No documentation provided.
-
type Dune::GDT::LocalIntersectionProductIntegrand::BaseType¶
No documentation provided.
-
type Dune::GDT::LocalIntersectionProductIntegrand::GridFunctionType¶
No documentation provided.