Re: [Paraview] ParticleTracer filter makes Paraview crash on 'play'

2016-02-22 Thread Per Adamsen
Hi Andy, I just want to refresh this conversation – sorry for not passing all messages through this mailing list… my mistake. After I shared the case you wrote that you had tried a few things but with no luck in PV 5.0. As mentioned below I have tried the following 64-bit versions - 3.98.1 on

Re: [Paraview] SWKey: Help with VTK XML-Formatted "Writer" Routine.

2016-02-22 Thread Samuel Key
Hi Armin, Thanks for pointing me to the relevant VTK Wiki page! The information there cleared up my questions about how to incorporate an arbitrary n-vertex polyhedral finite element into the VTK XML-structured results file for ParaView. My delayed reply can be attributed to the maelstrom

Re: [Paraview] can't cmake pv5

2016-02-22 Thread Gena Bug
Hi, Chuck! Thank you for the response, unfortunately it doesn't help: 1. during the cmake step now I see a lot of messages: {{{ -- Could NOT find MPI_C (missing: MPI_C_LIBRARIES) -- Could NOT find MPI_CXX (missing: MPI_CXX_LIBRARIES) -- Could NOT find MPI_Fortran (missing: MPI_Fortran_LIBRARIES)

Re: [Paraview] Cut plane average velocity over time

2016-02-22 Thread David Larsson
Hi again Jean, sorry for the spamming. Just an additional question to what we discussed below: Working a bit with what you gave me have led to some more problems/questions: If I try to adapt your script (simply changing to a Slice or Threshold I use, and setting [\'PRES\'] to, in my case,

[Paraview] GenerateGhostArray in a programmable source

2016-02-22 Thread Favre Jean
I am prototyping an AMR output, using programmable source. having trouble setting up the GhostArray. The following returns None: grid0 = vtk.vtkUniformGrid() grid0.GenerateGhostArray(exts, True) ga = grid0.GetCellGhostArray() I am setting it this way instead of using vtkAMRBox because my

[Paraview] pvpython script to create a screen shot of a PVSM

2016-02-22 Thread Grothausmann, Roman Dr.
Dear mailing list members, I'm trying to write a simple pvpython script that merely takes a screen shot of a loaded PVSM: https://github.com/romangrothausmann/ParaView_scripts/blob/master/render-view.py However, even if a voxel dataset is displayed as a volume when loaded in PV GUI, it does

[Paraview] When building from source with CGNS, include paths are not wrapped; GitLab issues broken

2016-02-22 Thread Deij-van Rijswijk, Menno
As per title, when I build from source I configure CMake to use the path to the include file. This path is not propagated to the Wrapping/ClientServer directory, where the build fails complaining about the fact that it can’t find the included header cgnslib.h I don’t know how to fix this, so

Re: [Paraview] question-filter

2016-02-22 Thread Cory Quammen
Islem, There are likely two steps: 1). Threshold your volume to identify only the water-containing cells. It looks like you have a way to do this already? 2). Compute the volumes of the water-containing cells and summing them up. You can use the Threshold filter to do number 1 if you have a

Re: [Paraview] question-filter

2016-02-22 Thread Cory Quammen
Hi Islem, This is the place to ask ParaView questions! There is some activity on StackOverflow, but most people ask questions on this mailing list. Could you clarify what you want to compute? Do you just want to subset a volume mesh and display the results over time? Do you want to compute one

[Paraview] question-filter

2016-02-22 Thread Megdich Islem
Hello, I am new to paraview, and I didn't find a forum under paraview website to ask my question.My question is is there any filter in paraview that lets to compute the evolution of a quantity within a specific volume of the mesh. Regards,Islem___