[Dune] [#515] Move method 'contains' from IndexSet to GridView

Dune flyspray at dune-project.org
Thu Dec 9 12:29:36 CET 2010


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#515 - Move method 'contains' from IndexSet to GridView
User who did this - Oliver Sander (sander)

----------
At the recent Münster meeting we decided upon the following (quote from the protocol):

*  method contains() shall be implemented on grid views as well
      o PartitionType shall be a parameter (like begin(), end())
* shall be implemented for all codims, which the GridView has

In dune-grid revision 7220 I added a method 'contains' to the
GridView interface.  The new method is a copy of the previous
method on the IndexSet, both semantically and syntactically.
In particular, there is no version with a PartitionType
template parameter.  I leave that to people who deal with
parallel grids more often.

The GridView interface class currently forwards the call
to 'contains' to the corresponding method of the index set.
This can of course be suboptimal, but cannot be changed
unless all the grid view implementations implement 'contains'
themselves.  I will work towards that goal in the nearer
future.

----------

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

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