Class template Dune::GDT::LocalizedGlobalFiniteElementInterface

Inherits from Dune::XT::Functions::ElementFunctionSetInterface, Dune::XT::Common::WithLogger.

template<class E, size_t r = 1, size_t rC = 1, class R = double>
class Dune::GDT::LocalizedGlobalFiniteElementInterface<E, r, rC, R> : public XT::Functions::ElementFunctionSetInterface<E, r, rC, R>, public XT::Common::WithLogger<LocalizedGlobalFiniteElementInterface<E, r, rC, R>>

Interface for a global finite element basis localized (bound) to a single grid element.

Method Dune::GDT::LocalizedGlobalFiniteElementInterface::finite_element

template<class E, size_t r = 1, size_t rC = 1, class R = double>
virtual const LocalFiniteElementType &Dune::GDT::LocalizedGlobalFiniteElementInterface<E, r, rC, R>::finite_element() const = 0

\ {

``These methods have to be implemented.‘’

Method Dune::GDT::LocalizedGlobalFiniteElementInterface::default_data

template<class E, size_t r = 1, size_t rC = 1, class R = double>
int Dune::GDT::LocalizedGlobalFiniteElementInterface<E, r, rC, R>::default_data(const GeometryType &geometry_type) const = 0

No documentation provided.

Method Dune::GDT::LocalizedGlobalFiniteElementInterface::backup

template<class E, size_t r = 1, size_t rC = 1, class R = double>
int Dune::GDT::LocalizedGlobalFiniteElementInterface<E, r, rC, R>::backup() const = 0

No documentation provided.

Method Dune::GDT::LocalizedGlobalFiniteElementInterface::restore

template<class E, size_t r = 1, size_t rC = 1, class R = double>
virtual void Dune::GDT::LocalizedGlobalFiniteElementInterface<E, r, rC, R>::restore(const ElementType &element, const int &data) = 0

No documentation provided.

Method Dune::GDT::LocalizedGlobalFiniteElementInterface::interpolate

template<class E, size_t r = 1, size_t rC = 1, class R = double>
virtual void Dune::GDT::LocalizedGlobalFiniteElementInterface<E, r, rC, R>::interpolate(const std::function<RangeType(const DomainType&)> &element_function, const int order, int &dofs) const = 0

No documentation provided.

Method Dune::GDT::LocalizedGlobalFiniteElementInterface::interpolate

template<class E, size_t r = 1, size_t rC = 1, class R = double>
virtual void Dune::GDT::LocalizedGlobalFiniteElementInterface<E, r, rC, R>::interpolate(const XT::Functions::ElementFunctionInterface<E, r, rC, R> &element_function, int &dofs) const

Method Dune::GDT::LocalizedGlobalFiniteElementInterface::interpolate

template<class E, size_t r = 1, size_t rC = 1, class R = double>
int Dune::GDT::LocalizedGlobalFiniteElementInterface<E, r, rC, R>::interpolate(const std::function<RangeType(const DomainType&)> &local_function, const int order) const

Constructor Dune::GDT::LocalizedGlobalFiniteElementInterface::LocalizedGlobalFiniteElementInterface<E, r, rC, R>

template<>
template<class E, size_t r = 1, size_t rC = 1, class R = double>
explicit Dune::GDT::LocalizedGlobalFiniteElementInterface<E, r, rC, R>::LocalizedGlobalFiniteElementInterface<E, r, rC, R>(const std::string &logging_prefix, const std::array<bool, 3> &logging_state = XT::Common::default_logger_state())

No documentation provided.

Constructor Dune::GDT::LocalizedGlobalFiniteElementInterface::LocalizedGlobalFiniteElementInterface<E, r, rC, R>

template<>
template<class E, size_t r = 1, size_t rC = 1, class R = double>
Dune::GDT::LocalizedGlobalFiniteElementInterface<E, r, rC, R>::LocalizedGlobalFiniteElementInterface<E, r, rC, R>(const ThisType&) = default

No documentation provided.

Constructor Dune::GDT::LocalizedGlobalFiniteElementInterface::LocalizedGlobalFiniteElementInterface<E, r, rC, R>

template<>
template<class E, size_t r = 1, size_t rC = 1, class R = double>
Dune::GDT::LocalizedGlobalFiniteElementInterface<E, r, rC, R>::LocalizedGlobalFiniteElementInterface<E, r, rC, R>(ThisType&&) noexcept = default

No documentation provided.

Destructor Dune::GDT::LocalizedGlobalFiniteElementInterface::~LocalizedGlobalFiniteElementInterface<E, r, rC, R>

template<>
template<class E, size_t r = 1, size_t rC = 1, class R = double>
virtual Dune::GDT::LocalizedGlobalFiniteElementInterface<E, r, rC, R>::~LocalizedGlobalFiniteElementInterface<E, r, rC, R>() = default

No documentation provided.

Field Dune::GDT::LocalizedGlobalFiniteElementInterface::dofs_

int Dune::GDT::LocalizedGlobalFiniteElementInterface::dofs_

Type alias Dune::GDT::LocalizedGlobalFiniteElementInterface::ThisType

type Dune::GDT::LocalizedGlobalFiniteElementInterface::ThisType

No documentation provided.

Type alias Dune::GDT::LocalizedGlobalFiniteElementInterface::BaseType

type Dune::GDT::LocalizedGlobalFiniteElementInterface::BaseType

No documentation provided.

Type alias Dune::GDT::LocalizedGlobalFiniteElementInterface::Logger

type Dune::GDT::LocalizedGlobalFiniteElementInterface::Logger

No documentation provided.

Type alias Dune::GDT::LocalizedGlobalFiniteElementInterface::LocalFiniteElementType

type Dune::GDT::LocalizedGlobalFiniteElementInterface::LocalFiniteElementType

No documentation provided.

Function template Dune::GDT::LocalizedGlobalFiniteElementInterface::interpolate

template<class E, size_t r = 1, size_t rC = 1, class R = double>
template<class V, class GV>
void Dune::GDT::LocalizedGlobalFiniteElementInterface<E, r, rC, R>::interpolate(const std::function<RangeType(const DomainType&)> &element_function, const int order, LocalDofVector<V, GV> &dofs) const

No documentation provided.

Function template Dune::GDT::LocalizedGlobalFiniteElementInterface::interpolate

template<class E, size_t r = 1, size_t rC = 1, class R = double>
template<class V, class GV>
void Dune::GDT::LocalizedGlobalFiniteElementInterface<E, r, rC, R>::interpolate(const XT::Functions::ElementFunctionInterface<E, r, rC, R> &element_function, LocalDofVector<V, GV> &dofs) const

No documentation provided.