dune-pdelab  2.7-git
Classes | Namespaces | Enumerations | Functions
ordering/utility.hh File Reference
#include <vector>
#include <bitset>
#include <dune/pdelab/common/dofindex.hh>
#include <dune/pdelab/common/globaldofindex.hh>
#include <dune/pdelab/ordering/transformations.hh>

Go to the source code of this file.

Classes

struct  Dune::PDELab::MergeMode
 Index merging algorithm for global orderings. More...
 
struct  Dune::PDELab::DefaultDOFIndexAccessor
 
struct  Dune::PDELab::DefaultDOFIndexAccessor::GeometryIndex
 
struct  Dune::PDELab::SimpleDOFIndexAccessor
 
struct  Dune::PDELab::SimpleOrderingTraits< DI, CI, CIOrder >
 
struct  Dune::PDELab::SimpleOrderingTraits< SimpleDOFIndex< SizeType_ >, CI, CIOrder >
 
struct  Dune::PDELab::OrderingTraits< DI, CI, CIOrder >
 
struct  Dune::PDELab::LocalOrderingTraits< ES, DI, CI, CIOrder >
 
struct  Dune::PDELab::GridViewOrderingTraits< ES, DI, CI >
 
class  Dune::PDELab::VirtualOrderingBase< DI, CI >
 
struct  Dune::PDELab::extract_child_bases< child_type >
 
struct  Dune::PDELab::DummyDOFIndexIterator
 Dummy iterator type over DOF indices. More...
 
struct  Dune::PDELab::SizeProviderAdapter< Size, ContainerIndex_, OriginOrder >
 Adapter to create a size provider from an ordering. More...
 

Namespaces

 Dune
 For backward compatibility – Do not use this!
 
 Dune::PDELab
 

Enumerations

enum class  Dune::PDELab::MultiIndexOrder { Dune::PDELab::Inner2Outer , Dune::PDELab::Outer2Inner }
 Information about order semantics on multi-indices. More...
 

Functions

template<class Ordering >
 Dune::PDELab::SizeProviderAdapter (const std::shared_ptr< const Ordering > &ordering) -> SizeProviderAdapter< typename Ordering::Traits::SizeType, typename Ordering::Traits::ContainerIndex, Ordering::Traits::ContainerIndexOrder >
 template deduction guide for orderings More...