Re: [Paraview] ParaView 5.2 Release Candidate 1 available for download

2016-10-11 Thread Gena Bug via ParaView
Hi! I've just tried the 5.2rc and noticed this in the console: $ Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 72: non-double matrix element Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 72: non-double matrix element Fontconfig warning:

[Paraview] How to use the plugin Geodesic Measurement

2016-10-11 Thread Salazar De Troya, Miguel
Hello I loaded the Geodesic Measurement plugin with the Plugin Manager, but I do not know how to use it. I see it as a filter option, but it is disabled even for point-based data. I haven’t been able to find an example either. I am interested in finding the shortest path between two points in

Re: [Paraview] Building ParaView v5.1.2 on Linux from source with support for GPU and SWR.

2016-10-11 Thread Albina, Frank
Chuck, thank you very much for the info. This is most useful. Frank. From: Chuck Atkins [mailto:chuck.atk...@kitware.com] Sent: Dienstag, 11. Oktober 2016 21:28 To: Albina, Frank Subject: Re: [Paraview] Building ParaView v5.1.2 on Linux from source with support for GPU and SWR. b)Use the

[Paraview] 3D with Nvidia glasses

2016-10-11 Thread Gao
Hi all, I am trying to make the stereo 3D working on Paraview but it doesn't work. I don't know what is the problem. I got NVIDIA 3D VISION 2 glasses and set it up on my Windows 10 PC. Installed the driver for the QUADRO 4000 card. Tested with the Nvidia Control Panel (version 8.1.1030.0)

Re: [Paraview] Can't export to vector graphics in ParaView 5.0

2016-10-11 Thread David Lonie
On Tue, Oct 11, 2016 at 2:54 PM, Nicolás Guarín-Zapata wrote: > It might be known in the mailing list. But it is not written in the wiki > > http://www.paraview.org/Wiki/ParaView/Vector_Graphics_Export Updated. ___ Powered

Re: [Paraview] Can't export to vector graphics in ParaView 5.0

2016-10-11 Thread Nicolás Guarín-Zapata
It might be known in the mailing list. But it is not written in the wiki http://www.paraview.org/Wiki/ParaView/Vector_Graphics_Export or in the Guide. So I don't think that it was that obvious. Thanks for the reply, I will update it in my office as well then. On Tue, Oct 11, 2016 at 2:44

Re: [Paraview] Can't export to vector graphics in ParaView 5.0

2016-10-11 Thread David Lonie
The GL2PS library that we use to generate the vector exports didn't support our new rendering backend, so there was a brief period of time where VTK/ParaView applications using the OpenGL2 backend had to have the vector graphics export disabled. This included the 5.0 release. Since then we've

Re: [Paraview] Can't export to vector graphics in ParaView 5.0

2016-10-11 Thread David E DeMarle
Yes that is known. SVG output was temporarily lost in the initial transition to OpenGL"2" rendering back around 5.0. I think it returned before 5.1. Note also that if you built 5.0 from source but choose the OpenGL"1" backend instead of the then newly default OpenGL"2" you would also have it.

Re: [Paraview] Building ParaView v5.1.2 on Linux from source with support for GPU and SWR.

2016-10-11 Thread Chuck Atkins
Hi Frank, I tracked down the problem. The way the superbuild was calling ./configure for mesa was causing the default -O2 flags set by mesa's ./configure to get dropped, thus resulting in an unoptimized mesa build. I just merged a fix for both issues into the superbuild. -- Chuck

[Paraview] vtkTableAlgorithm

2016-10-11 Thread Dean, Kevin
I am currently trying to compose a plugin that updates a 2D histogram of my data. I was wondering if vtkTableAlgorithm is the base that I should use? Kevin -- This email and its contents are confidential. If you are not the intended recipient, please do not disclose or use the information

[Paraview] Can't export to vector graphics in ParaView 5.0

2016-10-11 Thread Nicolás Guarín-Zapata
Hello, In my laptop with Windows 10, ParaView 5.0 can't export to vector graphics formats. You can see a screenshot here: https://twitter.com/nicoguaro/status/785890202166321152?s=09 Nevertheless, I just downloaded and installed version 5.2 RC1 and the options appear. Is this a known

Re: [Paraview] bug report: xdmf AttributeType handling error

2016-10-11 Thread Chen Zhang
Hi Armin, I am using the v2.2 version of Xdmf, which is the default output xdmf version used by paraview 5.2 Thanks, Chenz > On Oct 11, 2016, at 1:57 PM, Armin Wehrfritz wrote: > > Hi Chenz, > > without commenting further on your problem, could you tell which Xdmf >

Re: [Paraview] bug report: xdmf AttributeType handling error

2016-10-11 Thread Armin Wehrfritz
Hi Chenz, without commenting further on your problem, could you tell which Xdmf version you are using. ParaView comes currently with two Xdmf implementations called "Xdmf" and "Xdmf3". Which one did you use for reading/writing your dataset? -Armin On 10/11/2016 07:32 PM, Chen Zhang wrote:

Re: [Paraview] [EXTERNAL] Re: create a time sequence from a steady-state vector

2016-10-11 Thread Scott, W Alan
There is also an example of a programmable filter with eigenvalues on the tutorial page here: http://www.paraview.org/Wiki/Python_calculator_and_programmable_filter. Towards the bottom is a link to principleStrainPython. Hope that helps. Alan On 10/11/16, 9:46 AM, "ParaView on behalf

[Paraview] bug report: xdmf AttributeType handling error

2016-10-11 Thread Chen Zhang
Hi, I recently noticed a strange error in xdmf reading. If a multi-demension array (e.g. 32x32x32x24 ) is exported to Xdmf format by paraview, it will generate something like this: test.h5:/Block_0_t00/Cell/resistance_slip Although the original data is a 24 length vector for

Re: [Paraview] create a time sequence from a steady-state vector

2016-10-11 Thread Utkarsh Ayachit
Using "Programmable Source" or "Prorgammable Filter" may be the best approach. Chapter 13 in the ParaView Guide covers a great deal of how programmable filter/source work. Give it a quick read and let me know if you need any assistance. Utkarsh On Tue, Oct 11, 2016 at 5:31 AM, Juan Carlos Araujo

[Paraview] What is LIBPROJ_USE_THREAD for?

2016-10-11 Thread SeongMo Yeon
I am working on RHEL 6 and pthread is installed in /usr/lib and /usr/lib64. for Paraview 5.1.2, cmake complains it cannot find thread with LIBPROJ_USE_THREAD ON and failed configurgation. After LIBPROJ_USE_THREAD OFF, configuration is finished with success. I want to know what

Re: [Paraview] Differences between OpenGL and OpenGL2 versions of ParaView

2016-10-11 Thread Adam Lyon
Hi Ken - Wow - that's awesome! Thanks very much! If I build ParaView from the master branch of GitLab, will I get these changes? If so, I can try it and let you know what I see. Thanks again! -- Adam ___ Powered by www.kitware.com Visit other Kitware

Re: [Paraview] [Paraview-developers] ParaView 5.2 Release Candidate 1 available for download

2016-10-11 Thread Utkarsh Ayachit
Folks, Among several new features, this release includes anti-aliasing support [1]. Currently, it's off by default. I'd encourage all testers and early adopters to turn it on and report any issues you notice. If we don't hear of any major obstacles, we would anti-aliasing on my default in the

Re: [Paraview] Differences between OpenGL and OpenGL2 versions of ParaView

2016-10-11 Thread Utkarsh Ayachit
Adam, You should be able to use the latest 5.2-RC1 binaries to test Ken's performance improvements out. Utkarsh On Tue, Oct 11, 2016 at 10:58 AM, Adam Lyon wrote: > Hi Ken - Wow - that's awesome! Thanks very much! If I build ParaView from > the master branch of GitLab, will I

Re: [Paraview] Differences between OpenGL and OpenGL2 versions of ParaView

2016-10-11 Thread Ken Martin
I finally did get around to this issue and have completely reworked the CompositePolyDataMapper2 for the OpenGL2 backend. Now there is only the fast path and your original dataset ***should*** render quickly with OpenGL2. These changes were merged into VTK last week and hopefully most of the kinks

[Paraview] ParaView 5.2 Release Candidate 1 available for download

2016-10-11 Thread Cory Quammen
On behalf of the ParaView development team, I am pleased to announce that ParaView 5.2 Release Candidate 1 binaries and source tarballs are now available for download at http://www.paraview.org/download/ Please let us know if you encounter any problems with this release candidate. Thanks, Cory

[Paraview] create a time sequence from a steady-state vector

2016-10-11 Thread Juan Carlos Araujo Cabarcas
Hi, I have been working with eigenstates of the wave equation and I would like to make videos of a time evolution. I have vectors of the form u(x,y) and I want to simply compute: Y(x,y,t) = u(x,y)*cos(t), for various values of t. (or any other function of t) The naĩve way of doing this (which is