[Dune] [#577] Introduce method update() for GridViews

Dune dune at dune-project.org
Wed Nov 4 21:51:57 CET 2009


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#577 - Introduce method update() for GridViews
User who did this - Carsten Gräser (Carsten)

----------
We in Berlin use FunctionSpaceBasis classes which store a gridview and should survive adaptation cycles. Currently they must assume that the gridview remains valid (which is true for LeafGridViews).

@Christian: No, you don't get more update methods since you only store a reference to one indexset, while you store copies of gridviews.

@Martin: For me it is not the question if the grid has changed. In general the application nows this and could call update to FunctionSpace/Basis/whatever object. The difficult thing is that there is no generic way to get a new up to date gridview of the same type.

Thus it is not possible to write generic code that can safely survive an adaptation cycle. Without the update() method you have to recreate a gridview using the appropiate grid method by hand and hand it to every object that needs one.
----------

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

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