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<Intersection, range_dim, range_dim_cols, RangeField, Field> : 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.

Method Dune::GDT::LocalIntersectionFunctionalInterface::copy

template<class Intersection, size_t range_dim = 1, size_t range_dim_cols = 1, class RangeField = double, class Field = double>
int Dune::GDT::LocalIntersectionFunctionalInterface<Intersection, range_dim, range_dim_cols, RangeField, Field>::copy() const = 0

No documentation provided.

Method Dune::GDT::LocalIntersectionFunctionalInterface::inside

template<class Intersection, size_t range_dim = 1, size_t range_dim_cols = 1, class RangeField = double, class Field = double>
virtual bool Dune::GDT::LocalIntersectionFunctionalInterface<Intersection, range_dim, range_dim_cols, RangeField, Field>::inside() const

Flag to document which element the basis is expected to be bound to.

Method Dune::GDT::LocalIntersectionFunctionalInterface::apply

template<class Intersection, size_t range_dim = 1, size_t range_dim_cols = 1, class RangeField = double, class Field = double>
virtual void Dune::GDT::LocalIntersectionFunctionalInterface<Intersection, range_dim, range_dim_cols, RangeField, Field>::apply(const IntersectionType &intersection, const int &test_basis, int &result, const XT::Common::Parameter &param) const = 0

Computes the application of this functional for each basis function.

Method Dune::GDT::LocalIntersectionFunctionalInterface::apply

template<class Intersection, size_t range_dim = 1, size_t range_dim_cols = 1, class RangeField = double, class Field = double>
int Dune::GDT::LocalIntersectionFunctionalInterface<Intersection, range_dim, range_dim_cols, RangeField, Field>::apply(const IntersectionType &intersection, const int &test_basis, const XT::Common::Parameter &param) const

This method is provided for convenience and should not be used within library code.

Constructor Dune::GDT::LocalIntersectionFunctionalInterface::LocalIntersectionFunctionalInterface<Intersection, range_dim, range_dim_cols, RangeField, Field>

template<>
template<class Intersection, size_t range_dim = 1, size_t range_dim_cols = 1, class RangeField = double, class Field = double>
explicit Dune::GDT::LocalIntersectionFunctionalInterface<Intersection, range_dim, range_dim_cols, RangeField, Field>::LocalIntersectionFunctionalInterface<Intersection, range_dim, range_dim_cols, RangeField, Field>(const XT::Common::ParameterType &param_type = {})

No documentation provided.

Destructor Dune::GDT::LocalIntersectionFunctionalInterface::~LocalIntersectionFunctionalInterface<Intersection, range_dim, range_dim_cols, RangeField, Field>

template<>
template<class Intersection, size_t range_dim = 1, size_t range_dim_cols = 1, class RangeField = double, class Field = double>
virtual Dune::GDT::LocalIntersectionFunctionalInterface<Intersection, range_dim, range_dim_cols, RangeField, Field>::~LocalIntersectionFunctionalInterface<Intersection, range_dim, range_dim_cols, RangeField, Field>() = default

No documentation provided.

Variable Dune::GDT::LocalIntersectionFunctionalInterface::d

const int Dune::GDT::LocalIntersectionFunctionalInterface::d

No documentation provided.

Variable Dune::GDT::LocalIntersectionFunctionalInterface::r

const int Dune::GDT::LocalIntersectionFunctionalInterface::r

No documentation provided.

Variable Dune::GDT::LocalIntersectionFunctionalInterface::rC

const int Dune::GDT::LocalIntersectionFunctionalInterface::rC

No documentation provided.

Type alias Dune::GDT::LocalIntersectionFunctionalInterface::ThisType

type Dune::GDT::LocalIntersectionFunctionalInterface::ThisType

No documentation provided.

Type alias Dune::GDT::LocalIntersectionFunctionalInterface::IntersectionType

type Dune::GDT::LocalIntersectionFunctionalInterface::IntersectionType

No documentation provided.

Type alias Dune::GDT::LocalIntersectionFunctionalInterface::ElementType

type Dune::GDT::LocalIntersectionFunctionalInterface::ElementType

No documentation provided.

Type alias Dune::GDT::LocalIntersectionFunctionalInterface::D

type Dune::GDT::LocalIntersectionFunctionalInterface::D

No documentation provided.

Type alias Dune::GDT::LocalIntersectionFunctionalInterface::I

type Dune::GDT::LocalIntersectionFunctionalInterface::I

No documentation provided.

Type alias Dune::GDT::LocalIntersectionFunctionalInterface::E

type Dune::GDT::LocalIntersectionFunctionalInterface::E

No documentation provided.

Type alias Dune::GDT::LocalIntersectionFunctionalInterface::F

type Dune::GDT::LocalIntersectionFunctionalInterface::F

No documentation provided.

Type alias Dune::GDT::LocalIntersectionFunctionalInterface::R

type Dune::GDT::LocalIntersectionFunctionalInterface::R

No documentation provided.