[MOAB-dev] tag, h5d and root meshset problem

Lukasz Kaczmarczyk Lukasz.Kaczmarczyk at glasgow.ac.uk
Sun Apr 22 12:37:42 CDT 2012


Hello,

For tags data set to meshsets, particularly to 0 meshset and saved to native MOAB data file, when file read is an need to tag_create, function tag_get handle return Error code  6.  It is a feature or bug?

Kind regards,
Lukasz


This tag is set only for 0 meshset, in order to tag_get_handle it I need to recreate tag once again, 

GROUP "ARC_LENGTH_LAMBDA" {
            COMMENT "ARC_LENGTH_LAMBDA"
            ATTRIBUTE "class" {
               DATATYPE  H5T_STD_I32LE
               DATASPACE  SCALAR
               DATA {
               (0): 1
               }
            }
            ATTRIBUTE "default" {
               DATATYPE  "/tstt/tags/ARC_LENGTH_LAMBDA/type"
               DATASPACE  SCALAR
               DATA {
               (0): 0
               }
            }
            ATTRIBUTE "global" {
               DATATYPE  "/tstt/tags/ARC_LENGTH_LAMBDA/type"
               DATASPACE  SCALAR
               DATA {
               (0): 0.0954498
               }
            }
            DATATYPE "type" H5T_IEEE_F64LE;

         }

    


More information about the moab-dev mailing list