#773 mesh readers and grid factory
Metadata
Property | Value |
---|---|
Reported by | Martin Nolte (nolte@mathematik.uni-freiburg.de) |
Reported at | Apr 14, 2010 11:22 |
Type | Bug Report |
Version | Git (pre2.4) [autotools] |
Operating System | Unspecified / All |
Last edited by | Carsten Gräser (graeser@math.fu-berlin.de) |
Last edited at | Jun 21, 2012 09:54 |
Description
Carsten (on the mailing list):
as decides on the last meeting the boundary segment index is 'the standard' way to attach data to parts of the boundary. Since one can not attach the segment index by hand one needs to know the insertion order and must then iterate over the boundary and use boundarySegmentIndex() and insertionIndex() in order to translate these indices.
In view of this one will in general need the factory. Is there any way to obtain the factory from the mesh readers (AmiraMeshReader/DGFParser)?
As the grid factory provides some information on the grid that can not be obtained otherwise it would IMO be natural to return a factory and let the user call createGrid() instead of directly returning it.