[Dune] [#791] Unify interface class LevelIterator and LeafIterator

Dune flyspray at dune-project.org
Wed May 26 11:38:03 CEST 2010


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#791 - Unify interface class LevelIterator and LeafIterator
User who did this - Carsten Gräser (Carsten)

----------
It would really be nice to also incorporate the HierachicIterator which also provides the same interface. Unfortunately it currently has different template parameters due to the fact that a L*IteratorImp has codim, PartitionIteratorType, and GridImp as template parameter while H*IteratorImp only needs GridImp.

Since template aliases are out of reach we could use the following interface:

template<int codim, class GridImp, class ConstIteratorImp, class IteratorImp>
class EntityIterator {...};

This would allow for EntityIterators whose implementation classes have arbitrary template arguments.
----------

More information can be found at the following URL:
http://www.dune-project.org/flyspray/index.php?do=details&task_id=791#comment2000

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.




More information about the Dune mailing list