Class template Dune::GDT::LocalElementFunctionalInterface

Inherits from Dune::XT::Common::ParametricInterface.

template<class Element, size_t range_dim = 1, size_t range_dim_cols = 1, class RangeField = double, class Field = double>
class Dune::GDT::LocalElementFunctionalInterface<Element, range_dim, range_dim_cols, RangeField, Field> : public XT::Common::ParametricInterface

Interface for local functionals associated with grid elements.

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::LocalElementFunctionalInterface::copy

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

No documentation provided.

Method Dune::GDT::LocalElementFunctionalInterface::apply

template<class Element, size_t range_dim = 1, size_t range_dim_cols = 1, class RangeField = double, class Field = double>
virtual void Dune::GDT::LocalElementFunctionalInterface<Element, range_dim, range_dim_cols, RangeField, Field>::apply(const int &basis, int &result, const XT::Common::Parameter &param) const = 0

Computes the application of this functional to each function of the basis.

Method Dune::GDT::LocalElementFunctionalInterface::apply

template<class Element, size_t range_dim = 1, size_t range_dim_cols = 1, class RangeField = double, class Field = double>
int Dune::GDT::LocalElementFunctionalInterface<Element, range_dim, range_dim_cols, RangeField, Field>::apply(const int &basis, const XT::Common::Parameter &param) const

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

Constructor Dune::GDT::LocalElementFunctionalInterface::LocalElementFunctionalInterface<Element, range_dim, range_dim_cols, RangeField, Field>

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

No documentation provided.

Destructor Dune::GDT::LocalElementFunctionalInterface::~LocalElementFunctionalInterface<Element, range_dim, range_dim_cols, RangeField, Field>

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

No documentation provided.

Variable Dune::GDT::LocalElementFunctionalInterface::d

const int Dune::GDT::LocalElementFunctionalInterface::d

No documentation provided.

Variable Dune::GDT::LocalElementFunctionalInterface::r

const int Dune::GDT::LocalElementFunctionalInterface::r

No documentation provided.

Variable Dune::GDT::LocalElementFunctionalInterface::rC

const int Dune::GDT::LocalElementFunctionalInterface::rC

No documentation provided.

Type alias Dune::GDT::LocalElementFunctionalInterface::ThisType

type Dune::GDT::LocalElementFunctionalInterface::ThisType

No documentation provided.

Type alias Dune::GDT::LocalElementFunctionalInterface::E

type Dune::GDT::LocalElementFunctionalInterface::E

No documentation provided.

Type alias Dune::GDT::LocalElementFunctionalInterface::D

type Dune::GDT::LocalElementFunctionalInterface::D

No documentation provided.

Type alias Dune::GDT::LocalElementFunctionalInterface::F

type Dune::GDT::LocalElementFunctionalInterface::F

No documentation provided.

Type alias Dune::GDT::LocalElementFunctionalInterface::R

type Dune::GDT::LocalElementFunctionalInterface::R

No documentation provided.

Type alias Dune::GDT::LocalElementFunctionalInterface::ElementType

type Dune::GDT::LocalElementFunctionalInterface::ElementType

No documentation provided.