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¶
Method Dune::GDT::LocalizedGlobalFiniteElementInterface::default_data¶
Method Dune::GDT::LocalizedGlobalFiniteElementInterface::backup¶
Method Dune::GDT::LocalizedGlobalFiniteElementInterface::restore¶
Method Dune::GDT::LocalizedGlobalFiniteElementInterface::interpolate¶
Method Dune::GDT::LocalizedGlobalFiniteElementInterface::interpolate¶
Method Dune::GDT::LocalizedGlobalFiniteElementInterface::interpolate¶
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>¶
Constructor Dune::GDT::LocalizedGlobalFiniteElementInterface::LocalizedGlobalFiniteElementInterface<E, r, rC, R>¶
Destructor Dune::GDT::LocalizedGlobalFiniteElementInterface::~LocalizedGlobalFiniteElementInterface<E, r, rC, R>¶
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.