dune-spgrid 2.7
|
#include <dune/grid/spgrid/partitionlist.hh>
Classes | |
struct | Iterator |
struct | Node |
Public Types | |
typedef SPPartition< dim > | Partition |
typedef Partition::MultiIndex | MultiIndex |
typedef Partition::Mesh | Mesh |
Public Member Functions | |
SPPartitionList () | |
SPPartitionList (const This &other) | |
SPPartitionList (This &&other) | |
~SPPartitionList () | |
This & | operator= (const This &other) |
This & | operator= (This &&other) |
This & | operator+= (const Partition &partition) |
Iterator | begin () const |
Iterator | end () const |
bool | contains (const MultiIndex &id, unsigned int number) const |
const Partition * | findPartition (const MultiIndex &id) const |
int | volume () const |
bool | empty () const |
unsigned int | size () const |
Protected Attributes | |
Node * | head_ |
typedef Partition::Mesh Dune::SPPartitionList< dim >::Mesh |
typedef Partition::MultiIndex Dune::SPPartitionList< dim >::MultiIndex |
typedef SPPartition< dim > Dune::SPPartitionList< dim >::Partition |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |