Re: [Paraview] problem in defining vtkStructuredGrid in MPI

2015-06-30 Thread u . utku . turuncoglu
Hi Again, Now, i have some problem when i trying to create the visualisation. I created grid as it suggested. In this case, i have multi piece data (structured grid) inside of the single block. The grid can be seen in the attached plot (plot_grid.png).In this case, it seems correct and you could s

[Paraview] Particle Trace from PIV Data

2015-06-30 Thread Prem Midha
I am having trouble with ParaVIEW crashing when trying to view the results of a Particle Trace. It seems to compute without errors, however when I hit play, the program crashes. My input is a series of time-resolved discrete vector fields obtained from particle image velocimetry (PIV). I export

[Paraview] reading classic *.cosmo files in versions greater than 3

2015-06-30 Thread Kashiwa, Bucky
We have been very happily reading classical *.cosmo formatted datafiles using version 3.98.1, but when reading the same files in subsequent versions (4.0, 4.1, 4.2, 4.3) the data get read, but wrongly interpreted. I did the diff of the PCosmoReader.h between v3.98.1 and v4.3.1 which suggested to me

[Paraview] using pvbatch to write pvti/vti file sets

2015-06-30 Thread Vanmoer, Mark W
Hi ParaView, When using the client GUI, Save Data will write out a pvti/vti data set with a vti for each processor. When trying this with pvbatch I'm only getting a single vti. I'm calling the pvbatch with aprun -n 32 pvpython myscript.py which I think should generate 1 pvti and 32 vtis. This

Re: [Paraview] Executive Not calling RequestData

2015-06-30 Thread Dean, Kevin
Well, after moving the writer to my RequestData function, I found that the output is not properly copying the multi-block dataset for some reason. I have to try and figure that out... Kevin E. Dean On Tue, Jun 30, 2015 at 4:22 PM, Dean, Kevin < kevin.d...@decisionsciencescorp.com> wrote: > So I

Re: [Paraview] using pvbatch to write pvti/vti file sets

2015-06-30 Thread Andy Bauer
Hi Mark, Is that a typo or are you really using pvpython? You said "aprun -n 32 pvpython myscript.py". Otherwise I don't see anything that shouldn't work. Best, Andy On Tue, Jun 30, 2015 at 6:22 PM, Vanmoer, Mark W wrote: > Hi ParaView, > > When using the client GUI, Save Data will write out a