#935 Enabling gmshreader to read more than one tag.
Metadata
Property | Value |
---|---|
Reported by | Jayesh Badwaik (jayesh.badwaik90@gmail.com) |
Reported at | Jun 18, 2011 09:07 |
Type | Feature Request |
Version | 2.0 |
Operating System | Unspecified / All |
Last edited by | Christian Engwer (christi@conan.iwr.uni-heidelberg.de) |
Last edited at | Feb 15, 2012 18:02 |
Description
According to the discussions in the forum, I think it would be easy to add a functionality to gmshreader which will enable it to read more than one tag from the file. Examining the file, I've found that the file already reads three tags but it ouputs just one. By changing the pass2Handle() function to handle the three values and then changing the arguments appropriately of the function wherever it is called should do the job.
This is what I've gathered. However, for that we would have to add extra std::vector objects for all the three tags and this will make the gmshreader argument list too long (total of ten arguments). For now, we can make it work that way, otherwise we'll have to change the way the tags are output from the GmshReader.