MantisBT - ParaView
View Issue Details
0006921ParaView(No Category)public2008-04-29 09:022009-05-13 13:47
Utkarsh Ayachit 
Utkarsh Ayachit 
normalminoralways
closedfixed 
 
3.6 
0006921: Exodus reader does not assign block names
ParaView/VTK now supports naming blocks. One can simply put a value for vtkCompositeDataSet::NAME() key in the meta-data associate with a block as the name for the block. Exodus reader does not assign any names to blocks. (Ensight readers can be used as an example how to assign names).
No tags attached.
Issue History
2008-04-29 09:02Utkarsh AyachitNew Issue
2008-04-29 09:03Utkarsh AyachitDescription Updated
2008-05-13 12:51Ken MorelandNote Added: 0011866
2008-05-13 12:51Ken MorelandCategory3.4 => 3.6
2008-09-25 14:24Utkarsh AyachitStatusbacklog => @80@
2008-09-25 14:24Utkarsh AyachitResolutionopen => fixed
2008-09-25 14:24Utkarsh AyachitAssigned To => Utkarsh Ayachit
2008-09-25 14:24Utkarsh AyachitNote Added: 0013583
2008-10-06 19:24Alan ScottStatus@80@ => closed
2008-10-06 19:24Alan ScottNote Added: 0013737
2009-05-13 13:47Utkarsh AyachitTarget VersionMulti-block support => 3.6
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0011866)
Ken Moreland   
2008-05-13 12:51   
At some point someone needs to do some major updates to the Exodus writer. Part of the plan for that work is to get rid of any special metadata objects and just store metadata in the information objects of the dataset. This bug should be part of that work.
(0013583)
Utkarsh Ayachit   
2008-09-25 14:24   
Exodus reader assigns names to blocks so that the names used for the block/set selection API are same.

Commit to directory "ParaView3/VTK/Hybrid" lies in external project VTK
/cvsroot/ParaView3/ParaView3/VTK/Hybrid/vtkExodusIIReader.cxx,v <-- VTK/Hybrid/vtkExodusIIReader.cxx
new revision: 1.70; previous revision: 1.69
(0013737)
Alan Scott   
2008-10-06 19:24   
Fabulous! Tested on trunk, Local ParaView.