MantisBT - ParaView
View Issue Details
0004843ParaView(No Category)public2007-04-11 10:372011-01-13 17:00
Berk Geveci 
Utkarsh Ayachit 
highfeaturealways
closedfixed 
 
 
0004843: Add an Extract Location over Time filter
Add an Extract Location over Time filter
No tags attached.
Issue History
2007-08-13 14:24Berk GeveciStatus@30@ => @80@
2007-08-15 18:30Ken MorelandStatus@80@ => @20@
2007-08-15 18:30Ken MorelandResolutionfixed => reopened
2007-08-15 18:30Ken MorelandNote Added: 0008481
2007-08-23 17:10Berk GeveciCategory => 3.2
2007-09-17 11:51Berk GeveciStatus@20@ => tabled
2007-09-17 11:51Berk GeveciAssigned ToDave DeMarle => Utkarsh Ayachit
2007-09-17 13:32Utkarsh AyachitNote Added: 0009028
2007-09-17 16:42Utkarsh AyachitNote Added: 0009032
2007-09-17 16:42Utkarsh AyachitStatustabled => @20@
2007-09-17 17:18Ken MorelandNote Added: 0009037
2007-09-19 09:22Utkarsh AyachitStatus@20@ => @80@
2007-09-19 09:22Utkarsh AyachitResolutionreopened => fixed
2007-09-19 09:22Utkarsh AyachitNote Added: 0009112
2007-09-25 19:56Alan ScottStatus@80@ => closed
2007-09-25 19:56Alan ScottNote Added: 0009293
2011-01-13 17:00Source_changeset_attached => VTK master a2bd8391
2011-01-13 17:00Source_changeset_attached => VTK master 020ef709
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0007687)
user521   
2007-05-18 10:57   
I checked in the code yesterday. The new filter is called probe location over time.
(0008481)
Ken Moreland   
2007-08-15 18:30   
I ran into the following issues when trying this feature. When the plot showed up, it had a plot of vtkEAOTValidity, which is obviously some internal array that should not be displayed to the user. When running in client/server mode with a parallel server, an array called Cell's Point Ids was also added (and should not have been). Also, when running on the server (on the can.ex2 data set) I get a lot of the following error:

ERROR: In C:\kmorel\src\ParaView3\VTK\Common\vtkDataArray.cxx, line 457
vtkIdTypeArray (0BF48AA0): The number of components do not match the number requested: 8 != 1

This is probably due to the fact that the exodus reader is loading everything into node 0. If I run the data through the D3 filter and then the Probe Location Over Time, I don't get these errors.
(0009028)
Utkarsh Ayachit   
2007-09-17 13:32   
Changed vtkEAOTValidity array name to vtkValidPointMask to
be consistent with probe. Removed "Cell's Point Ids" from the list of available
arrays.

/cvsroot/ParaView3/ParaView3/VTK/Parallel/vtkPExtractArraysOverTime.cxx,v <-- vtkPExtractArraysOverTime.cxx
new revision: 1.7; previous revision: 1.6
/cvsroot/ParaView3/ParaView3/VTK/Graphics/vtkExtractTemporalFieldData.cxx,v <-- vtkExtractTemporalFieldData.cxx
new revision: 1.3; previous revision: 1.2
/cvsroot/ParaView3/ParaView3/VTK/Graphics/vtkExtractArraysOverTime.cxx,v <-- vtkExtractArraysOverTime.cxx
new revision: 1.15; previous revision: 1.14
/cvsroot/ParaView3/ParaView3/Qt/Core/pqLineChartRepresentation.cxx,v <-- pqLineChartRepresentation.cxx
new revision: 1.14; previous revision: 1.13
(0009032)
Utkarsh Ayachit   
2007-09-17 16:42   
I could not reproduce the error anymore. Can you verify if it got fixed somehow?
(0009037)
Ken Moreland   
2007-09-17 17:18   
I now get the following errors with can.ex2 on black rose with 8 or more processes.

ERROR: In C:\kmorel\src\ParaView3\VTK\Filtering\vtkStreamingDemandDrivenPipeline.cxx, line 698
vtkCompositeDataPipeline (0BEB3B30): The update extent specified in the information for output port 0 on algorithm vtkPolyLineToRectilinearGridFilter(0BEB2580) is 0 2147483647 0 2147483647 0 2147483647, which is outside the whole extent 0 -1 0 -1 0 -1.


ERROR: In C:\kmorel\src\ParaView3\VTK\Filtering\vtkStreamingDemandDrivenPipeline.cxx, line 698
vtkCompositeDataPipeline (0BEB3B30): The update extent specified in the information for output port 0 on algorithm vtkPolyLineToRectilinearGridFilter(0BEB2580) is 0 2147483647 0 2147483647 0 2147483647, which is outside the whole extent 0 43 0 0 0 0.

I have been placing the probe at (0,5,-14).
(0009112)
Utkarsh Ayachit   
2007-09-19 09:22   
UpdateDependentDomains was getting called before input to
the PolyLineToRectilinearGrid filter was set.

/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMXYPlotRepresentationProxy.cxx,v <-- vtkSMXYPlotRepresentationProxy.cxx
new revision: 1.3; previous revision: 1.2
(0009293)
Alan Scott   
2007-09-25 19:56   
Tested with Can.