Class template Dune::GDT::LocalIntersectionFunctionalInterface¶
Inherits from Dune::XT::Common::ParametricInterface.
-
template<class Intersection, size_t range_dim = 1, size_t range_dim_cols = 1, class RangeField = double, class Field = double>
class Dune::GDT::LocalIntersectionFunctionalInterface : public XT::Common::ParametricInterface¶ Interface for local functionals associated with grid intersections.
Note
Although the apply gets two arguments, this is a functional and not a bilinear form (the two arguments are not ansatz and test basis on the intersection, but the test basis on the inside and on the outisde, respectively)!
Note
Regarding SMP: the functional is copied for each thread, so - no shared mutable state between copies to be thread safe, but - local mutable state is ok.
-
int Dune::GDT::LocalIntersectionFunctionalInterface::copy() const = 0¶
No documentation provided.
-
virtual bool Dune::GDT::LocalIntersectionFunctionalInterface::inside() const¶
Flag to document which element the basis is expected to be bound to.
-
virtual void Dune::GDT::LocalIntersectionFunctionalInterface::apply(const IntersectionType &intersection, const LocalBasisType &test_basis, int &result, const XT::Common::Parameter ¶m =
<recovery-expr>({})) const = 0¶ Computes the application of this functional for each basis function.
-
int Dune::GDT::LocalIntersectionFunctionalInterface::apply(const IntersectionType &intersection, const LocalBasisType &test_basis, const XT::Common::Parameter ¶m =
<recovery-expr>({})) const¶ This method is provided for convenience and should not be used within library code.
-
template<>
Dune::GDT::LocalIntersectionFunctionalInterface::LocalIntersectionFunctionalInterface<Intersection, range_dim, range_dim_cols, RangeField, Field>(const XT::Common::ParameterType ¶m_type = {})¶ No documentation provided.
-
template<>
virtual Dune::GDT::LocalIntersectionFunctionalInterface::~LocalIntersectionFunctionalInterface<Intersection, range_dim, range_dim_cols, RangeField, Field>() = default¶ No documentation provided.
-
const size_t Dune::GDT::LocalIntersectionFunctionalInterface::d¶
No documentation provided.
-
const size_t Dune::GDT::LocalIntersectionFunctionalInterface::r¶
No documentation provided.
-
const size_t Dune::GDT::LocalIntersectionFunctionalInterface::rC¶
No documentation provided.
-
type Dune::GDT::LocalIntersectionFunctionalInterface::ThisType¶
No documentation provided.
-
type Dune::GDT::LocalIntersectionFunctionalInterface::IntersectionType¶
No documentation provided.
-
type Dune::GDT::LocalIntersectionFunctionalInterface::ElementType¶
No documentation provided.
-
type Dune::GDT::LocalIntersectionFunctionalInterface::D¶
No documentation provided.
-
type Dune::GDT::LocalIntersectionFunctionalInterface::I¶
No documentation provided.
-
type Dune::GDT::LocalIntersectionFunctionalInterface::E¶
No documentation provided.
-
type Dune::GDT::LocalIntersectionFunctionalInterface::F¶
No documentation provided.
-
type Dune::GDT::LocalIntersectionFunctionalInterface::R¶
No documentation provided.
-
type Dune::GDT::LocalIntersectionFunctionalInterface::LocalBasisType¶
No documentation provided.