dune-spgrid 2.7
|
#include <dune/grid/spgrid/partitionpool.hh>
Public Types | |
typedef SPCachedPartitionList< dimension > | PartitionList |
typedef SPTopology< dimension > | Topology |
typedef PartitionList::Partition | Partition |
typedef PartitionList::MultiIndex | MultiIndex |
typedef PartitionList::Mesh | Mesh |
Public Member Functions | |
SPPartitionPool (const Mesh &localMesh, const Mesh &globalMesh, const MultiIndex &overlap, const Topology &topology) | |
template<PartitionIteratorType pitype> | |
const PartitionList & | get () const |
template<int codim> | |
PartitionType | partitionType (const MultiIndex &id, const unsigned int number) const |
const Mesh & | globalMesh () const |
const MultiIndex & | overlap () const |
const Topology & | topology () const |
Static Public Attributes | |
static const int | dimension = dim |
typedef PartitionList::Mesh Dune::SPPartitionPool< dim >::Mesh |
typedef PartitionList::MultiIndex Dune::SPPartitionPool< dim >::MultiIndex |
typedef PartitionList::Partition Dune::SPPartitionPool< dim >::Partition |
typedef SPCachedPartitionList< dimension > Dune::SPPartitionPool< dim >::PartitionList |
typedef SPTopology< dimension > Dune::SPPartitionPool< dim >::Topology |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |