[Paraview] ParticlePathLines Filter

2012-12-01 Thread Christian Richter
Hello, in Paraview 3.98 the ParticlePathLines Filter is gone away. We use this to show the trajectory of simple particle data (x,y,z), based on ID. Is this intended ? I got it back by copy & paste the proxysource from filter.xml in 3.14 (line 6679++) to 3.98. Would it be possible to add back

Re: [Paraview] ParticlePathLines Filter

2012-12-05 Thread Yuanxin Liu
Hi, Christian, The old ParticlePathLine filter is replaced by ParticlePath filter. Unlike the old one, you do not have to attach it to a particle tracer. Also make sure you set the "TerminationTime" parameter to the largest possible time. I have written an article about this work: . http:

Re: [Paraview] ParticlePathLines Filter

2012-12-06 Thread Biddiscombe, John A.
-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On Behalf Of Yuanxin Liu Sent: 05 December 2012 21:06 To: Christian Richter Cc: paraview@paraview.org Subject: Re: [Paraview] ParticlePathLines Filter Hi, Christian, The old ParticlePathLine filter is replaced by ParticlePath filter. U

Re: [Paraview] ParticlePathLines Filter

2012-12-06 Thread Biddiscombe, John A.
; Christian Richter Cc: paraview@paraview.org Subject: Re: [Paraview] ParticlePathLines Filter The vtkTemporalPathLineFilter does not need to be attached to a stream tracer at all. It was developed for use with any particle dataset, (I just happened to use it with the temporal stream tracer as well

Re: [Paraview] ParticlePathLines Filter

2012-12-06 Thread Yuanxin Liu
Hi, Christian, We can the filter back (probably under a different name). Do you mind sending me the data file you have? thanks! Leo On Wed, Dec 5, 2012 at 3:22 PM, Christian Richter wrote: > Hi Leo, > > thanks for your answer. > My Problem is, I only have particle data (Position at dumptim

Re: [Paraview] ParticlePathLines Filter

2012-12-30 Thread Yuanxin Liu
Hi, Christian, It seems just adding back the XML description is enough to fix this. Can you verify by applying the attached patch and see if it works for you? ( cd to your ParaView source dir, and run "git apply add-particle-path.diff" ). Note that, to differentiate from the new stuff, I hav

Re: [Paraview] ParticlePathLines Filter

2013-01-01 Thread Christian Richter
Hi Leo, yes that works, thank you & happy new year ! Christian Zitat von Yuanxin Liu : Hi, Christian, It seems just adding back the XML description is enough to fix this. Can you verify by applying the attached patch and see if it works for you? ( cd to your ParaView source dir, and run "g

Re: [Paraview] ParticlePathLines Filter

2013-03-15 Thread Ryan Abernathey
Sorry to resurrect this thread. I recently sent an email to the list but didn't receive a response. I am trying to use the Temporal Particles to Pathlines filter. But it doesn't produce any pathlines, only instantaneous particles. Any advice? Thanks, Ryan On Tue, Jan 1, 2013 at 2:34 AM, Christ

[Paraview] ParticlePathlines filter with vtk time series

2010-11-05 Thread Michael Müller
Hi, I got a question regarding the 'ParticlePathlines'-filter. What I want to do is, load particle time series follow its trajectories and colour the pathlines according to a certain variable... If I load my time series of vtk-files (see below), apply the 'ParticlePathlines'-filter and skip th

Re: [Paraview] ParticlePathlines filter with vtk time series

2010-11-05 Thread Utkarsh Ayachit
Can you possible share the vtk file you are having issue with? You can send it to me offline, if you cannot post it to the list. Thanks Utkarsh On Fri, Nov 5, 2010 at 6:36 AM, Michael Müller wrote: > Hi, > > I got a question regarding the 'ParticlePathlines'-filter. What I want to do > is, loa

Re: [Paraview] ParticlePathlines filter with vtk time series

2010-11-07 Thread Michael Müller
r 2010 21:20 An: Michael Müller Cc: paraview@paraview.org Betreff: Re: [Paraview] ParticlePathlines filter with vtk time series Can you possible share the vtk file you are having issue with? You can send it to me offline, if you cannot post it to the list. Thanks Utkarsh On Fri, Nov 5, 2010 a

Re: [Paraview] ParticlePathlines filter with vtk time series

2010-11-08 Thread Utkarsh Ayachit
2010 11:00 > An: Utkarsh Ayachit > Cc: paraview@paraview.org > Betreff: AW: [Paraview] ParticlePathlines filter with vtk time series > > Utkarsh, > > here you can see my sample files (vtk & csv) each consisting of 4 time steps. > The csv series works as expect

Re: [Paraview] ParticlePathlines filter with vtk time series

2010-11-08 Thread Biddiscombe, John A.
8 November 2010 15:53 To: Michael Müller Cc: paraview@paraview.org Subject: Re: [Paraview] ParticlePathlines filter with vtk time series Michael, Looks like your vtk file doesn't define any cell, just points. That's the problem. Several filters iterate over points in cells and when cells