View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0008835VTK(No Category)public2009-04-02 13:452016-08-12 09:55
ReporterCorey McBride 
Assigned ToKitware Robot 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0008835: Exodus Writer doesn't respect the block ids from vtkModelMetadata explicitly supplied by user.
DescriptionThe Exodus writer internally increments block ids to avoid a block id of 0. This change was introduced in revision 1.38. By internally incrementing the block ids the block ids no longer match those given in the vtkModelMetadata explicitly supplied by a user.

It is very important that the information in the vtkModelMetadata supplied by the user be respected. Changing block ids to avoid a block id of 0 should probably be done outside of the writer.
Additional InformationAn example of the change made in revision 1.38 can be found in the method
     int vtkExodusIIWriter::ConstructBlockInfoMap ()
search for the line
     "// shift by 1 in case there's a 0"

 
TagsNo tags attached.
Project
Type
Attached Files

 Relationships

  Notes
(0015895)
Corey McBride (reporter)
2009-04-02 14:54

It appears that the problem goes beyond block ids. Side sets supplied in the vtkModelMetadata aren't respected either. This problem may have been introduced with when the writer was changed to support multi-block data sets.
(0037069)
Kitware Robot (administrator)
2016-08-12 09:55

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2009-04-02 13:45 Corey McBride New Issue
2009-04-02 14:54 Corey McBride Note Added: 0015895
2011-06-16 13:11 Zack Galbreath Category => (No Category)
2016-08-12 09:55 Kitware Robot Note Added: 0037069
2016-08-12 09:55 Kitware Robot Status expired => closed
2016-08-12 09:55 Kitware Robot Resolution open => moved
2016-08-12 09:55 Kitware Robot Assigned To => Kitware Robot


Copyright © 2000 - 2018 MantisBT Team