[Paraview] python exodus parsing segaults

2017-12-02 Thread Julian A. Quick
Hello All, I wrote a python script using the Paraview ExodusIIReader to convert exodus II files into csv's. The script usually runs successfully, but sometimes I get a segfault. Am I missing something? How might I be able to better handle memory in this code? I tried pasting the reset function I

[Paraview] Python Programmable Filter Time Series Source

2017-12-02 Thread Bane Sullivan
Here is an example of a programmable filter vis XML that I want to simply print off the various file names or give me and ability to read the file series. I have this python programmable filter set up to work when I click File->Open in ParaView. I have the ability to then chose file series from

Re: [Paraview] Python in the VR Build

2017-12-02 Thread Ken Martin
I believe the nightly PV builds now include the OpenVR plugin on windows. I have not had a chance to try it but it might do the trick. On Sat, Dec 2, 2017 at 5:07 PM, Bane Sullivan wrote: > Is it possible to release a Python compatible version of the VR build of > ParaView?

[Paraview] Python in the VR Build

2017-12-02 Thread Bane Sullivan
Is it possible to release a Python compatible version of the VR build of ParaView? I am working on a project where I am dynamically linking geophysical processing code to ParaView for near-real time visualizations. Having Python included in the VR build would be a huge benefit! This would also

Re: [Paraview] post-process of CFL3D result with surfaces in paraview?

2017-12-02 Thread Stephen Wornom
I have a different code but had the same problem that I resolved by adding an additional variable which sets value 0 at interior points and a different values for each surface, for example, -3 for the wing surface points. Then I use "extract" to visualize the different surfaces. Hope this