Re: [Paraview] MPI-Error during using "Programmable Filter"...

2017-06-20 Thread Stefan Melber
, Jun 19, 2017 at 8:34 AM, Stefan Melber wrote: Hi, Update: found the reason of the mpi-error - maybe a PV-bug: If i use this formula in a programmable filter v_bad = min((1., max((-1., tmp2 then paraview crashes in parallel. If i use the same but written out in if (tmp2 > -1.):

[Paraview] MPI-Error during using "Programmable Filter"...

2017-06-16 Thread Stefan Melber
Hi, i have used a programmable filter (find it below) to calculate the lambda2-criterion from gradients of velocity. In serial mode this works fine - running it in parallel an error message comes up. Any idea what does it mean and whats wrong with the filter? Best regards, Stefan

Re: [Paraview] Calculation of Lambda2 using ParaView...

2017-06-14 Thread Stefan Melber
ones with ParaView? Best regards, Stefan Hi, Maybe compute each portion manually and check that against the correct values. Also, verifying the gradient calculation is correct is another thing to look at. If the grid isn't specified properly then

Re: [Paraview] Calculation of Lambda2 using ParaView...

2017-06-13 Thread Stefan Melber
d properly then the gradient operation will likely be wrong. On Fri, Jun 9, 2017 at 8:46 AM, Stefan Melber <mailto:stefan.mel...@dlr.de>> wrote: Hi, for vortex-detection i (tried) to calculate the lambda2-criterion (see e.g. https://en.wikipedia.org/wiki/L

Re: [Paraview] Calculation of Lambda2 using ParaView...

2017-06-11 Thread Stefan Melber
will likely be wrong. On Fri, Jun 9, 2017 at 8:46 AM, Stefan Melber <mailto:stefan.mel...@dlr.de>> wrote: Hi, for vortex-detection i (tried) to calculate the lambda2-criterion (see e.g. https://en.wikipedia.org/wiki/Lambda2_method <https://en.wikipedia.org/wiki/Lamb

Re: [Paraview] Segfault wich ParaView 5.3

2017-05-04 Thread Stefan Melber
looks like you are trying to Load a file while connected to a server, is that right ? Regards, Mathieu Westphal On Thu, May 4, 2017 at 9:06 AM, Stefan Melber mailto:stefan.mel...@dlr.de>> wrote: Hi, running ParaView 5.3 (self-compiled or binar

Re: [Paraview] Segfault wich ParaView 5.3

2017-05-04 Thread Stefan Melber
egfault ? It looks like you are trying to Load a file while connected to a server, is that right ? Regards, Mathieu Westphal On Thu, May 4, 2017 at 9:06 AM, Stefan Melber mailto:stefan.mel...@dlr.de>> wrote: Hi, running ParaView 5.3 (self-compile

[Paraview] Segfault wich ParaView 5.3

2017-05-04 Thread Stefan Melber
Hi, running ParaView 5.3 (self-compiled or binaries from the webpage) i got an segfault. Find the output of the debug below. However - using ParaView 5.2 everything is fine. In 5.3 i tried Qt4 and Qt5, OpenGL and OpenGL2 - always the same. Any ideas? Stefan paraview --enable-bt ASSE

Re: [Paraview] Different visualization result using serial or parallel ParaView ...

2017-02-10 Thread Stefan Melber
h Ayachit mailto:utkarsh.ayac...@kitware.com>> wrote: That's odd. Stefan, can you send me the dataset please? I'll have it looked into. Thanks Utkarsh On Thu, Feb 9, 2017 at 4:04 AM, Stefan Melber mailto:stefan.mel...@dlr.de>> wrote: Hi,

Re: [Paraview] Different visualization result using serial or parallel ParaView ...

2017-02-10 Thread Stefan Melber
tefan, can you send me the dataset please? I'll have it looked into. Thanks Utkarsh On Thu, Feb 9, 2017 at 4:04 AM, Stefan Melber mailto:stefan.mel...@dlr.de>> wrote: Hi, during visualization of vortices i found a bug (or feature?) of ParaV

[Paraview] Rendering Backend OpenGL2 & PV 5.2.0-RC4 & SurfaceLic --> Problem...

2016-11-15 Thread Stefan Melber
Hi, i have a problem which is there in all RCs (1-4) of current ParaView: if i compile the RenderingBackend to "OpenGL2" and use SurfaceLic the visualization time goes up from a few seconds (with "OpenGL") to many minutes and the memory consumption from a few GByte to approx 100 GByte. Switc

Re: [Paraview] Polyhedral Cells: Rendering Problem with OpenGL...

2016-10-18 Thread Stefan Melber
. For OpenGL we do not guarantee correct rendering of concave polygons. The triangle filter will convert a concave polygon into convex triangles which should render correctly. On Tue, Oct 18, 2016 at 2:20 AM, Stefan Melber <mailto:stefan.mel...@dlr.de>> wrote: Hi, i found

[Paraview] Polyhedral Cells: Rendering Problem with OpenGL...

2016-10-17 Thread Stefan Melber
dia Quadro 4000 / NV Driver v367.44 _/ *Dr. Stefan Melber-Wilkending* _/_/ _/ _/ Deutsches Zentrum für Luft- _/_/_/_/_/_/_/_/_/_/ und Raumfahrt

Re: [Paraview] Combination of polygonal-data and unstructured grid?

2016-09-27 Thread Stefan Melber
. Please note that the white-space in these files has no meaning, and that for the .xmf file you need a recent ParaView nightly build. Best regards, Armin On 09/27/2016 07:42 AM, Stefan Melber wrote: Hi Armin, sounds thats the thing i searched for! Will check it out today and see if it does the job

Re: [Paraview] Combination of polygonal-data and unstructured grid?

2016-09-26 Thread Stefan Melber
Hi Armin, sounds thats the thing i searched for! Will check it out today and see if it does the job. Is there a demo-xml file around with such polyhedral cells? Best regards and thank you, Stefan Hi Stefan, If I understand your problem correctly, then you are looking for polyhedral

[Paraview] Combination of polygonal-data and unstructured grid?

2016-09-25 Thread Stefan Melber
Stefan _/ *Dr. Stefan Melber-Wilkending* _/_/ _/ _/ Deutsches Zentrum für Luft- _/_/_/_/_/_/_/_/_/_/ und Raumfahrt

[Paraview] VTK/ParaView and shared libs ...

2012-05-31 Thread Stefan Melber
edraw. The shared variant is ok and_again faster then the static one_... Any ideas why the rendering is faster with shared libs?! Best regards and thank you, Stefan === _/ Stefan Melber-

Re: [Paraview] Problem with Pyton-Script: GetDisplayProperties fails...

2011-10-10 Thread Stefan Melber
Dear Jean, thank you for the tip. FindSource gives me the right direction - however - FindSource alone does not help, still the same error. What i found is, you need to call SetActiveView(GetRenderView()) above. So the running script now looks like try: paraview.simple except: from paraview.

[Paraview] Problem with Pyton-Script: GetDisplayProperties fails...

2011-10-10 Thread Stefan Melber
Hi, i have an problem with an simple pyton-script and ParaView (v3.12rc2) - trying to use "GetDisplayProperties" in the script (below) try: paraview.simple except: from paraview.simple import * paraview.simple._DisableFirstRenderCameraReset() servermanager.LoadState("test.pvsm") view = GetRe

[Paraview] Invert Colormap?

2011-05-09 Thread Stefan Melber
Hi, is there is "single click" option to invert a colormap? Best regards, Stefan = Stefan Melber-Wilkending _/ _/_/ Fields of

[Paraview] SpacePilot (3DConnexion) support

2011-03-31 Thread Stefan Melber
der Review → Completed http://www.paraview.org/Wiki/Space_Navigator utkarsh.ayachit Admin, paraview Unsubscribe from this idea to stop receiving emails. <#> If you would like to stop receiving emails, you may edit your notification settings <http://paraview.uservoice.com/us

Re: [Paraview] Problem compiling v3.10 + Python...

2011-03-23 Thread Stefan Melber
or face lift in VTK. On Tue, Mar 22, 2011 at 6:42 AM, Stefan Melber wrote: Hi, i tried to compile the 3.10 release of ParaView. Without pyton, everything is fine. However, enabling python, i got the output below. Any ideas / suggestions? Stefan [ 24%] Building CXX obj

[Paraview] Problem compiling v3.10 + Python...

2011-03-22 Thread Stefan Melber
W_3_10/ParaView-3.10.0/VTK/IO/vtkSQLDatabaseSchema.h:387:2: error: expected unqualified-id before 'private' /opt/PARAVIEW_3_10/ParaView-3.10.0/VTK/IO/vtkSQLDatabaseSchema.h:389:46: error: 'void operator=(const vtkSQLDatabaseSchema&)' must be a

[Paraview] Level of Detail (LOD) significantly slower in PV3.9.0 compared to PV3.8.1

2011-01-13 Thread Stefan Melber
effect is smaller. Best regards, Stefan = Stefan Melber-Wilkending _/ _/_/ Fields of activities: _/ _/ -) High

[Paraview] Problem compiling GIT-checkout...

2010-12-16 Thread Stefan Melber
hich requires target "vtkzlib" that is not in the export set. How can i export this missing vtkzlib with GIT? Switching the hdf5-support of in ccmake does not help here ... Best regards, Stefan =

[Paraview] 3DConnexion Devices Support in ParaView?

2010-09-02 Thread Stefan Melber
Hi, are there any plans to include 3DConnexion devices support in ParaView? It seems it is available in VTK ... would be nice to have it in ParaView ... Best regards, Stefan = Stefan

Re: [Paraview] Problems with Surface LIC

2010-09-01 Thread Stefan Melber
Hi Phil, i had nearly the same problem with crashing ParaView (currently using OpenSuse 11.2 / FX1700). In my case going back to the 185.18.31 driver solves the problem ... do not use the newest driver. Best regards, Stefan Hi, I've just joined this list and have had a look through

[Paraview] Problem loading plugin in Python ...

2010-07-27 Thread Stefan Melber
Hi, just for information: Problem solved - i mixed up the prebuild RC2 and a RC2 compiled by myself - so the LoadPlugin simply cannot find the plugin in lib-format and then trys to load instead an xml-plugin ... Best regards, Stefan Hi, i try to use the SurfaceLIC in combination wit

[Paraview] Problem loading plugin in Python ...

2010-07-27 Thread Stefan Melber
Hi, i try to use the SurfaceLIC in combination with python. Running the SurfaceLIC from the GUI it works fine (only when use the 185.18.31 Nvidia-driver, with newer drivers it crashes). Now i use this script to run the stuff in batch (means pyton) mode: from paraview.servermanager import *

[Paraview] Problem with SurfaceLIC + PV 3.8.0 (RC2)....

2010-06-08 Thread Stefan Melber
advance, Stefan = Stefan Melber-Wilkending _/ _/_/ Fields of activities: _/ _/ -) High-Lift Research

[Paraview] Paraview in Batch-Mode (Python) ...

2009-06-17 Thread Stefan Melber
"magv.pvsm") view = GetRenderView() view.WriteImage("test.png", "vtkPNGWriter", 1) Best regards, Stefan ===== Stefan Melber-Wilkending _/

Re: [Paraview] "Select Points on" and nearest point ...

2009-03-19 Thread Stefan Melber
in the selection view. On Thu, Mar 19, 2009 at 1:46 AM, Stefan Melber wrote: Hi Berk, using the button "select points on" i can drag up a rectangle to select some. But sometimes it would be nice by clicking on e.g. a surface to find the nearest point around - in fieldview for e

Re: [Paraview] "Select Points on" and nearest point ...

2009-03-18 Thread Stefan Melber
Hi Berk, using the button "select points on" i can drag up a rectangle to select some. But sometimes it would be nice by clicking on e.g. a surface to find the nearest point around - in fieldview for example i have to press to cntl-key to do this. Using the point selection mode, you should

[Paraview] "Select Points on" and nearest point ...

2009-03-17 Thread Stefan Melber
same? And: every time selection points the update of the graphic window takes some time. Is there a speed up? Regards, Stefan = Stefan Melber-

[Paraview] Native Reader for Centaur-Grid Generator...

2009-02-04 Thread Stefan Melber
Hi, is there anyone "outside", who has a reader in ParaView for the Centaur grid generator (www.centaursoft.com)? Best regards, Stefan --- Stefan Melber-

Re: [Paraview] Compiling last cvs: libKWCommon.so: cannot open shared object

2009-01-29 Thread Stefan Melber
Hi Ricardo, just switch the VTK_USE_RPATH off - then it should work (for me with the version checked out this moring) ... Best regards, Stefan I've compiled the last cvs version from source. PARAVIEW_ENABLE_PYTHON ON which sets BUILD_SHARED_LIBS ON If I run from the compilation

Re: [Paraview] Compilation of current paraview-CVS failed...

2009-01-28 Thread Stefan Melber
w.org [mailto:paraview-boun...@paraview.org] On Behalf Of Berk Geveci Sent: Wednesday, January 28, 2009 7:43 AM To: Stefan Melber; ParaView Mailing List Subject: Re: [Paraview] Compilation of current paraview-CVS failed... Hmm, it looks like there is a bug and libKWCommon is not being installed.

[Paraview] Compilation of current paraview-CVS failed...

2009-01-28 Thread Stefan Melber
question: Is this the right way - or is it a bug (feature) of the current CVS-version? Best regards, Stefan --- Stefan Melber-Wilkending

[Paraview] Exporting pictures in batch-mode...

2009-01-26 Thread Stefan Melber
examples? Best regards, Stefan --- Stefan Melber-Wilkending _/ _/_/Fields of activities

Re: [Paraview] Difference between "Compute Derivatives" and "Gradient (Unstructured)"...

2009-01-08 Thread Stefan Melber
, Jacques Aircraft Research Association 2009/1/8 Stefan Melber <mailto:stefan.mel...@dlr.de>> Hi Ken, I took a look at this. To answer the first question, compute derivatives and gradient (unstructured) are fairly similar. The compute derivatives filter

Re: [Paraview] Difference between "Compute Derivatives" and "Gradient (Unstructured)"...

2009-01-07 Thread Stefan Melber
omplete parallel setup of pv can be a great help here - with (serial) fv for example we run all the time on the limits of our workstations (16 GB main memory, 4 cores) ... Best regards, Stefan -Ken On 1/7/09 2:44 AM, "Stefan Melber" wrote: Hi, i have a question

[Paraview] Difference between "Compute Derivatives" and "Gradient (Unstructured)"...

2009-01-07 Thread Stefan Melber
Best regards and thank you in advance, Stefan ------- Stefan Melber-Wilkending _/ _/_/Fields of activities: _/ _/-) High-Lift Research _