View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0004843ParaView(No Category)public2007-04-11 10:372011-01-13 17:00
ReporterBerk Geveci 
Assigned ToUtkarsh Ayachit 
PriorityhighSeverityfeatureReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0004843: Add an Extract Location over Time filter
DescriptionAdd an Extract Location over Time filter
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  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 (manager)
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 (administrator)
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 (administrator)
2007-09-17 16:42

I could not reproduce the error anymore. Can you verify if it got fixed somehow?
(0009037)
Ken Moreland (manager)
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 (administrator)
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 (manager)
2007-09-25 19:56

Tested with Can.

 Issue History
Date Modified Username Field Change
2007-08-13 14:24 Berk Geveci Status @30@ => @80@
2007-08-15 18:30 Ken Moreland Status @80@ => @20@
2007-08-15 18:30 Ken Moreland Resolution fixed => reopened
2007-08-15 18:30 Ken Moreland Note Added: 0008481
2007-08-23 17:10 Berk Geveci Category => 3.2
2007-09-17 11:51 Berk Geveci Status @20@ => tabled
2007-09-17 11:51 Berk Geveci Assigned To Dave DeMarle => Utkarsh Ayachit
2007-09-17 13:32 Utkarsh Ayachit Note Added: 0009028
2007-09-17 16:42 Utkarsh Ayachit Note Added: 0009032
2007-09-17 16:42 Utkarsh Ayachit Status tabled => @20@
2007-09-17 17:18 Ken Moreland Note Added: 0009037
2007-09-19 09:22 Utkarsh Ayachit Status @20@ => @80@
2007-09-19 09:22 Utkarsh Ayachit Resolution reopened => fixed
2007-09-19 09:22 Utkarsh Ayachit Note Added: 0009112
2007-09-25 19:56 Alan Scott Status @80@ => closed
2007-09-25 19:56 Alan Scott Note Added: 0009293
2011-01-13 17:00 Source_changeset_attached => VTK master a2bd8391
2011-01-13 17:00 Source_changeset_attached => VTK master 020ef709
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team