Class template Dune::XT::Common::IndexSetPartitioner

template<class GridViewType>
class Dune::XT::Common::IndexSetPartitioner<GridViewType>

Partition that assigns each codim-0 entity in a IndexSet a unique partition number, its index in the set

usable with Dune::SeedListPartitioning for example Dune::PartitioningInterface

Method Dune::XT::Common::IndexSetPartitioner::partition

template<class GridViewType>
std::size_t Dune::XT::Common::IndexSetPartitioner<GridViewType>::partition(const EntityType &e) const

No documentation provided.

Method Dune::XT::Common::IndexSetPartitioner::partitions

template<class GridViewType>
std::size_t Dune::XT::Common::IndexSetPartitioner<GridViewType>::partitions() const

No documentation provided.

Constructor Dune::XT::Common::IndexSetPartitioner::IndexSetPartitioner<GridViewType>

template<>
template<class GridViewType>
explicit Dune::XT::Common::IndexSetPartitioner<GridViewType>::IndexSetPartitioner<GridViewType>(const IndexSetType &index_set)

No documentation provided.

Field Dune::XT::Common::IndexSetPartitioner::index_set_

const IndexSetType &Dune::XT::Common::IndexSetPartitioner::index_set_

No documentation provided.

Type alias Dune::XT::Common::IndexSetPartitioner::IndexSetType

type Dune::XT::Common::IndexSetPartitioner::IndexSetType

No documentation provided.

Type alias Dune::XT::Common::IndexSetPartitioner::EntityType

type Dune::XT::Common::IndexSetPartitioner::EntityType

No documentation provided.