Re: [Paraview] Parview Build Faulure on Mac OS 10.12.6

2017-12-21 Thread Fabian Wein
First question: do you use the superbuild? On 12/22/17 00:37, Beach, Timothy A. (GRC-LTE0)[Vantage Partners, LLC] wrote: 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?

Re: [Paraview] 3D visualization of vectors as vtk-files

2017-12-21 Thread Samuel Key
Sonya-- Attached are two files: (1) *.pvd, a ParaView data "mother" file, and (2) *.vtu with velocity vectors at each finite element vertx nodal point. Hope this helps --Sam On 12/21/2017 1:36 PM, Sonya Davydycheva wrote: Hello, Can anybody please send me a sample *.vtk file containing

[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

Re: [Paraview] Python shell, os.environ

2017-12-21 Thread Ben Boeckel
On Wed, Dec 20, 2017 at 22:50:50 +, Heiland, Randy wrote: > Ah, I see ‘os’ has been hijacked by PV. But something like this seems > to accomplish what I want, maybe… > > Create a new module for PV: > > /Applications/ParaView-5.4.1.app/Contents/Python$ more envs.py > import os >

Re: [Paraview] loading multiple state-files without hiding and resetting already loaded objects

2017-12-21 Thread Grothausmann, Roman Dr.
Hi Cory, On 06/12/17 23:06, Cory Quammen wrote: Sorry I failed to follow up. Did you find a solution to this problem? Many thanks for your reply. No, and I'm still stuck. I tried Your suggestion to remove [0]

[Paraview] XDMF Part Grids sharing the same Geometry array

2017-12-21 Thread Andreyev, Andrey
Hello, I am currently converting our FEA code to write out a format that Paraview can read natively. I chose XDMF because it seems like a fairly flexible format. I have a question with regards to topology/geometry. I need to split up my FEA mesh according to the part the elements belong to and

Re: [Paraview] Python shell, os.environ

2017-12-21 Thread Heiland, Randy
Thanks Utkarsh. Yes, running pvpython from a Terminal is indeed different from running the Python Shell in the PV app (on OS X anyway), in terms of os.environ. Regardless, hopefully my proposed approach of creating an envs.py module in the PV installation will work. I’m just looking for the

[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

Re: [Paraview] Paraview Custom Reader issue - OS X 10.12.6

2017-12-21 Thread Mathieu Westphal
Hello You have to set ParaView_DIR to your paraview build directory. You have to do that in cmake, ccmake or cmake-gui. Best, Mathieu Westphal On Thu, Dec 21, 2017 at 5:01 PM, Beach, Timothy A. (GRC-LTE0)[Vantage Partners, LLC] wrote: > For some time I’ve used a

Re: [Paraview] Python shell, os.environ

2017-12-21 Thread Heiland, Randy
> On Dec 21, 2017, at 9:34 AM, Ben Boeckel wrote: > > On Wed, Dec 20, 2017 at 22:50:50 +, Heiland, Randy wrote: >> Ah, I see ‘os’ has been hijacked by PV. But something like this seems >> to accomplish what I want, maybe… >> >> Create a new module for PV: >> >>

Re: [Paraview] Paraview Custom Reader issue - OS X 10.12.6

2017-12-21 Thread Mathieu Westphal
Hello To build a paraview plugin, one need first to build paraview from the sources. https://www.paraview.org/Wiki/ParaView/Plugin_HowTo#Writing_Plugins Best, Mathieu Westphal On Thu, Dec 21, 2017 at 5:49 PM, Beach, Timothy A. (GRC-LTE0)[Vantage Partners, LLC] wrote:

[Paraview] Pointer graphical and actual locations misaligned

2017-12-21 Thread Lewis, Keith B CTR NSWCDD, E22
Hello, ParaView Community: I'm using version 5.4.1 64-bit on Win10. The pull-down menu bar (File, Edit etc.) is hidden behind the window title bar. The upper row of buttons (Open, Save Data, Connect, etc.) are mostly visible, but the upper portion of the buttons are also behind the window title

Re: [Paraview] Python shell, os.environ

2017-12-21 Thread Ben Boeckel
On Thu, Dec 21, 2017 at 15:14:01 +, Heiland, Randy wrote: > Thanks Ben. You’re right, of course. Moreover, my idea for having > (non-admin) users install additional Python modules (e.g., scipy) into > PV’s dir, is a not going to go well. Well, if `sys.path` or `PYTHONPATH` can be pointed to

[Paraview] 3D visualization of vectors as vtk-files

2017-12-21 Thread Sonya Davydycheva
Hello, Can anybody please send me a sample *.vtk file containing VECTOR fields? I need it to start study options how to 3D-visualize, say, electromagnetic field or currents. I can visualize separate components as scalars using "Glyph" and having each component as a separate vtk-file (coordinates

Re: [Paraview] PV4.10 extracting a surface

2017-12-21 Thread Sebastien Jourdain
Or two clip filter with scalar. On Wed, Dec 20, 2017 at 11:03 PM, Andrew wrote: > Hello. Possibly the Slice filter with "Cylinder" and "Crinkle slice" > options will produce the required result (I checked in ParaView 5.2). > > 2017-12-20 18:46 GMT+03:00 Andy Bauer