Re: [Paraview] ParaView Environment Variables

2015-12-15 Thread Utkarsh Ayachit
This page [1] is now accessible from here [2]. [1] http://www.paraview.org/ParaView3/Doc/Nightly/www/cxx-doc/EnvironmentVariables.html [2] http://www.paraview.org/ParaView3/Doc/Nightly/www/cxx-doc/index.html On Thu, Dec 10, 2015 at 3:51 AM, Joachim Pouderoux

Re: [Paraview] ANN: ParaView 5.0.0-RC2 now available for download

2015-12-15 Thread Gena Bug
Hi! New release always warn me about using PointGaussian representation for cell data: Warning: In /home/kitware/dashboards/buildbot/paraview-debian6dash-linux-shared-release_opengl2_qt4_superbuild/source-paraview/ParaViewCore/ClientServerCore/Rendering/vtkPointGaussianRepresentation.cxx,

[Paraview] reading input directly from memory?

2015-12-15 Thread Anton Shterenlikht
Is there a facility in paraview to read input data directly from memory? I'm thinking of a situation where some program is run on N cores. Before it exits, while its data is still in memory, Paraview is started on the same N cores and reads data created by the first program from memory. Then the

Re: [Paraview] reading input directly from memory?

2015-12-15 Thread dkxls23
I guess what you are aiming at is "in situ analysis": http://www.paraview.org/in-situ/ ParaView's Catalyst framework should give you a good starting point. -Armin On Tue Dec 15 13:20:14 2015 GMT+0200, Anton Shterenlikht wrote: > Is there a facility in paraview to read input > data directly

Re: [Paraview] reading input directly from memory?

2015-12-15 Thread Anton Shterenlikht
>From dkxl...@gmail.com Tue Dec 15 11:54:43 2015 > >I guess what you are aiming at is "in situ analysis": >http://www.paraview.org/in-situ/ > >ParaView's Catalyst framework should give you a good starting point. > >-Armin At first glance, yes, this is what I'm after. I'll read the manuals, but

[Paraview] Access point/cell data as Python variable

2015-12-15 Thread David Larsson
Dear all, I am working with imported temporal velocity fields (from pvd/vtu) files. Does anyone know how I in pvpython can access point or cell data as a specified variable (array)? I easily find out how to load data into paraview using the Python tracer ('solutoinpvd =

Re: [Paraview] [EXTERNAL] Re: ANN: ParaView 5.0.0-RC2 now available for download

2015-12-15 Thread Scott, W Alan
Scott/Utkarsh, I just replicated this, and posted a bug. We really need it fixed for 5.0 – it shows up all the time with something as simple as Whipple Shield! http://www.paraview.org/Bug/view.php?id=15881 Thanks for reporting. Alan From: ParaView [mailto:paraview-boun...@paraview.org] On

Re: [Paraview] Filter cell type from PolyData VTK file

2015-12-15 Thread Utkarsh Ayachit
Nothing that I am aware of. You could potentially write a filter that coverts the cell type to an cell data attribute and then you could threshold by that -- but that's not much different than what you're already doing. Utkarsh On Tue, Dec 15, 2015 at 4:54 PM, Viktor Sip

Re: [Paraview] Filter cell type from PolyData VTK file

2015-12-15 Thread Samuel Key
Victor, Off the top of my head, I can think of three different ways to do this: (1) Put each cell-type in a separate *.vtp file. You can then load each cell-type separately or you can load them with a *.pvd meta-file (sample attached) as "one

[Paraview] Filter cell type from PolyData VTK file

2015-12-15 Thread Viktor Sip
Dear all, is there a way to filter and show only a specific cell type? In my application I am exporting a PolyData VTK file containing some Polys and Lines. When imported into Paraview, both Polys and Lines are shown, and I did not find a simple way to show only Polys. What I can do is to

[Paraview] Some Filter with a programmable Filter combined

2015-12-15 Thread no name
Hello, I want to import the output of an already applied Filter in my paraview programmable filter. I load an INP file, use GradientOfUnstructuredDataSet1 on it with output name "grad". Now I want to apply a Programmable Filter on that GradientOfUnstructuredDataSet1 and get it's values. I can

Re: [Paraview] Some Filter with a programmable Filter combined

2015-12-15 Thread Utkarsh Ayachit
I believe you're looking for: data =inputs[0] and not "input(0, 1)". I'd also recommend reading the Chapter 13 from the ParaView Guide (http://www.paraview.org/paraview-guide/). It covers this in detail. Utkarsh On Tue, Dec 15, 2015 at 9:39 AM, no name wrote: >

[Paraview] ANN: ParaView 5.0.0-RC2 now available for download

2015-12-15 Thread Utkarsh Ayachit
Folks, ParaView 5.0.0-RC2 is now available for download[1]. Checkout the release notes on the Kitware blog [2]. As always, we look forward to your feedback [3]. Also stay tuned to the Kitware Blog [4] for upcoming features and enhancements to ParaView, ParaView Catalyst, ParaViewWeb and much