Class template Dune::GDT::DefaultGlobalBasis

Inherits from Dune::GDT::GlobalBasisInterface.

template<class GV, size_t r = 1, size_t rC = 1, class R = double>
class Dune::GDT::DefaultGlobalBasis : public GlobalBasisInterface<GV, r, rC, R>

Applies no transformation in evaluate, but left-multiplication by the geometry transformations jacobian inverse transpose in jacobian.

Class Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis

Inherits from Dune::GDT::LocalizedGlobalFiniteElementInterface.

class Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis : public LocalizedGlobalFiniteElementInterface<E, r, rC, R>

No documentation provided.

ThisType &Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::operator=(const ThisType&) = delete

No documentation provided.

ThisType &Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::operator=(ThisType&&) = delete

No documentation provided.

size_t Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::max_size(const XT::Common::Parameter& = <recovery-expr>({})) const final override

No documentation provided.

void Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::post_bind(const ElementType &elemnt) final override

No documentation provided.

size_t Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::size(const XT::Common::Parameter& = <recovery-expr>({})) const final override

No documentation provided.

int Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::order(const XT::Common::Parameter& = <recovery-expr>({})) const final override

No documentation provided.

void Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::evaluate(const DomainType &point_in_reference_element, int &result, const XT::Common::Parameter& = <recovery-expr>({})) const final override

No documentation provided.

void Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::jacobians(const DomainType &point_in_reference_element, int &result, const XT::Common::Parameter& = <recovery-expr>({})) const final override

No documentation provided.

const LocalFiniteElementType &Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::finite_element() const final override

No documentation provided.

int Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::default_data(const int&) const final override

No documentation provided.

int Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::backup() const final override

No documentation provided.

void Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::restore(const ElementType &elemnt, const int &data) final override

No documentation provided.

void Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::interpolate(const std::function<RangeType(const DomainType&)> &element_function, const int order, int &dofs) const final override

No documentation provided.

Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::LocalizedDefaultGlobalBasis(const DefaultGlobalBasis<GV, r, rC, R> &self)

No documentation provided.

Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::LocalizedDefaultGlobalBasis(const ThisType&) = delete

No documentation provided.

Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::LocalizedDefaultGlobalBasis(ThisType&&) noexcept = default

No documentation provided.

const DefaultGlobalBasis<GV, r, rC, R> &Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::self_

No documentation provided.

XT::Common::ConstStorageProvider<LocalFiniteElementInterface<D, d, R, r, rC>> Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::current_local_fe_

No documentation provided.

size_t Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::size_

No documentation provided.

int Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::order_

No documentation provided.

int Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::geometry_type_

No documentation provided.

type Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::ThisType

No documentation provided.

type Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::BaseType

No documentation provided.

ThisType &Dune::GDT::DefaultGlobalBasis::operator=(const ThisType&) = delete

No documentation provided.

ThisType &Dune::GDT::DefaultGlobalBasis::operator=(ThisType&&) = delete

No documentation provided.

size_t Dune::GDT::DefaultGlobalBasis::max_size() const final override

No documentation provided.

int Dune::GDT::DefaultGlobalBasis::localize() const final override

No documentation provided.

void Dune::GDT::DefaultGlobalBasis::update_after_adapt() final override

No documentation provided.

template<>
Dune::GDT::DefaultGlobalBasis::DefaultGlobalBasis<GV, r, rC, R>(const ThisType&) = default

No documentation provided.

template<>
Dune::GDT::DefaultGlobalBasis::DefaultGlobalBasis<GV, r, rC, R>(ThisType&&) noexcept = default

No documentation provided.

template<>
Dune::GDT::DefaultGlobalBasis::DefaultGlobalBasis<GV, r, rC, R>(const GridViewType &grid_view, const FiniteElementFamilyType &local_finite_elements, const int order)

No documentation provided.

const GridViewType &Dune::GDT::DefaultGlobalBasis::grid_view_

No documentation provided.

const FiniteElementFamilyType &Dune::GDT::DefaultGlobalBasis::local_finite_elements_

No documentation provided.

const int Dune::GDT::DefaultGlobalBasis::fe_order_

No documentation provided.

size_t Dune::GDT::DefaultGlobalBasis::max_size_

No documentation provided.

type Dune::GDT::DefaultGlobalBasis::ThisType

No documentation provided.

type Dune::GDT::DefaultGlobalBasis::BaseType

No documentation provided.

type Dune::GDT::DefaultGlobalBasis::FiniteElementFamilyType

No documentation provided.