[MOAB-dev] WriteNCDF and others

Jason Kraftcheck kraftche at cae.wisc.edu
Thu Jun 2 13:56:40 CDT 2011


On 06/02/2011 01:51 PM, Tim Tautges wrote:
> 
> 
> On 06/02/2011 01:44 PM, Rajeev Jain wrote:
>> Hi,
>>
>> There is a function call in all the writers:
>> mdbImpl->get_entities_by_type_and_tag(0, MBENTITYSET, &mMaterialSetTag,
>> NULL, 1, this_range);
>>
>> This is not recursive by default, shouldn't it be set to recursive?
>>
>> Ex.
>> Consider a .h5m file with
>> ES 67 containing ES40 and tag MATERIAL_SET =1
>> ES40 has hexes
>>
>> When converting this .h5m file to a .exo file MATERIAL_SET =1 is lost.
>>
> 
> Passing 0 for the first set means you're asking for the whole database, and
> every set is always in the database.  Are you sure you're passing 0 as the
> set?  Maybe that works differently now with the code Jason just put in?
> 

There is nothing I changed that /should/ affect that behavior.

- jason


More information about the moab-dev mailing list