View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013766ParaView(No Category)public2013-01-02 15:202015-01-11 08:28
ReporterUtkarsh Ayachit 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Versiongit-master 
Target VersionFixed in Version3.98.1 
Summary0013766: Error reading files with small timesteps
DescriptionTry loading the attached xmf file. ParaView doesn't seem to load anything. If however you change the xmf file to have time values of the order of 1e-02 instead of 1e-09, this start working again.
TagsNo tags attached.
ProjectKitware
Topic Name13766_xdmf_small_timestep_bug
Typeincorrect functionality
Attached Files? file icon xdmf_particles1.xmf [^] (8,957 bytes) 2013-01-02 15:20
? file icon xdmf_particles1.h5 [^] (191,592 bytes) 2013-01-02 15:20

 Relationships

  Notes
(0029972)
Utkarsh Ayachit (administrator)
2013-01-03 13:18

commit 1de65daaba340ae79231bd3d2ebab92c370b4a9b
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Thu Jan 3 13:09:52 2013 -0500

    BUG 0013766. Fix issues with Xdmf reader for small timesteps.
    
    Xdmf reader was behaving oddly when timesteps were in the range (0, 1e-7). The
    problem was due to the XdmfTime::IsValid(...) matching multiple grids for such
    low values. That resulted in the data type for the reader changing in request
    data, hence producing empty data (BUG 0013766).
    
    Fixed by chaging the epsilon used for time comparisons and reporting error when
    the data type generated doesn't match the data type expected.
    
    Change-Id: If91fbb4934257ea99728b5ce964df1e790e17ec5
(0029986)
Utkarsh Ayachit (administrator)
2013-01-04 14:46

merged into master, if applicable.
(0029991)
Utkarsh Ayachit (administrator)
2013-01-04 15:02

Merge topic '13766_xdmf_small_timestep_bug' into next

b82a397 Bring in VTK fix for BUG 0013766.
(0030112)
Utkarsh Ayachit (administrator)
2013-01-11 14:43

merged into master, where applicable.
(0030160)
Alan Scott (manager)
2013-01-16 22:07

Tested Linux, master, local server.

 Issue History
Date Modified Username Field Change
2013-01-02 15:20 Utkarsh Ayachit New Issue
2013-01-02 15:20 Utkarsh Ayachit File Added: xdmf_particles1.xmf
2013-01-02 15:20 Utkarsh Ayachit File Added: xdmf_particles1.h5
2013-01-03 13:18 Utkarsh Ayachit Topic Name => 13766_xdmf_small_timestep_bug
2013-01-03 13:18 Utkarsh Ayachit Note Added: 0029972
2013-01-03 13:18 Utkarsh Ayachit Status backlog => gatekeeper review
2013-01-03 13:18 Utkarsh Ayachit Resolution open => fixed
2013-01-03 13:18 Utkarsh Ayachit Assigned To => Utkarsh Ayachit
2013-01-04 14:45 Utkarsh Ayachit Fixed in Version => git-master
2013-01-04 14:46 Utkarsh Ayachit Status gatekeeper review => customer review
2013-01-04 14:46 Utkarsh Ayachit Note Added: 0029986
2013-01-04 15:02 Utkarsh Ayachit Note Added: 0029991
2013-01-04 15:02 Utkarsh Ayachit Status customer review => gatekeeper review
2013-01-11 14:43 Utkarsh Ayachit Status gatekeeper review => customer review
2013-01-11 14:43 Utkarsh Ayachit Note Added: 0030112
2013-01-16 22:07 Alan Scott Note Added: 0030160
2013-01-16 22:07 Alan Scott Status customer review => closed
2013-01-30 10:40 Utkarsh Ayachit Fixed in Version git-master => 3.98.1
2015-01-09 14:01 Utkarsh Ayachit Source_changeset_attached => VTK master 9270a476
2015-01-09 14:01 Utkarsh Ayachit Source_changeset_attached => VTK master 1de65daa
2015-01-11 08:28 Utkarsh Ayachit Source_changeset_attached => ParaView master 9ed8acf2
2015-01-11 08:28 Utkarsh Ayachit Source_changeset_attached => ParaView master b82a397b


Copyright © 2000 - 2018 MantisBT Team