Class template Dune::GDT::MapperInterface¶
-
template<class GV>
class Dune::GDT::MapperInterface¶ Interface for mappers that translate local (per-element) DoF indices into global DoF indices.
-
virtual const GridViewType &Dune::GDT::MapperInterface::grid_view() const = 0¶
No documentation provided.
-
virtual const LocalFiniteElementCoefficientsInterface<D, d> &Dune::GDT::MapperInterface::local_coefficients(const int &geometry_type) const = 0¶
No documentation provided.
-
virtual size_t Dune::GDT::MapperInterface::size() const = 0¶
No documentation provided.
-
virtual size_t Dune::GDT::MapperInterface::max_local_size() const = 0¶
No documentation provided.
-
virtual size_t Dune::GDT::MapperInterface::local_size(const int &element) const = 0¶
No documentation provided.
-
virtual size_t Dune::GDT::MapperInterface::global_index(const int &element, const size_t local_index) const = 0¶
No documentation provided.
-
virtual void Dune::GDT::MapperInterface::global_indices(const int &element, int &indices) const = 0¶
No documentation provided.
-
int Dune::GDT::MapperInterface::global_indices(const int &element) const¶
No documentation provided.
-
virtual void Dune::GDT::MapperInterface::update_after_adapt()¶
\ {
These methods are required for grid adaptation.
-
template<>
virtual Dune::GDT::MapperInterface::~MapperInterface<GV>() = default¶ No documentation provided.
-
const size_t Dune::GDT::MapperInterface::d¶
No documentation provided.
-
type Dune::GDT::MapperInterface::GridViewType¶
No documentation provided.
-
type Dune::GDT::MapperInterface::D¶
No documentation provided.