[Paraview] Plot over time at an xyz location

2016-07-08 Thread Scott, W Alan
Is it possible to plot some variable over time at an xyz location? For instance, if I have water flowing down a pipe, and want to plot the pressure as the water velocity increases one unit (i.e., cm) in from the edge of the pipe, how do I do it? Thanks, Alan

Re: [Paraview] [EXTERNAL] Re: Tesselate filter

2016-07-08 Thread Utkarsh Ayachit
A fix is being tested here: https://gitlab.kitware.com/vtk/vtk/merge_requests/1667 On Fri, Jul 8, 2016 at 3:15 PM, Scott, W Alan wrote: > That’s what I saw also. > > > > Here is a bug report. http://www.paraview.org/Bug/view.php?id=16777 I > will add it to trello. > > > >

Re: [Paraview] numpy_interface/dataset_adapter append method fails on string datatypes ?

2016-07-08 Thread Utkarsh Ayachit
Dean, Current numpy support in VTK doesn't include string arrays, You can overcome that as follows: colNames = [ 'simulation', 'v0 (m/s)', 'k (%)' ] col0 = [ 'm01-sim001', 'm01-sim002', 'm02-sim001' ] ... strArray = vtk.vtkStringArray() strArray.SetName(colNames[0])

Re: [Paraview] Parallel Rendering - Only one part of dataset shown

2016-07-08 Thread Utkarsh Ayachit
That's weird. If you create a Sphere source instead, does that work? On Sat, Jul 2, 2016 at 12:06 PM, Felix Winterhalter wrote: > So I've been trying to get parallel rendering to work for my Paraview. > > I built the server myself with MPI support enabled. I then started the

Re: [Paraview] Tesselate filter

2016-07-08 Thread Utkarsh Ayachit
It should. As I am looking at the code, I notice that there may be a bug in the code that passes the cell data information which is causing the arrays to be lost. On Thu, Jul 7, 2016 at 9:30 PM, Scott, W Alan wrote: > Shouldn’t the tessellate filter pass on cell data?

[Paraview] Fwd: ADIOS plugin Paraview 5.1

2016-07-08 Thread Benjamín Hernández
Hello, I've compiled Paraview 5.1 with mpi support and ADIOS plugin to read some ADIOS datafiles. I run paraview in client/server mode with 16 mpi processes in one node; when opening a test file I got the next error (16 times, one per each process): Connection URL: cs://:1 Accepting

Re: [Paraview] problems using pvbatch in frozen build

2016-07-08 Thread Utkarsh Ayachit
I got over such problems by delaying importing of those modules until needed. They are not needed for most common use-cases. See: https://gitlab.kitware.com/paraview/paraview/commit/3af48fffd924bf5ffd11f576a261ef4eb3ff5897 On Tue, Jul 5, 2016 at 2:35 PM, Burlen Loring wrote: >

Re: [Paraview] Suggestion for STL import

2016-07-08 Thread Eugene de Villiers
Utkarsh, Unfortunately, the STL that produced the issue is confidential and also quite large, so I am unsure how to go about producing something equivalent. Let me know what you find after looking at the reader and I will try to find something appropriate. To be honest, the reasoning is

Re: [Paraview] 3D Tv

2016-07-08 Thread Christophe Bourcier
Hi, We have used Paraview on some 3D HD TV connected via HDMI to a laptop. You have to set the stereo in Paraview to SplitViewPortHorizontal. It is not as nice as CrystalEyes since you loose half of the horizontal resolution. To display in UHD on the TV from your link you will need a graphic

Re: [Paraview] VTK warning during volume rendering of vtkStructuredGrid on Windows with Nvidia graphics card.

2016-07-08 Thread Aashish Chaudhary
Hi Weiguang, Have you tried recent release of paraview / vtk? This should have been fixed in the recent commits. Thanks On Fri, Jul 8, 2016 at 10:04 AM, Weiguang guan wrote: > Is there a solution to fix the problem? Thanks. > > Weiguang > > > On 04/07/2016 3:51 PM,

Re: [Paraview] VTK warning during volume rendering of vtkStructuredGrid on Windows with Nvidia graphics card.

2016-07-08 Thread Weiguang guan
Is there a solution to fix the problem? Thanks. Weiguang On 04/07/2016 3:51 PM, Weiguang guan wrote: I run into the same problem on linux. Warning: In

Re: [Paraview] Ensight 6 imported case error

2016-07-08 Thread Utkarsh Ayachit
Juan, Can you share a sample dataset to reproduce this issue? Thanks Utkarsh On Wed, Jul 6, 2016 at 5:37 AM, Juan Valverde wrote: > Hi there, > > We are working with Syrthes thermal. The output of such program is > written in Ensight case format, version 6. All data

Re: [Paraview] [Paraview-developers] ParaView bug hackathon

2016-07-08 Thread Utkarsh Ayachit
Following on the footsteps of the successful VTK hackathon, we'll be doing a ParaView hackathon next week on Wed. July 13. Please email me (or the list) if you're attending. The objectives will be similar: * clean up pending MRs * clean up bugs reported on bug tracker * update/triage dashboard

Re: [Paraview] plugin error: "Input for algorithm vtkPVPostFilter is of type ..., but a vtkPolyData is required"

2016-07-08 Thread corinna reuter
Hi Cory, I attach the complete sources for compiling and testing the described problem. (Tested with Paraview 5.0.1 compiled from sources.) Corinna On Thu, Jul 7, 2016 at 7:31 PM, corinna reuter wrote: > Yes, FillOutputPortInformation already looks exactly as you