[MOAB-dev] Retrieving all tags on a mesh

Hong-Jun Kim hongjun at mcs.anl.gov
Mon Sep 26 17:27:10 CDT 2011


If you can use Moab interface, I think you can use "Core::tag_get_tags" function.
In current iMesh interface, I think we need to modify the code for your purpose.

Hong-Jun

----- Original Message -----
> From: "James Porter" <jvporter at wisc.edu>
> To: moab-dev at mcs.anl.gov
> Sent: Monday, September 26, 2011 5:13:59 PM
> Subject: [MOAB-dev] Retrieving all tags on a mesh
> Is there a way to retrieve handles for *every* tag on a mesh?
> iMesh_getAllTags works for all tags on a specific entity (or set), but
> I'd like a list of all the tags on any entity/set, preferably without
> iterating over all of the elements in the mesh.
> 
> - Jim


More information about the moab-dev mailing list