MantisBT - ParaView
View Issue Details
0008747ParaViewBugpublic2009-03-16 19:092011-01-13 17:00
Alan Scott 
Utkarsh Ayachit 
normalminoralways
closedfixed 
 
3.63.6 
0008747: Wrong or very confusing output with plot global variables
ParaView trunk, XP, local server.
Open lapjoint_hex.e (Ask Berk for this file if you are at Kitware, ask Alan if you are at Sandia)
Turn on all variables, apply.
Filters/ Data Analysis/ Plot Global Variables over time. Apply.

There will be lots of print statements saying the following:



ERROR: In ..\..\..\..\src\ParaView3\VTK\Common\vtkDataArray.cxx, line 951
vtkDoubleArray (0B447B80): Specified component 1 in 'to' array is not in [0, 1)


ERROR: In ..\..\..\..\src\ParaView3\VTK\Common\vtkDataArray.cxx, line 951
vtkDoubleArray (0B447B80): Specified component 2 in 'to' array is not in [0, 1)

If this is a statement to the user, it should be clearer, if it is for debug, it should be turned off.
No tags attached.
Issue History
2009-03-16 19:09Alan ScottNew Issue
2009-05-13 13:46Utkarsh AyachitTarget Version => 3.6
2009-05-14 21:22Utkarsh AyachitStatusbacklog => tabled
2009-05-14 21:22Utkarsh AyachitAssigned To => Utkarsh Ayachit
2009-05-14 21:23Utkarsh AyachitNote Added: 0016460
2009-05-14 21:23Utkarsh AyachitStatustabled => @80@
2009-05-14 21:23Utkarsh AyachitResolutionopen => fixed
2009-05-14 21:23Utkarsh AyachitCategory => Bug
2009-05-14 21:23Utkarsh AyachitFixed in Version => 3.6
2009-05-15 19:01Alan ScottNote Added: 0016492
2009-05-15 19:01Alan ScottStatus@80@ => closed
2011-01-13 17:00Source_changeset_attached => VTK master a2bd8391
2011-01-13 17:00Source_changeset_attached => VTK master 020ef709

Notes
(0016460)
Utkarsh Ayachit   
2009-05-14 21:23   
vtkExtractTemporalFieldData was not taking into consideration the number of components in the input (not sure why). Fixed that.

/cvsroot/ParaView3/ParaView3/VTK/Graphics/vtkExtractTemporalFieldData.cxx,v <-- VTK/Graphics/vtkExtractTemporalFieldData.cxx
new revision: 1.6; previous revision: 1.5
(0016492)
Alan Scott   
2009-05-15 19:01   
Tested local server.