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