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

Dune flyspray at dune-project.org
Wed May 26 14:19:05 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 - Martin Nolte (nolte)

----------
I also think Robert's suggestion a good idea. The template argument codim is not a problem and I never liked enforcing the PartitionIteratorType template argument, since serial grid simply ignore it. I would suggest the following interface class:

template< int codim, class GridImp, class IteratorImp >
class EntityIterator;

The additional PartitionIteratorType template argument (if the implementation needs it) can then be added to IteratorImp. If the GridTraits class is used, we can restrict the iterators to the currently required template argument list.
----------

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

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