Re: [Paraview] display problems paraview

2018-01-31 Thread Utkarsh Ayachit
This may be same as the issue described here: https://gitlab.kitware.com/paraview/paraview/issues/17499 Try switching to NVidia GPU, if you can, if Intel graphics is indeed the issue in your case. Utkarsh On Wed, Jan 31, 2018 at 6:09 AM, Ott Richard wrote: > Hi, > > I

Re: [Paraview] Extracting data on the surface of a block?

2018-01-31 Thread Steytler, Louis Louw
Utkarsh, Thanks very much, that helped very much! Louis Steytler Department of Mechanical Science and Engineering University of Illinois at Urbana-Champaign 1206 West Green Street Urbana, Il 61801 steyt...@illinois.edu From: Utkarsh Ayachit

[Paraview] ParaView 5.4.1 | Segmentation Fault

2018-01-31 Thread Fastl, Thomas
Dear Community, I've recently upgraded to ParaView 5.4.1 since ParaView 5.0.0 stopped working on my workstation. Therefore, I've downloaded and unpacked ParaView-5.4.1-Qt5-OpenGL2-MPI-Linux-64bit.tar.gz, however, receive the following error message upon execution: Warning: In

Re: [Paraview] ParaView 5.4.1 | Segmentation Fault

2018-01-31 Thread Utkarsh Ayachit
Thomas, Check your graphics drivers. You can use tools like `glxinfo` to tell you which OpenGL version is supported. ParaView now requires 3.2 or newer. If you cannot upgrade your graphics drivers, you can use software OpenGL implementation packaged by ParaView binaries as follows: .../paraview

Re: [Paraview] ParaView 5.4.1 | Segmentation Fault

2018-01-31 Thread Fastl, Thomas
Dear Utkarsh, I really appreciate your immediate response, thanks! I've check the graphics drivers as you suggested: tf13@bioeng087-pc:~$ glxinfo name of display: :0 X Error of failed request: GLXBadContext Major opcode of failed request: 155 (GLX) Minor opcode of failed request: 6

Re: [Paraview] Can I generate a single file that contains data and filter settings?

2018-01-31 Thread Cory Quammen
Wyatt, Here's a simple script that sets up a 200 x 200 image data object like you might use for displaying a heat map. import the simple module from the paraview from paraview.simple import * disable automatic camera reset on 'Show' paraview.simple._DisableFirstRenderCameraReset() #

Re: [Paraview] Paraview Not Reading Some Fields in Dataset

2018-01-31 Thread Tate Fanning
I found a solution to the problem. The CFD code was writing the offsets incorrectly. When I adjust them manually, Paraview can read the file just fine. This thread goes into a little more detail: https://www.cfd-online.com/Forums/paraview/198220-paraview-not-reading-some-fields-dataset.html On

Re: [Paraview] ParaView 5.4.1 | Segmentation Fault

2018-01-31 Thread Utkarsh Ayachit
> In addition, execution of './paraview --mesa' works, meaning there's an > issue with the graphics drivers? That'd be my guess. ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [Paraview] Unexpected measurement appears in 5.4.1 but not 5.0.1

2018-01-31 Thread Cory Quammen
Hmm, that's weird. The Polar Axes should be off by default. Do the Polar Axes appear when creating a Sphere source? You should be able to force it off by adding the following line to the loadFile() function in your script: display.PolarAxes.Visibility = 0 HTH, Cory On Tue, Jan 23, 2018 at 4:40

Re: [Paraview] Paraview Not Reading Some Fields in Dataset

2018-01-31 Thread Andy Bauer
Glad to hear that you're able to read the file correctly now -- thanks for reporting back to everyone! On Wed, Jan 31, 2018 at 11:07 AM, Tate Fanning wrote: > I found a solution to the problem. The CFD code was writing the offsets > incorrectly. When I adjust them manually,

Re: [Paraview] Save Animation option in ParaView 5.4.0 vs 5.3.0

2018-01-31 Thread Van Moer, Mark W
Hi David, Sorry for the delayed response, thanks for looking at this. I subscribed to the issue in GitLab. Mark From: David E DeMarle [mailto:dave.dema...@kitware.com] Sent: Friday, January 26, 2018 11:59 AM To: Van Moer, Mark W Cc: ParaView

Re: [Paraview] Unexpected measurement appears in 5.4.1 but not 5.0.1

2018-01-31 Thread Ufuk Turuncoglu
I don't know it is related or not. I have very similar behavior under 5.4.1. If i save a state and load it later, Polar Axes show up and i need to disable it from the properties panel. Somehow, ParaView loads Polar Axes even if it is not activated in the original pipeline. It might help to find

Re: [Paraview] issue with savescreenshot in pvpython when having two renderviews

2018-01-31 Thread Cory Quammen
Hi Jens, I was not able to reproduce the missing data in the bottom render view. As for the legend size changing, I explained it and how to fix it in your issue https://gitlab.kitware.com/paraview/paraview/issues/17938 Thanks, Cory On Wed, Jan 17, 2018 at 1:37 AM, Jens Dahl Kunoy

Re: [Paraview] Can I generate a single file that contains data and filter settings?

2018-01-31 Thread Wyatt Spear
The data that I'm generating has a set of scalar values for every point in the 2D matrix, so a single data row looks like xcoord, ycoord, zcord(probably superfluous), scalar1, scalar2,...scalarN Since the data in your example is being rendered as an image directly I'm not sure how I could

Re: [Paraview] Unexpected measurement appears in 5.4.1 but not 5.0.1

2018-01-31 Thread Cory Quammen
Ufuk, Thanks for the report. Is there a reliable way to reproduce the behavior that you can share? Best, Cory On Wed, Jan 31, 2018 at 12:16 PM, Ufuk Turuncoglu wrote: > I don't know it is related or not. I have very similar behavior under 5.4.1. > If i save a