View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013462VTK(No Category)public2012-09-20 14:442016-08-12 09:55
ReporterNico Schlömer 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0013462: Inconsistency in naming multi-component arrays in Exodus files
DescriptionWhen 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".
TagsNo tags attached.
ProjectTBD
Typeusability
Attached Files

 Relationships

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

Awaiting review:

http://review.source.kitware.com/#/t/4779/ [^]
(0036265)
Berk Geveci (administrator)
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 (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
2012-09-20 14:44 Nico Schlömer New Issue
2014-10-02 14:43 Utkarsh Ayachit Note Added: 0033513
2014-10-02 14:43 Utkarsh Ayachit Assigned To => Utkarsh Ayachit
2014-10-02 14:43 Utkarsh Ayachit Status backlog => gerrit review
2016-07-06 16:48 Berk Geveci Status gerrit review => expired
2016-07-06 16:48 Berk Geveci Note Added: 0036265
2016-08-12 09:55 Kitware Robot Note Added: 0037293
2016-08-12 09:55 Kitware Robot Status expired => closed
2016-08-12 09:55 Kitware Robot Resolution open => moved


Copyright © 2000 - 2018 MantisBT Team