template<class Grid, class IndexSet, class Part>
class PartialIndexSet< Grid, IndexSet, Part >
- Todo:
- recompute internal representation whenever grid changes.
Part has to provide a method bool contains(typename Grid::Traits::template Codim<0>::Entity const&) const;
Definition at line 34 of file partialindexset.hh.
|
| PartialIndexSet (GridSignals &signals, IndexSet const &indexSet_, Part const &part_) |
|
template<int cc> |
int | index (typename Grid::Traits::template Codim< cc >::Entity const &e) const |
|
template<class EntityType > |
int | index (const EntityType &e) const |
|
template<int cc> |
int | subIndex (Cell const &e, int i) const |
|
const std::vector< Dune::GeometryType > & | geomTypes (int codim) const |
|
int | size (Dune::GeometryType type) const |
|
int | size (int codim) const |
|
template<class EntityType > |
bool | contains (const EntityType &e) const |
|
template<int cd, Dune::PartitionIteratorType pitype> |
Codim< cd >::template Partition< pitype >::Iterator | begin () const |
|
template<int cd, Dune::PartitionIteratorType pitype> |
Codim< cd >::template Partition< pitype >::Iterator | end () const |
|