[Paraview] need some help reading data in pvpython

2016-06-22 Thread Beach, Timothy A. (GRC-LTE0)[Vantage Partners, LLC]
I’ve done some neat stuff with pvpython but I’m stuck on something really basic. I’ve read a structured multi block dataset(plot3d). Where do I find the number of blocks and the size of each block. I’ve been using help and dir() but I haven’t found that info. Thanks Tim

[Paraview] Question about adding Widget to property panel

2016-12-29 Thread Beach, Timothy A. (GRC-LTE0)[Vantage Partners, LLC]
Hi, I’m trying to do something I thought would be simple and I’ll bet it is once I see my error - but I’ve spent several hours trying things and searching for answers in the docs. I want to add an entry box in the property panel for Gamma in the PLOT3D reader. I’m compiling version 5.2. I

[Paraview] Parview Build Faulure on Mac OS 10.12.6

2017-12-21 Thread Beach, Timothy A. (GRC-LTE0)[Vantage Partners, LLC]
Helo, I’ve been working through some issues compiling on a new MAC but this one has me stuck. I used CMAKE 3.10 to generate xcodebuild files for paraview 5.4. Any ideas? Thanks Tim make: *** No rule to make target `/Users/…/lib/cmake/paraview-5.4/Modules/vtkCommonCoreHierarchy.txt', needed

[Paraview] Possible bug (Actually 2)

2018-02-07 Thread Beach, Timothy A. (GRC-LTE0)[Vantage Partners, LLC]
I have a problem with unstructured CFD datasets using the Ensight format. The following illustrates the problem. I make a slice at a certain value of y and look at velocity vectors. Everything is good. I use calculator to makea dependent variable from CoordY and contour at the same y

[Paraview] Paraview Custom Reader issue - OS X 10.12.6

2017-12-21 Thread Beach, Timothy A. (GRC-LTE0)[Vantage Partners, LLC]
For some time I’ve used a custom reader in Paraview. I’m having issues with my recently issued mac. In the past I’ve recompiled the entire code but I’m having issues with QT so I’m trying to just get my reader working as a plugin as per the instructions on the paraview.org page