MantisBT - VTK
View Issue Details
0013462VTK(No Category)public2012-09-20 14:442016-08-12 09:55
Nico Schlömer 
Utkarsh Ayachit 
normalminorhave not tried
closedmoved 
 
 
TBD
usability
0013462: Inconsistency in naming multi-component arrays in Exodus files
When writing out array data with more than one component using one of VTK's native formats, the array names are stored as strings.
If vtkArrays are written out using the Exodus file format (vtkExodusIIWriter), the nomenclature is slightly different:

 * Arrays with two components are stored as
    <array name>_R
    <array name>_Z
 * Arrays with three components are stores as
    <array name>X
    <array name>Y
    <array name>Z

While it is not clear to me why the extensions are "R" and "Z" in the two-component case, it is the inconsistency in the underscore handling that makes those files harder to deal with. Even when viewing such files in ParaView, two-dimensional arrays would be displayed as "v_", three-dimensional ones as "v".
No tags attached.
Issue History
2012-09-20 14:44Nico SchlömerNew Issue
2014-10-02 14:43Utkarsh AyachitNote Added: 0033513
2014-10-02 14:43Utkarsh AyachitAssigned To => Utkarsh Ayachit
2014-10-02 14:43Utkarsh AyachitStatusbacklog => gerrit review
2016-07-06 16:48Berk GeveciStatusgerrit review => expired
2016-07-06 16:48Berk GeveciNote Added: 0036265
2016-08-12 09:55Kitware RobotNote Added: 0037293
2016-08-12 09:55Kitware RobotStatusexpired => closed
2016-08-12 09:55Kitware RobotResolutionopen => moved

Notes
(0033513)
Utkarsh Ayachit   
2014-10-02 14:43   
Awaiting review:

http://review.source.kitware.com/#/t/4779/ [^]
(0036265)
Berk Geveci   
2016-07-06 16:48   
Setting to status of bugs that have not been updated in the last year to expired. Please re-open if still important.
(0037293)
Kitware Robot   
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.