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<GV, r, rC, R> : 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.
Method Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::operator=¶
-
ThisType &Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::operator=(const ThisType&) = delete¶
No documentation provided.
Method Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::operator=¶
-
ThisType &Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::operator=(ThisType&&) = delete¶
No documentation provided.
Method Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::max_size¶
-
int Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::max_size(const XT::Common::Parameter&) const final override¶
No documentation provided.
Method Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::post_bind¶
-
void Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::post_bind(const ElementType &elemnt) final override¶
No documentation provided.
Method Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::size¶
-
int Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::size(const XT::Common::Parameter&) const final override¶
No documentation provided.
Method Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::order¶
-
int Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::order(const XT::Common::Parameter&) const final override¶
No documentation provided.
Method Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::evaluate¶
-
void Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::evaluate(const DomainType &point_in_reference_element, int &result, const XT::Common::Parameter&) const final override¶
No documentation provided.
Method Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::jacobians¶
-
void Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::jacobians(const DomainType &point_in_reference_element, int &result, const XT::Common::Parameter&) const final override¶
No documentation provided.
Method Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::finite_element¶
-
const LocalFiniteElementType &Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::finite_element() const final override¶
No documentation provided.
Method Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::default_data¶
-
int Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::default_data(const GeometryType&) const final override¶
No documentation provided.
Method Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::backup¶
-
int Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::backup() const final override¶
No documentation provided.
Method Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::restore¶
-
void Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::restore(const ElementType &elemnt, const int &data) final override¶
No documentation provided.
Method Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::interpolate¶
-
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.
Constructor Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::LocalizedDefaultGlobalBasis¶
-
explicit Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::LocalizedDefaultGlobalBasis(const DefaultGlobalBasis<GV, r, rC, R> &self)¶
No documentation provided.
Constructor Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::LocalizedDefaultGlobalBasis¶
-
Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::LocalizedDefaultGlobalBasis(const ThisType&) = delete¶
No documentation provided.
Constructor Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::LocalizedDefaultGlobalBasis¶
-
Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::LocalizedDefaultGlobalBasis(ThisType&&) noexcept = default¶
No documentation provided.
Field Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::self_¶
-
const DefaultGlobalBasis<GV, r, rC, R> &Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::self_¶
No documentation provided.
Field Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::current_local_fe_¶
-
XT::Common::ConstStorageProvider<LocalFiniteElementInterface<D, d, R, r, rC>> Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::current_local_fe_¶
No documentation provided.
Field Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::size_¶
-
int Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::size_¶
No documentation provided.
Field Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::order_¶
-
int Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::order_¶
No documentation provided.
Field Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::geometry_type_¶
-
Dune::GeometryType Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::geometry_type_¶
No documentation provided.
Type alias Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::ThisType¶
-
type Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::ThisType¶
No documentation provided.
Type alias Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::BaseType¶
-
type Dune::GDT::DefaultGlobalBasis::LocalizedDefaultGlobalBasis::BaseType¶
No documentation provided.
Method Dune::GDT::DefaultGlobalBasis::operator=¶
Method Dune::GDT::DefaultGlobalBasis::operator=¶
Method Dune::GDT::DefaultGlobalBasis::max_size¶
Method Dune::GDT::DefaultGlobalBasis::localize¶
Method Dune::GDT::DefaultGlobalBasis::update_after_adapt¶
Constructor Dune::GDT::DefaultGlobalBasis::DefaultGlobalBasis<GV, r, rC, R>¶
Constructor Dune::GDT::DefaultGlobalBasis::DefaultGlobalBasis<GV, r, rC, R>¶
Constructor Dune::GDT::DefaultGlobalBasis::DefaultGlobalBasis<GV, r, rC, R>¶
Field Dune::GDT::DefaultGlobalBasis::grid_view_¶
-
const GridViewType &Dune::GDT::DefaultGlobalBasis::grid_view_¶
No documentation provided.
Field Dune::GDT::DefaultGlobalBasis::local_finite_elements_¶
-
const FiniteElementFamilyType &Dune::GDT::DefaultGlobalBasis::local_finite_elements_¶
No documentation provided.
Field Dune::GDT::DefaultGlobalBasis::fe_order_¶
-
const int Dune::GDT::DefaultGlobalBasis::fe_order_¶
No documentation provided.
Field Dune::GDT::DefaultGlobalBasis::max_size_¶
-
int Dune::GDT::DefaultGlobalBasis::max_size_¶
No documentation provided.
Type alias Dune::GDT::DefaultGlobalBasis::ThisType¶
-
type Dune::GDT::DefaultGlobalBasis::ThisType¶
No documentation provided.
Type alias Dune::GDT::DefaultGlobalBasis::BaseType¶
-
type Dune::GDT::DefaultGlobalBasis::BaseType¶
No documentation provided.
Type alias Dune::GDT::DefaultGlobalBasis::FiniteElementFamilyType¶
-
type Dune::GDT::DefaultGlobalBasis::FiniteElementFamilyType¶
No documentation provided.