[MOAB-dev] getEverything?
Rajeev Jain
jain at mcs.anl.gov
Wed Dec 22 16:22:48 CST 2010
Very often we repeat the "get" functions for various types of operations, do you
think it would be useful to have a function 'getEverything' in MOAB/iMesh
(iMesh_getEverything) ?
Basically, getting *only* the building blocks of the mesh model:
Input: root_set
Output:
1. Nodes (Node number and co-ordinates)
2. Elements (Element number and connectivity) --- would need rules for
connectivity definition.
3. Sets (Set number, tag, tag value and contents associated with this set)
There is a function iMesh_getStructure - defined in MeshKit:
http://trac.mcs.anl.gov/projects/fathom/browser/MeshKit/trunk/algs/CopyUtils.hpp
This gets "the entities and unique adjacent vertices of a set", should this be
changed to get the complete building block/structure of the mesh file.
Rajeev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/moab-dev/attachments/20101222/6d3f3cec/attachment.htm>
More information about the moab-dev
mailing list