[Paraview] Spherical Camera - ParaView Client 5.4.1

2017-09-19 Thread Léo Pessanha
Hi, Is there a way to achieve a spherical camera in a view(Render/Python) of the ParaView client? Thanks in advance! Leonardo Pessanha Laboratory of Computational Methods in Engineering Federal University of Rio de Janeiro - COPPE Rio de Janeiro, RJ, Brasil

Re: [Paraview] Fwd: paraview.simple

2017-09-18 Thread Guillermo
Sorry but I could not fix it. I removed the ParaView-5.3.0-Qt5-OpenGL2-MPI-Linux-64bit from /opt/ directory Reinstalled paraview following the steps I have indicated on the previous email. I have deleted all sentences from ~/.bashrc except the first one: "export

Re: [Paraview] Fwd: paraview.simple

2017-09-18 Thread Cory Quammen
On Sat, Sep 16, 2017 at 7:48 AM, Guillermo wrote: > Hi Cory, > > I am trying again to install paraview 5.3. I have downloaded it from the > paraview webpage. I am using Ubuntu 16.04 LTS; OS type 64-bit. Then I > followed these steps: > > tar xzvf

Re: [Paraview] Connecting points

2017-09-18 Thread Andy Bauer
Hi, Please keep the discussions on the mailing list so that everyone that wants to see what was discussed can. https://www.paraview.org/Wiki/ParaView/Data_formats#CSV_.28Comma_Separated_Variable.29_files has information on reading in a csv file into ParaView. From this though you will still need

Re: [Paraview] Subdomain

2017-09-18 Thread Cory Quammen
On Wed, Sep 13, 2017 at 1:58 AM, Muhammad Kashif Saeed wrote: > Can I make Programmable clip filter which can clip 200 or more sections of > domain separately? Sure, you can, but it may be slow. Could you define your subdomains in a regular grid structure with a number

Re: [Paraview] Input files

2017-09-18 Thread Cory Quammen
Hi, Welcome to ParaView! It sounds like you might find several items in ParaView's help menu useful: * Getting Started with ParaView * ParaView Tutorial * ParaView Guide If you have more specific questions about how to load your data, please describe the kind of data you have. Is it points? Is

[Paraview] Input files

2017-09-18 Thread Doina Gumeniuc (224252 MAHS)
Hi dear users, This might sound a bit stupid, but I am new in paraview and I have hard times understanding how this tool works: for instance, I do not understand how is paraview reading info such as radius in specific points, how can I generate surface and not just some floating points in

[Paraview] problem with visibility control in the animation view ...

2017-09-18 Thread Ufuk Utku Turuncoglu (BE)
Hi, I am trying to create animation by playing visibility of a Tube. In this case, the visibility of the Tube is 0 at the beginning but after certain time step (at 30), i am setting it to 1. Until this point everything fine and i could define it in the animation panel but when i go to a

[Paraview] Error: Could not determine discrete values (if scalar value > 31)

2017-09-17 Thread Michael Nolde
Hello, I could use some help with vizualizing an unstructured grid. I've got an .VTU / XML file with values in a scalar field, which act as color ids. I want to colorize my mesh according to these values. The values should be interpretet as categories, so I checked this option in ParaView. As

Re: [Paraview] Fwd: paraview.simple

2017-09-16 Thread Guillermo
Hi Cory, I am trying again to install paraview 5.3. I have downloaded it from the paraview webpage. I am using Ubuntu 16.04 LTS; OS type 64-bit. Then I followed these steps: tar xzvf ParaView-5.3.0-Qt5-OpenGL2-MPI-Linux-64bit.tar.gz sudo mv ParaView-5.3.0-Qt5-OpenGL2-MPI-Linux-64bit /opt/

Re: [Paraview] [Non-DoD Source] Re: ParaView GPU support (UNCLASSIFIED)

2017-09-15 Thread Su, Simon M CIV USARMY RDECOM ARL (US)
CLASSIFICATION: UNCLASSIFIED Hi Utkarsh, Thank you for your reply and your explanation. And unfortunately we are looking into possibly using GPU- accelerated algorithm. We will look into getting vtk-m configured in our ParaView. Thanks -simon -Original Message- From: Utkarsh Ayachit

Re: [Paraview] ParaView GPU support (UNCLASSIFIED)

2017-09-15 Thread Utkarsh Ayachit
Simon, The answer depends on whether you want to ParaView to use GPU for rendering alone or also for computation e.g. contours. For former, it's automatic via OpenGL. So long as your environment and/or your build is set up such that ParaView picks up the OpenGL implementation provided by your GPU

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

2017-09-15 Thread Cory Quammen
On Fri, Sep 15, 2017 at 9:27 AM, Grothausmann, Roman Dr. wrote: > Dear Cory, > > Many thanks for Your quick reply. > On 15/09/17 15:14, Cory Quammen wrote: >> >> Put a ** in front of reppro[i], e.g., >> >> pvs.SetProperties(repr, **reppro[i]) >> >> That works

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

2017-09-15 Thread Grothausmann, Roman Dr.
Dear Cory, Many thanks for Your quick reply. On 15/09/17 15:14, Cory Quammen wrote: Put a ** in front of reppro[i], e.g., pvs.SetProperties(repr, **reppro[i]) That works for me. Hm, I now get: TypeError: SetProperties() argument after ** must be a mapping, not list Do I have to store the

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

2017-09-15 Thread Cory Quammen
On Fri, Sep 15, 2017 at 8:09 AM, Grothausmann, Roman Dr. wrote: > Dear Cory, > > > Many thanks for your reply pointing out the known limitations and > suggestions for restoring with python. I tried to give that a try: >

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

2017-09-15 Thread Grothausmann, Roman Dr.
Dear Cory, Many thanks for your reply pointing out the known limitations and suggestions for restoring with python. I tried to give that a try: https://github.com/romangrothausmann/ParaView_scripts/blob/146aa352d1a3ada203bcf91d17e11c169bc99583/pvsm-multi.py#L44-L61 but am stuck at the python

Re: [Paraview] Averaging data in paraview

2017-09-14 Thread Moreland, Kenneth
I don’t think there is anything ready made that will do what you are describing. However, I think if your points are lined up along the x axis (assuming width=x), I think you can fake it by squishing the data to a line and telling ParaView to merge coincident points (clean the data). Try the

[Paraview] ParaView GPU support (UNCLASSIFIED)

2017-09-14 Thread Su, Simon M CIV USARMY RDECOM ARL (US)
CLASSIFICATION: UNCLASSIFIED Hello, How do we configure ParaView to take advantage of available GPU hardware? Do we have to compile with different compile flags? Or ParaView automatically detects availability of GPU hardware and take advantage of it? Any insight is greatly appreciated

[Paraview] Reading group of pvti files: vtkImageData is static over time

2017-09-14 Thread A .
Hello, I have a vtkImageData object that I write (with a XMLPImageDataWriter) every time step to a pvti file. When I open the group of output_*.pvti files, properties like X, Y, Z extent and range do not change as I animate over time. But when I open the actual files I can see that these

Re: [Paraview] Connecting points

2017-09-14 Thread Andy Bauer
Hi, ParaView has line cells which is what you probably want to use. The line cells themselves have no concept of cross section but you can add that as field data. Beyond this, how are you getting your points into ParaView? Wherever that is being done you'll probably want to add in the line cells

[Paraview] Clearing a selection created in python

2017-09-14 Thread Felipe Bordeu
Hi, I'm trying to create a selection using python, but I have a little question I use this script (as a macro) source = GetActiveSource() activeView = GetActiveView() props = GetDisplayProperties(source,view=activeView) fieldtype, arrayname = props.ColorArrayName a =

[Paraview] Connecting points

2017-09-14 Thread Doina Gumeniuc (224252 MAHS)
Hi dear users, I would really appreciate if you could guide me on how to connect points with beam elements, FEM style. Thank you! ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [Paraview] [Non-DoD Source] Re: Using 64 or more cores on a single node when running client/server (UNCLASSIFIED)

2017-09-13 Thread Su, Simon M CIV USARMY RDECOM ARL (US)
CLASSIFICATION: UNCLASSIFIED A little bit more background information, we were trying to run it on Wai (large SMP machine) and we ran into issue getting more than 64 core for our setup. Let’s see if a simple MPI hello world will show where the limit is coming from. thanks -simon

Re: [Paraview] [Non-DoD Source] Re: Using 64 or more cores on a single node when running client/server (UNCLASSIFIED)

2017-09-13 Thread Su, Simon M CIV USARMY RDECOM ARL (US)
CLASSIFICATION: UNCLASSIFIED thank you Utkarsh. that's the confirmation that we are looking. We will test the MPI. thanks -simon -Original Message- From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Utkarsh Ayachit Sent: Wednesday, September 13, 2017 12:12 PM To:

Re: [Paraview] [EXT] Re: Select points based on coordinates

2017-09-13 Thread Dennis Conklin
Yifei, Glad that helped. If memory becomes critical, you could write a Programmable Filter that created array Loc by shallow copying array coords – this would sharply reduce the memory footprint of the Loc array. Next time I’ll ask you for help! Dennis From: Yifei Ma

Re: [Paraview] [EXT] Re: Select points based on coordinates

2017-09-13 Thread Yifei Ma
Hi Dennis, Calculator filter did the trick. I created Loc using vector array coords. Then I have no problem finding the points using Find Data by specifying certain Loc. Thanks for the help. Best, Yifei On Wed, Sep 13, 2017 at 10:03 AM, Dennis Conklin < dennis_conk...@goodyear.com> wrote: >

Re: [Paraview] [EXT] Re: Select points based on coordinates

2017-09-13 Thread Dennis Conklin
Yifei, I don’t know anything about vtu files – I don’t see any array of “Position”. However, perhaps you can use vector array coords – this is Paraviews internal array of point positions. You could use this to create Loc after you read your file into Paraview – your filesize would not

Re: [Paraview] Using 64 or more cores on a single node when running client/server

2017-09-13 Thread Andy Bauer
If you're running on the DSRCs I'm guessing that the limit is coming from the node selection option (i.e. "#PBS -l select=8:ncpus=36:mpiprocs=8"). mpiprocs here is the number of MPI processes per node while ncpus is the number of cores per node (in this case only nodes that have 36 cores per node

Re: [Paraview] Select points based on coordinates

2017-09-13 Thread Yifei Ma
Hi Dennis, Sorry that I wasn't clear about the data file. The "Loc" DataArray is not included in the original data. I simply copy the "Position" DataArray and re-named it "Loc" in order to find data based on its location. This is a workaround and it works just fine for small data files. However,

Re: [Paraview] Catalyst distributed graph example

2017-09-13 Thread Jeff Baumes
vtkMutableDirectedGraph has an API that is hopefully pretty intuitive with AddVertex, AddEdge, etc. You can also shallow-copy from the mutable graph into a DAG object, which performs a check, if it is important to verify you

Re: [Paraview] [EXTERNAL] Select points based on coordinates

2017-09-13 Thread Utkarsh Ayachit
On Tue, Sep 12, 2017 at 6:10 PM, Scott, W Alan wrote: > This is on the todo list. > https://gitlab.kitware.com/paraview/paraview/issues/15530 A fix is available in master (https://gitlab.kitware.com/paraview/paraview/merge_requests/1724).

Re: [Paraview] Using 64 or more cores on a single node when running client/server

2017-09-13 Thread Utkarsh Ayachit
> It should be related to your mpi environment: may be oversubscribing (more > than one mpi process by core) is not the default behavior. I am tempted to second that. There's nothing in ParaView that checks how many cores your node has, as a result if there's a cap, it's coming from the MPI

Re: [Paraview] Catalyst distributed graph example

2017-09-13 Thread Andy Bauer
Hi Matthieu, There isn't a Catalyst example for graphs but it shouldn't be too hard to make. I'm not very familiar with the vtkGraph and derived classes but if I were to to try doing that I'd just see how the graph object is generated in some filter that generates one (look in the RequestData()

[Paraview] Catalyst distributed graph example

2017-09-13 Thread Dorier, Matthieu
Hi, I would like to use Catalyst to visualize a distributed directed graph. Each node of the graph is characterized by an id (not necessarily contiguous, as some nodes are added and removed during the execution) and a list of connections (ids of "friends"). The nodes can be assigned

Re: [Paraview] Using 64 or more cores on a single node when running client/server

2017-09-13 Thread Patrick Begou
Yes, it works. Paraview 5.4 with OpenMPI 1.7.3 konsole─┬─bash───mpirun───80*[pvserver] ├─bash └─{konsole} Node: 20 cores with hyperthreading. It should be related to your mpi environment: may be oversubscribing (more than one mpi process by core) is not the default behavior.

Re: [Paraview] Two issues with time-dependent data

2017-09-13 Thread Schuld, Heinrich
Expanding issue 1: I have created the simple programmable source below, which creates a periodic animation to demonstrate the problem of double display of time steps in periodic data. It is a line that moves according to a sine-function with 3 as cycle duration. When the animation ist set to

Re: [Paraview] Select points based on coordinates

2017-09-13 Thread Dennis Conklin
Yifei, I don't understand the issue. I DL'ed your file and proceeded as follows Edit/Settings/General/Auto Convert Properties checked (On) Find Data Find POINTS in test_data.vtu Loc(0) is >= 0.009 Run Selection Query Extract Selection This correctly extracted the 1 point met that requirement

[Paraview] Paraview MIP viewer

2017-09-13 Thread Enoch Yejune Pae
Hi everyone, I am struggling with the paraview MIP viewer (Maximum Intensity Projection Viewer) right now. I know the basic settings in paraview doesn’t have the mip viewer designed in it, so I compiled it from the source code, and added the blend mode in the volume rendering, to allow the

Re: [Paraview] Subdomain

2017-09-12 Thread Muhammad Kashif Saeed
Can I make Programmable clip filter which can clip 200 or more sections of domain separately? ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic

Re: [Paraview] Compute quartile from cell data

2017-09-12 Thread Joachim Pouderoux
Hi, You are right about this limitation. It happens because originally this feature has been developed to analyze series. However, it could be quite easily ported to any other dataset. Maybe you could add an entry on the ParaView bug tracker about? Best, Joachim Le 30 août 2017 16:14, "Cornelis

Re: [Paraview] [EXTERNAL] Using 64 or more cores on a single node when running client/server

2017-09-12 Thread Scott, W Alan
I just tried, and was stopped (I believe) by asking for more MPI ranks than cores. I got an MPI error. pvserver never even started. Alan > -Original Message- > From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of > Hennessey, Joseph G CTR USARMY RDECOM ARL (US) > Sent:

[Paraview] Please vote for ParaView in the 2017 HPC Reader's choice awards!

2017-09-12 Thread David E DeMarle
We would like to thank everyone who has used and contributed to version 5.4 of ParaView this year. To acknowledge the growth of ParaView, please join us in nominating the fruit of our combined efforts for a 2017 HPCwire Readers’ Award in the “Best HPC Visualization Product or Technology”

Re: [Paraview] [EXTERNAL] Select points based on coordinates

2017-09-12 Thread Scott, W Alan
This is on the todo list. https://gitlab.kitware.com/paraview/paraview/issues/15530 Although I don’t like the filter, use the probe filter. Turn Auto Apply on. Make sure that the probe filter is selected. Type in your coordinates, or use the P key. Alan From: ParaView

Re: [Paraview] Select points based on coordinates

2017-09-12 Thread Yifei Ma
Hello Andrew, Thanks for your response. I tried the Threshold filter for my data (attached behind), I still cannot figure out how to choose points using coordinates. In the Properties tab of Threshold filter, I can only use diameter to specify the data range. Coordinate is not an option in the

[Paraview] Rendering problem with the Streamline Representation plugin

2017-09-12 Thread Wilhelm Lionel
Dear Paraviewers, I found sevral rendering issues in the Streamline Representation plugin. In order the issue to be reproducible, I followed the "How to test ?" section on this page https://blog.kitware.com/new-animated-stream-lines-representation-for-paraview-5-3/. In order to see what I'm

[Paraview] SurfaceLIC not supported

2017-09-12 Thread JUMEAU Charles
Dear Paraview community members, I try to run the SurfaceLIC plugin in Paraview, using openFoam, in order to visualize streamlines of my airflow modelings. However, I recieve no matter the driver I use (NVIDIA 304.135 or X.Org server 1:1.0.12-1build 2) an error message saying that SurfaceLIC

Re: [Paraview] Subdomain

2017-09-12 Thread Cory Quammen
What part do you need help with? The math for setting up the box? Or how to move the box around in the domain? On Mon, Sep 11, 2017 at 11:33 PM, Muhammad Kashif Saeed wrote: > Thanks, Cory, > I can count the particles in a clip box but can you help me how to adjust > the

Re: [Paraview] Select points based on coordinates

2017-09-12 Thread Andrew
Hello. Possibly the Threshold filter is what you looking for (if you need to select a number of points in specified coordinates range). You can use 2-3 filters in series to shape the region in 3 cartesian directions. 2017-09-11 23:12 GMT+03:00 Yifei Ma : > Hi Paraviewers, >

Re: [Paraview] SelectInputVector attribute in the SurfaceLIC plugin

2017-09-12 Thread Wilhelm Lionel
Works like a charm, thanks a lot ! Lionel De : Utkarsh Ayachit Envoyé : lundi 11 septembre 2017 18:23 À : Wilhelm Lionel Cc : Paraview@paraview.org Objet : Re: [Paraview] SelectInputVector attribute in the SurfaceLIC plugin

Re: [Paraview] Subdomain

2017-09-11 Thread Muhammad Kashif Saeed
Thanks, Cory, I can count the particles in a clip box but can you help me how to adjust the desired location of clip box because I have to use lot of clip box filters to cover the whole domain in small box domains. Thanks in advance ___ Powered by

[Paraview] Take spatial average on slice along a direction with a single filter

2017-09-11 Thread Shuhao Wu
Hello all, What I want to do is to take a bunch of X slices in my domain and compute the average on that slice for a particular quantity. I want to then be able to plot this as a line plot (X vs average quantity) and also find the coordinate X of a specific average quantity. I'm having

[Paraview] Select points based on coordinates

2017-09-11 Thread Yifei Ma
Hi Paraviewers, I am trying to extract points based on the coordinates. I tried to use "Find Data" but with no success. I am wondering how can I obtain such a goal with "Find Data"? Or is there a workaround? FYI, I am using Paraview 5.4.1-RC3 64-bit on Windows 10. Thanks, Yifei

Re: [Paraview] SelectInputVector attribute in the SurfaceLIC plugin

2017-09-11 Thread Utkarsh Ayachit
Lionel, There's indeed a bug there. A temporary workaround is as follows: LoadDistributedPlugin("SurfaceLIC", ns=globals()) Disconnect() Connect() A fix for the issue is here: https://gitlab.kitware.com/paraview/paraview/merge_requests/1898 I'll have it merged in before the next release.

Re: [Paraview] SelectInputVector attribute in the SurfaceLIC plugin

2017-09-11 Thread Wilhelm Lionel
Utkarsh, Thanks for the so quick reply :) Actually I explicitly load the plugin with the following command : LoadPlugin('/usr/lib/paraview-5.4/plugins/SurfaceLIC/libSurfaceLIC.so', remote=True, ns=globals()) I tried to load it with the command you suggested but it raises the same error. While

Re: [Paraview] SelectInputVector attribute in the SurfaceLIC plugin

2017-09-11 Thread Utkarsh Ayachit
Lionel, Does your Python script load the plugin explcitly? Currently none of the state files capture which plugins are loaded, you have to manually load the plugin. You can use the following to load the plugin in your script before creating any of the proxies.

[Paraview] SelectInputVector attribute in the SurfaceLIC plugin

2017-09-11 Thread Wilhelm Lionel
Dear Paraviewers, I'm trying to use the SurfaceLIC plugin in a script intended to be executed by pvbatch. Naturally, I used the trace tool in the GUI to design my python script. When save the state in python and try to run it with pvbatch it raises the following error :

Re: [Paraview] Issue with Python path variable change from ver 5.2 onward

2017-09-11 Thread Cory Quammen
Evan, I have filed a bug report [1]. I don't recall if this was an intentional change, but it appears to be causing you and at least one other person problems. Thanks, Cory [1] https://gitlab.kitware.com/paraview/paraview/issues/17699 On Thu, May 25, 2017 at 12:33 AM, Evan Kao

Re: [Paraview] Read files in different folders at the same time

2017-09-10 Thread Moreland, Kenneth
An easier but equally unsatisfactory solution is to do an “ln -s” command to create symbolic links in a common directory. It’s technically not a copy of the file and ParaView will pick them up as if they were the regular file. -Ken On 9/8/17, 5:31 AM, "ParaView on behalf of Utkarsh Ayachit"

Re: [Paraview] Error message: Not supported on OpenGL ES when I launch Paraview

2017-09-08 Thread Cory Quammen
Not seeing anything with Qt is a good thing in that it means some other software installed on your system is not interfering with ParaView's operation. That bad news is that I'm out of ideas on what might be causing your problem. Maybe a graphics card driver update would help? Cory On Fri, Sep

Re: [Paraview] Error message: Not supported on OpenGL ES when I launch Paraview

2017-09-08 Thread Cory Quammen
Antonio, No worries! We do run into issues from time to time on other Windows machines, so we are happy to help you work through the kinks so that we can understand the potential issues out there. One other thing to look for: See if you have a different Qt installation on your system whose

Re: [Paraview] Error message: Not supported on OpenGL ES when I launch Paraview

2017-09-08 Thread Antonio Orlando
Cory: I am sorry, but I am still getting the same error message. I fear that there might something wrong then with my system if other paraview user using windows do not have problems. I will try to download and install paraview on another computer and let you know. I am sorry for all the

Re: [Paraview] Error message: Not supported on OpenGL ES when I launch Paraview

2017-09-08 Thread Cory Quammen
Antonio, Do you happen to have an integrated graphics chip on your laptop? I wonder if ParaView is set to use integrated graphics rather than your NVIDIA card and isn't liking what it finds. You can try going to the NVIDIA control panel. Under 3D Settings in the panel on the left, click on

Re: [Paraview] Opacity editor with log scale

2017-09-08 Thread Utkarsh Ayachit
Steven, That's done so because the opacity mapping doesn't support log scale yet. Utkarsh On Thu, Sep 7, 2017 at 6:28 PM, Hahn, Steven E. wrote: > Hi, > > > > I noticed that when “Use log scale when mapping data to colors” is selected, > the color opacity editor isn’t being

Re: [Paraview] Question about animation background size

2017-09-08 Thread Utkarsh Ayachit
Does your current window size and target image size for the animation differ in aspect ratio? That's one reason why animation view may not match your expectation. With ParaView 5.5, there will be a "Preview" mode which allow you to set up your viz to match the target aspect (see

Re: [Paraview] Read files in different folders at the same time

2017-09-08 Thread Utkarsh Ayachit
I am afraid that's not possible currently. A workaround is to create a pvd file as follows: Make sure that header matches the header in one of the vtu files. Utkarsh On Thu, Sep 7, 2017 at 7:04 PM, Ke Gao wrote: > Hi all, > > When

[Paraview] Read files in different folders at the same time

2017-09-07 Thread Ke Gao
Hi all, When I do the simulation, I restart the computation and as a result there are files generated in different folders but with sequential vtu file names. For example, in the first folder we have vtu files numbered from 0 to 100, and in the second folder we have vtu files from 101 to 200. I

Re: [Paraview] Error message: Not supported on OpenGL ES when I launch Paraview

2017-09-07 Thread Antonio Orlando
Thanks Cory for your prompt reply and sorry for not sending the message to the mailing list. I have the graphics card NVIDIA GeForce GT 750M 2GB DDR5 I can run though Paraview 4. Thanks again for your attention to this matter. Cheers Antonio 2017-09-07 17:59 GMT-03:00, Cory Quammen

[Paraview] Question about animation background size

2017-09-07 Thread Li, Teng
Hi, I have a question about saving animation. I find that when I try to save the animation, the main model only occupies a small space. The background will occupy a large space. I wonder how can I save the animation to make sure not only the whole main body will show in the video, but also the

Re: [Paraview] Visualization of time course data with legacy vtk format

2017-09-07 Thread James Thunes
Cory, Thanks for taking a look. Your files did indeed load as expected. It appears I was a bit hasty in my prior email. The naming scheme I use is actually file_stress.vtk with X the step number. The "_stress" denotes that I'm visualizing the stress (I sometimes output different data that

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

2017-09-07 Thread Cory Quammen
Hi Roman, It turns out ParaView was not designed for this use case because of certain difficulties discussed here: https://gitlab.kitware.com/paraview/paraview/issues/17442 In your Python script, you could manually cash all the properties of the existing representations and restore them after

Re: [Paraview] Visualization of time course data with legacy vtk format

2017-09-07 Thread Utkarsh Ayachit
James, Are you running into the following issue? Are your names suffixed by a non-number? https://gitlab.kitware.com/paraview/paraview/issues/17677 On Wed, Aug 30, 2017 at 2:04 PM, James Thunes wrote: > Hello all, > > Sometime between v5.1 and the latest version

Re: [Paraview] Dialog box for Macros?

2017-09-07 Thread Utkarsh Ayachit
None of those packages are including in standard ParaView distribution. (PyQt5 could have been included but we can't because of licensing issues). Utkarsh On Thu, Sep 7, 2017 at 5:17 PM, Shuhao Wu wrote: > Hello, > > I would like to create a dialog box for my macro that

[Paraview] Dialog box for Macros?

2017-09-07 Thread Shuhao Wu
Hello, I would like to create a dialog box for my macro that takes a screenshot for each timestep. I want to be able to specify a file name prefix and the number of timesteps to screenshot. I can't figure out how to import PyQT (tried import PyQt4, PyQt5, PySide). Am I doing something wrong?

Re: [Paraview] vtkClipDataSet in a programmable filter

2017-09-07 Thread Cory Quammen
Xavier, The runtime error is troubling. I suspect there may be a problem or incompatibility with a shared library on your system. If you wanted to debug further, you could try downloading Dependency Walker [1] and load paraview.exe with it. It should show you the DLLs ParaView is trying to load.

Re: [Paraview] [EXTERNAL] Windows Surface Book

2017-09-07 Thread Cory Quammen
A student in a ParaView course I just taught had a regular Surface (not Surface Book) and had no problem running ParaView on it. - Cory On Wed, Aug 30, 2017 at 8:54 PM, Utkarsh Ayachit wrote: > I am afraid I have no experience with Surface book. Any more details? >

Re: [Paraview] Error message: Not supported on OpenGL ES when I launch Paraview

2017-09-07 Thread Cory Quammen
Antonio, I'm adding back Utkarsh, who pointed you to the mesa libraries. Please also reply to the mailing list so that others may benefit from and contribute to the discussion. What kind of graphics hardware do you have on that machine? Thanks, Cory On Thu, Sep 7, 2017 at 4:57 PM, Antonio

Re: [Paraview] paraview display issue on parallel files

2017-09-07 Thread Rilin Shen
Dear Kenneth and Andy, Thanks so much. This works fine. It is truly the simplest way for me to post-processing the data. In this way, almost all the serial algorithm can be applied to multi-files. Thanks again for your kind help. Best regards. Rilin Shen Division of Solid Mechanics, School

[Paraview] Problems with mpi4py and SGI's mpt 2.14 and 2.15 versions of MPI

2017-09-07 Thread Hennessey, Joseph G CTR USARMY RDECOM ARL (US)
Hello, I have been running into problems with mpi4py and SGI's mpt 2.14 and 2.15 versions of MPI while compiling ParaView 5.3.0 on HPC systems. mpi4py cannot find MPI_CONVERSION_FN_NULL when compiling mpi4py.MPI.c MPI_CONVERSION_FN_NULL was not used by the version of mpi4py that came with

[Paraview] Using 64 or more cores on a single node when running client/server

2017-09-07 Thread Hennessey, Joseph G CTR USARMY RDECOM ARL (US)
Hello, Has anyone managed to use ParaView 5.4.x with more than 64 core on a single node when running in client/server moder. Thanks, Joe ~~~ Joseph G. Hennessey Ph.D., SAIC Team SAIC Army Research Lab Email: joseph.g.hennessey2@mail.mil smime.p7s

Re: [Paraview] Error message: Not supported on OpenGL ES when I launch Paraview

2017-09-07 Thread Utkarsh Ayachit
Can you try something out: 1. Download https://www.paraview.org/files/dependencies/mesa-opengl-win64.zip 2. Put all the dlls in the same location as paraview.exe (or in your PATH) and then start ParaView Does that work? This should use software rendering via Mesa3D and avoid any driver issues we

Re: [Paraview] Error message: Not supported on OpenGL ES when I launch Paraview

2017-09-07 Thread Cory Quammen
Hi Antonio, I have reported an issue for this so we can track the issue: https://gitlab.kitware.com/paraview/paraview/issues/17695 - Cory On Mon, Sep 4, 2017 at 8:22 AM, Antonio Orlando wrote: > Dear All: > > I have tried to install the new version of >

Re: [Paraview] Fwd: paraview.simple

2017-09-07 Thread Cory Quammen
> I usually use: > ./ I think you would be better off running your script with ./pvpython pvpython comes with the ParaView binary and is located in the same directory as the 'paraview' executable. pvpython uses the same Python as ParaView is, so compatibility with some local Python on your

Re: [Paraview] paraview display issue on parallel files

2017-09-07 Thread Rilin Shen
Dear Andy, Thanks very much. You can remap the point variables back onto the points using the Resample > with Dataset filter but that won't work for cell data. I tried the method you advised. Assuming that the original file name is A and the file after Clean to Grid and Clean Cells to Grid is

Re: [Paraview] paraview display issue on parallel files

2017-09-07 Thread Andy Bauer
Hi, You can remap the point variables back onto the points using the Resample with Dataset filter but that won't work for cell data. I believe that the D3 filter is only available if you have ParaView built/installed with MPI. Even then it will only work if you're running with more than a single

Re: [Paraview] New download page layout

2017-09-07 Thread Sebastien Jourdain
Thanks Mark for sharing your thoughts... It is always nice to have positive feedback from the community. ;-) On Thu, Sep 7, 2017 at 12:28 PM, Van Moer, Mark W wrote: > Hi, just wanted to say I really like the new page layout at > https://www.paraview.org/download/ > >

[Paraview] New download page layout

2017-09-07 Thread Van Moer, Mark W
Hi, just wanted to say I really like the new page layout at https://www.paraview.org/download/ Mark ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages

Re: [Paraview] [vtkusers] Do you have data that I might show off OSPRay rendering with?

2017-09-07 Thread David E DeMarle
Thanks for the references Bill. My backup plan is to find a suitably licensed model of a car from one of the sites like free3d, but I'm hoping for something more "real world" from someone's day to day work out there. David E DeMarle Kitware, Inc. Principal Engineer 21 Corporate Drive Clifton

[Paraview] Do you have data that I might show off OSPRay rendering with?

2017-09-07 Thread David E DeMarle
Hi lists, We've been working lately to expose OSPRay's path traced lights and materials inside VTK and ParaView. I'd like to make some snazzy photorealistic images and movies now and post them on the website, at conferences and in press releases. Unsurprisingly the images I can make out of

Re: [Paraview] Subdomain

2017-09-07 Thread Cory Quammen
Muhammad , You can try the Clip filter to generate box-shaped subdomains. Counting the number of particles in each cell is a little more complicated. Off the top of my head, I can't think of a filter that does that for you. But, you could write a Programmable Filter that does this. Briefly, the

Re: [Paraview] OSPRay Surface Opacity

2017-09-07 Thread Stefano Capra
Hi David, thanks for the quick reply. I can confirm opacity changes work if I set the actor representation to Solid Color. It would be great if the new release could have the aoTransparencyEnabled flag as something that can be switch on and off using a tick Kind Regards Ste 2017-09-07 14:39

Re: [Paraview] OSPRay Surface Opacity

2017-09-07 Thread David E DeMarle
A couple of observations: 1) for surface rendering with color mapped array, vtk's OSPRay interface we does not yet respect transparency (either at the actor level or in the alpha channel of the colormap). If you use a solid color for the entire actor (PV GUI color choice is "Solid Color" instead

[Paraview] OSPRay Surface Opacity

2017-09-07 Thread Stefano Capra
Good morning, I am running ParaView 5.4.1-Qt5-OpenGL2-Windows-64bit and I was wondering if there is a way to activate the opacity rendering while using OSPRay ambient occlusion In the OSPRay website I have found this: "New SciVis renderer parameter aoTransparencyEnabled, controlling whether

Re: [Paraview] paraview display issue on parallel files

2017-09-06 Thread Rilin Shen
Dear all, Thanks for your suggestions. It is exactly what you said. Marking ghost cell would be non-trival work and I tried the second idea. But only cell and points information is left, other field information associated with points seem to be lost. Is that the case? If that is the case, is

Re: [Paraview] Building Paraview 5.4.1 in Ubuntu 16.04

2017-09-06 Thread Dan Lipsa
Joel, You can install Qt 5.6 from the web and make sure you you set Qt5_DIR=/opt/Qt/5.6/gcc_64/lib/cmake/Qt5 (the dir containing Qt5Config.cmake) when you build ParaView HTH, Dan On Wed, Sep 6, 2017 at 12:15 PM, Joel Manning < joel.mann...@prevailinganalysis.com> wrote: > Hi, > > > > I am

Re: [Paraview] paraview display issue on parallel files

2017-09-06 Thread Andy Bauer
Hi, Please respond to the entire mailing list so that anyone that wants to participate or follow along can. I think the issue here is that you have the same cell specified in multiple vtu files and ParaView is getting confused when trying to render them. These are the overlapping cells at the

Re: [Paraview] XDMF Reader

2017-09-06 Thread D Haley
Hi David, Thanks for the very rapid response. This does indeed work. I initially had troubles - it does not work under the XDMF reader, if the voxel sizes are of unequal dimension. I had to select XDMF3 to succesfully load the data. Thanks very much for your help! For any future readers, I had

Re: [Paraview] XDMF Reader

2017-09-06 Thread David E DeMarle
On Wed, Sep 6, 2017 at 12:47 PM, D Haley wrote: ... > Does paraview support CollectionType="Temporal"? [1]. If it is important, I am using paraview 5.4.0 > > Yes. Try putting the spatial collection inside the temporal one. Promote

Re: [Paraview] XDMF Reader

2017-09-06 Thread D Haley
Dear David, Thanks very much for the help - this does indeed work if I use a spatial grid collectiontype. However if I change this to a temporal type (whether or not I include in each sub-grid), then I do not end up with a frame-by-frame animation, as I was hoping for. I simply end up with the

[Paraview] Building Paraview 5.4.1 in Ubuntu 16.04

2017-09-06 Thread Joel Manning
Hi, I am attempting to build Paraview 5.4.1 from source using VTK_PYTHON_VERSION = 3 with the aim of making use of paraview automation using python 3. However I am running into trouble because the qt version does not meet the minimum of version 5.6. Also the Qt5_DIR is not found. I am

Re: [Paraview] Change in OpenFOAM mesh reader

2017-09-06 Thread Eugene de Villiers
Please ignore my previous query. Lack of rigor on my part. Eugene de Villiers Managing Director e.devilli...@engys.com Mob: +44 (0) 77 89748490 Tel: +44 (0)20 32393041 (ext. 202) Fax: +44 (0)20 33573123 [EngysR] This message is private and confidential. If the

<    5   6   7   8   9   10   11   12   13   14   >