[Dune] [#773] mesh readers and grid factory

Dune flyspray at dune-project.org
Wed Apr 14 13:52:01 CEST 2010


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#773 - mesh readers and grid factory
User who did this - Carsten Gräser (Carsten)

----------
Another option (or an additional feature) would be that each mesh creation object provides an interface to mark (or obtain?) segment indices by some format dependent properties. Then readers for formats that allow to specify boundary ids could provide the associated indices e.g. something like:

BitSetVector<1> marks(grid.numBoundarySegments(), false);
reader.markBoundaryById(marks, someBoundaryId);

On the other hand the factory could provide this for the insertion indices

factory.markBoundaryByInsertionIndex(marks, setLikeContainerOfInsertionIndices)

This would allow to simplify the scary task of handling the boundary segment insertion order for large macro grids by hand. Furthermore this would be flexible and extensible.
----------

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

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