[Dune] [#474] Complexity of VTKwriter

Dune dune at dune-project.org
Wed Dec 3 10:35:43 CET 2008


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#474 - Complexity of VTKwriter
User who did this - Oliver Sander (sander)

----------
I suppose we are talking about LeafIterators?  These are not directly provided for in UG and their implementation in UGGrid is therefore not optimal.  You should nevertheless not get 12h, though.

The following could be a workaround, and give information if the LeafVertexIterator of UGGrid really is the culprit.  After constructing your UGGrid please call

grid.setRefinementType(UGGrid<dim>::COPY);

This makes the leaf level equal to the max level.  Is the vktwriter still slow?  If yes, please write
the max level instead of the leaf level (the result should be the same).  Still slow?
----------

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

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