|
dune-common
2.3.1
|
An uncached selection of indices. More...
#include <dune/common/parallel/selection.hh>
Public Types | |
| typedef TS | AttributeSet |
| The type of the Set of attributes. More... | |
| typedef TG | GlobalIndex |
| The type of the global index of the underlying index set. More... | |
| typedef TL | LocalIndex |
| The type of the local index of the underlying index set. More... | |
| typedef Dune::ParallelIndexSet < GlobalIndex, LocalIndex, N > | ParallelIndexSet |
| The type of the underlying index set. More... | |
| typedef SelectionIterator< TS, TG, TL, N > | iterator |
| The type of the iterator of the selected indices. More... | |
| typedef iterator | const_iterator |
| The type of the iterator of the selected indices. More... | |
Public Member Functions | |
| UncachedSelection () | |
| UncachedSelection (const ParallelIndexSet &indexset) | |
| void | setIndexSet (const ParallelIndexSet &indexset) |
| Set the index set of the selection. More... | |
| const_iterator | begin () const |
| Get the index set we are a selection for. More... | |
| const_iterator | end () const |
| Get an iterator over the selected indices. More... | |
An uncached selection of indices.
| typedef TS Dune::UncachedSelection< TS, TG, TL, N >::AttributeSet |
| typedef iterator Dune::UncachedSelection< TS, TG, TL, N >::const_iterator |
The type of the iterator of the selected indices.
| typedef TG Dune::UncachedSelection< TS, TG, TL, N >::GlobalIndex |
The type of the global index of the underlying index set.
| typedef SelectionIterator<TS,TG,TL,N> Dune::UncachedSelection< TS, TG, TL, N >::iterator |
The type of the iterator of the selected indices.
| typedef TL Dune::UncachedSelection< TS, TG, TL, N >::LocalIndex |
The type of the local index of the underlying index set.
It has to provide a function
| typedef Dune::ParallelIndexSet<GlobalIndex,LocalIndex,N> Dune::UncachedSelection< TS, TG, TL, N >::ParallelIndexSet |
The type of the underlying index set.
|
inline |
|
inline |
1.8.7