Re: [Paraview] custom view plugin - minimal example needed

2018-01-26 Thread Mathieu Westphal
ctly. Best, <https://www.kitware.com/what-we-offer/#consulting> Mathieu Westphal [1] https://www.kitware.com/what-we-offer/#consulting On Fri, Jan 26, 2018 at 7:31 AM, Kolja Petersen wrote: > Dear Mathieu, > I may be missing the point of your suggested code. I asked whether plugi

Re: [Paraview] custom view plugin - minimal example needed

2018-01-23 Thread Mathieu Westphal
Thanks > Kolja > > > On Wed, Jan 17, 2018 at 9:55 AM, Mathieu Westphal < > mathieu.westp...@kitware.com> wrote: > >> Hi Kolja >> >> I have a simple view plugin project ongoing that I should be able to >> scale down for your needs. >> I will try to

Re: [Paraview] custom view plugin - minimal example needed

2018-01-17 Thread Mathieu Westphal
Hi Kolja I have a simple view plugin project ongoing that I should be able to scale down for your needs. I will try to find the time to do it before the end fo the week. Best, Mathieu Westphal On Tue, Jan 16, 2018 at 8:38 PM, Kolja Petersen wrote: > Is it possible to write a plugin t

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: > Thanks, > &

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 custom reader in Parav

Re: [Paraview] getting Client Info

2017-12-20 Thread Mathieu Westphal
Hello At least some of these information can be recovered via the PythonShell : >>> GetParaViewSourceVersion() 'paraview version 5.4.1-1057-g3ffb4b3e0a' >>> GetParaViewVersion() 5.4 Best, Mathieu Westphal On Wed, Dec 20, 2017 at 4:04 PM, Cory Quammen wro

Re: [Paraview] [vtkusers] How to create vtk/vtp file where is possible to enable/disable visibility of some objects

2017-12-19 Thread Mathieu Westphal
Hello Redirecting your mail to ParaView ML. This simplest way to do that is to use MultiBlockDatasets (.vtm) files. You can experiment in ParaView using the SphereSource, GroupDataset filter and Multiblock Inspector Dock widget. Best, Mathieu Westphal On Tue, Dec 19, 2017 at 8:25 AM, Alexey

Re: [Paraview] open .pvsm file

2017-12-18 Thread Mathieu Westphal
Hello Indeed, there is no way yet to be able to open a state file with a double click in the file explorer. Best, Mathieu Westphal On Mon, Dec 18, 2017 at 11:11 AM, Klara Schevenels < klara.scheven...@kuleuven.be> wrote: > Okay, when I do this starting from Paraview, it works! B

Re: [Paraview] open .pvsm file

2017-12-18 Thread Mathieu Westphal
Hello A .pvsm is not a "Data" file but a "State" file, you need to use "File->Load Stat" Best, Mathieu Westphal On Mon, Dec 18, 2017 at 11:04 AM, Klara Schevenels < klara.scheven...@kuleuven.be> wrote: > > > > > *From:* Klara Sc

Re: [Paraview] Paraview Simple Superquadric

2017-11-24 Thread Mathieu Westphal
tensors. Best, Mathieu Westphal On Thu, Nov 23, 2017 at 10:45 PM, wrote: > Rephrasing my question: > > > Attached a tensorsTest.vtu file which contains > > > "positions" > > > "axesScales", "phiAndTheta" and orientationTensors. &g

Re: [Paraview] NaN values

2017-11-13 Thread Mathieu Westphal
Hi Can you share your dataset ? Thanks, Mathieu Westphal On Mon, Nov 13, 2017 at 4:10 PM, Doina Gumeniuc (224252 MAHS) <224...@via.dk > wrote: > Hi Mathieu, > > > I am using a vtk poly data file, which when I load in paraview, it gives > me error (paraview just stops wor

Re: [Paraview] NaN values

2017-11-13 Thread Mathieu Westphal
Hi ParaView understand NaN correctly as blanks. If you are reading a .csv file, the correct string that is interpreted as NaN is "nan" without the quotes. Best, Mathieu Westphal On Mon, Nov 13, 2017 at 2:48 PM, Doina Gumeniuc (224252 MAHS) <224...@via.dk > wrote: > Hi all,

Re: [Paraview] C++ client, PV server

2017-10-30 Thread Mathieu Westphal
Hello You cannot use your own C++ client with the binary, since you will need to build your client againt a builded ParaView. However in the binaries you can find paraview executable wich is our main c++ client and can be used with pvserver. Best regards, Mathieu Westphal On Mon, Oct 30, 2017

Re: [Paraview] my current State/.pvsm ?

2017-10-26 Thread Mathieu Westphal
Hello It should be visible in the File->Recent Files menu Best, On 26 Oct 2017 4:58 pm, "Heiland, Randy" wrote: > I sometimes have multiple PVs running and don’t remember the names of the > .pvsm State files I've loaded into each. Then I want to Save State and it > pops up the file dialog to h

Re: [Paraview] Accessing particles generated by ParticleTracer

2017-10-19 Thread Mathieu Westphal
oint. Just copy the folder somewhere, build it and check it can be loaded in ParaView. Let me know if you run into any troubles. Best, Mathieu Westphal On Wed, Oct 18, 2017 at 6:30 PM, Van Moer, Mark W wrote: > Hi Mathieu, > > > > Thanks for the suggestions. I tried having a Pro

Re: [Paraview] vtkCutter

2017-10-17 Thread Mathieu Westphal
Hello It is called Slice, and is available in the Filters and in the Common Filters toolbar. Best, Mathieu Westphal On Tue, Oct 17, 2017 at 2:30 PM, Heiland, Randy wrote: > Is vtkCutter not directly accessible in PV (from the menus)? I’d like to > do something similar to: &

Re: [Paraview] Paraview 5.4.1 error message & freeze

2017-10-04 Thread Mathieu Westphal
My comment provide a reliable way to obtain the error you see, but I'm afraid it is not related to your problem, at least not directly. Mathieu Westphal On Wed, Oct 4, 2017 at 3:58 PM, Sonya Davydycheva wrote: > Thank you Mathieu, > > Could you please clarify if your comment is

Re: [Paraview] Paraview 5.4.1 error message & freeze

2017-10-04 Thread Mathieu Westphal
FYI it appears if I force the size of the remote rendering window on my tiling window manager. Irrelevant in microsoft windows context, but still. Mathieu Westphal On Tue, Oct 3, 2017 at 11:12 PM, Cory Quammen wrote: > On Tue, Oct 3, 2017 at 3:31 PM, Sonya Davydycheva > wrote: >

Re: [Paraview] Accessing particles generated by ParticleTracer

2017-09-26 Thread Mathieu Westphal
more efficient but you will need to know C++ and how to compile ParaView and a ParaView plugin. Best, Mathieu Westphal On Tue, Sep 26, 2017 at 3:53 PM, Van Moer, Mark W wrote: > Hi Mathieu, > > > > The full science context is, this is a simulation of a binary black hole > syst

Re: [Paraview] Accessing particles generated by ParticleTracer

2017-09-26 Thread Mathieu Westphal
Hello Can you give some context ? At which level of implementation are you trying to do that ? Best, Mathieu Westphal On Tue, Sep 26, 2017 at 12:09 AM, Van Moer, Mark W wrote: > Looks like I’d have to get at the std::vector > ParticleVector that’s inherited from vtkParticleTracerBas

Re: [Paraview] Apply Tecplot table format file (.dat)

2017-09-21 Thread Mathieu Westphal
your file manually or correct the way it was generated. Best, Mathieu Westphal On Thu, Sep 21, 2017 at 1:42 PM, Oh Hyejin wrote: > Hi, > > I attached the data set. When I hit the apply button, Paraview just get > stopped. And the error message says the program does not respond.

Re: [Paraview] Apply Tecplot table format file (.dat)

2017-09-21 Thread Mathieu Westphal
Hello Can you please share the error ? Can you share your dataset ? Best regards, Mathieu Westphal On Wed, Sep 20, 2017 at 8:08 PM, Oh Hyejin wrote: > Hi, > I am graduate student and having problem with applying data to paraview. > I loaded Tecplot table format file and when I hit

Re: [Paraview] problems with cylinder slice

2017-08-24 Thread Mathieu Westphal
Hello This is a bug in ParaView 5.4 and has been corrected already in the upcoming version, 5.4.1, soon to be released. Best Regards, Mathieu Westphal On Thu, Aug 24, 2017 at 9:02 AM, Bence Somogyi via ParaView < paraview@paraview.org> wrote: > Dear All, > > I have found a pr

Re: [Paraview] Question about plugins with Catalyst and Python scripts

2017-08-16 Thread Mathieu Westphal
Hi Yvan I understand your catalyst issue but I do not see any other solutions. Regarding loading a plugin from python, it actually is quite simple : >>> from paraview.simple import * >>> LoadPlugin("path/to/lib.so") Best regards, Mathieu Westphal On Wed, Aug

Re: [Paraview] Link between objects

2017-08-07 Thread Mathieu Westphal
all property at the level of the object. I am unsure if this is a missing feature or a bug, in any case, feel free to open an issue in the bugtracker, I see that you've already created an account. Thanks for your report. Regards, Mathieu Westphal On Sun, Aug 6, 2017 at 1:18 AM, Ric

Re: [Paraview] Paraview crashes when using point gaussian

2017-07-19 Thread Mathieu Westphal
" Regards, Mathieu Westphal On Wed, Jul 19, 2017 at 11:57 AM, Gabriel Nahas < gabrielrezendena...@gmail.com> wrote: > ​ > particle.0.geo > <https://drive.google.com/file/d/0B82TKdvFoURGazk0U2N2S242TDQ/view?usp=drive_web> > ​​ > particle.01

Re: [Paraview] Paraview crashes when using point gaussian

2017-07-19 Thread Mathieu Westphal
Dear Gabriel Could you send the associated .geo files please ? Regards, Mathieu Westphal On Wed, Jul 19, 2017 at 11:51 AM, Gabriel Nahas < gabrielrezendena...@gmail.com> wrote: > Dear all, > > I am uploading 2 cases files to paraview that are correctly uploaded as > far a

Re: [Paraview] [EXTERNAL] Add tkinter to Paraview without compiling?

2017-06-30 Thread Mathieu Westphal
-linux2', '/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old', '/usr/libib/python2.7/site-packages', '/usr/lib/python2.7/site-packages/gtk-2.0'] >>> You may notice the supplementary "/home/glow/tmp" in the second execution. So

[Paraview] ParaView Course October 11

2017-06-12 Thread Mathieu Westphal
://training.kitware.fr/browse/156 ParaView (French) : http://formations.kitware.fr/browse/156 Note that the course will be taught in English. If you have any question, please contact us at formations at http://www.kitware.fr Best Regards, Mathieu Westphal

Re: [Paraview] Overriding the maximal cylinder source resolution

2017-05-30 Thread Mathieu Westphal
use your new source with the binary release of ParaView Regards, Mathieu Westphal On Tue, May 30, 2017 at 5:27 AM, kenichiro yoshimi wrote: > Hi Tomislav, > > I find restriction on the resolution number of a cyliner source in > vtkCylinderSource.h, that is: > vtkSetClampMacro

Re: [Paraview] Unable to Display images in Paraview

2017-05-23 Thread Mathieu Westphal
Hello What are your computer specs ? Regards, Mathieu Westphal On Tue, May 23, 2017 at 4:45 PM, Animesh Dey wrote: > I recently downloaded Paraview (version 5.4) for Windows -10. I was able > to install the program successfully without any error messages. All default > settings were

Re: [Paraview] VTK classes not found in paraview

2017-05-17 Thread Mathieu Westphal
Hello This class is present in the last master of paraview with updated submodules : paraview/VTK/Imaging/Stencil/vtkPolyDataToImageStencil.cxx Regards, Mathieu Westphal On Wed, May 17, 2017 at 2:52 PM, Vogel Dorian wrote: > Hello all, > > Based on http://www.vtk.org/Wiki/VTK/Exa

Re: [Paraview] Rendering during transform filter?

2017-05-17 Thread Mathieu Westphal
Hello What you see is not the actual bounding box of the computed dataset, but merelly a box widget showing the transformation before it is computed. You can try to enable "Auto Apply" in settings in order to have the transform computed when you are moving the box. Regards, Mathieu We

[Paraview] Fwd: [ParaView.org Contact Form] Consulting form

2017-05-12 Thread Mathieu Westphal
ParaView? Best wishes, Kat *From:* Mathieu Westphal [mailto:mathieu.westp...@kitware.com] *Sent:* 11 May 2017 12:11 *To:* Helene Grandmontagne ; Parkins, Kat ; ParaView *Subject:* Re: [ParaView.org Contact Form] Consulting form Dear Mr. Parkins Since your question may be better suited for

Re: [Paraview] [ParaView.org Contact Form] Consulting form

2017-05-11 Thread Mathieu Westphal
Vidia 100M / Intel HD400 and after, with updated drivers) So as you can see, it is not much. Regards, Mathieu Westphal On Thu, May 11, 2017 at 7:38 AM, Helene Grandmontagne < helene.grandmonta...@kitware.com> wrote: > Hello, > > Est-ce que je peux te laisser lui

Re: [Paraview] workstation slow render

2017-05-09 Thread Mathieu Westphal
What is the content of the "Help->About" window ? Mathieu Westphal On Mon, May 8, 2017 at 11:02 PM, andrealphus wrote: > Trying to make some animations on a new workstation (everything is local!) > and things are unbelievably slow (my 8 year old mac pro runs faster with >

Re: [Paraview] Segfault wich ParaView 5.3

2017-05-04 Thread Mathieu Westphal
Hello Stefan Can you try to reproduce your problem by running paraview without user settings: ./bin/paraview -dr Regards, Mathieu Westphal On Thu, May 4, 2017 at 9:27 AM, Mathieu Westphal < mathieu.westp...@kitware.com> wrote: > Hello Stefan > > Does this happen when you start

Re: [Paraview] Segfault wich ParaView 5.3

2017-05-04 Thread Mathieu Westphal
Hello Stefan Does this happen when you startup ParaView, if not, what are you tring to do before the segfault ? 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 wrote: >

[Paraview] Fwd: [ParaView] Using MPI for raw file

2017-04-28 Thread Mathieu Westphal
Hi Daniel I do not know much about the .raw format, so i forwarded to the community to see if someone can help you. Regards, Mathieu Westphal -- Forwarded message -- From: Daniel lee Date: Fri, Apr 21, 2017 at 10:38 AM Subject: Re: [ParaView] Using MPI for raw file To: Mathieu

Re: [Paraview] ParaView 5.3.0 and Qt5 linking error

2017-04-22 Thread Mathieu Westphal
I'm using Archlinux myself. FYI ParaView 5.3 can be built with all dependency installed from pacman. No need to build anything yourself or install binary tgz from upstream. Regards, On 22 Apr 2017 1:07 am, "Fabian Wein" wrote: > Hi, > > in case you want to use superbuild, gcc 6.3.1 compiles qt

Re: [Paraview] [ParaView] Using MPI for raw file

2017-04-21 Thread Mathieu Westphal
Hello Daniel I've sent your mail to the community. I'm no expert in .raw file, all i know is you need to know exactly how is your binary data inside in order to be able to configure the reader and open the file. Can you send us en example of your data ? Regards, Mathieu Westphal O

Re: [Paraview] Superquadric tensor glyph

2017-03-24 Thread Mathieu Westphal
Hi There is already something called Tensor Glyph in ParaView, you may want to check it out. Regards, Mathieu Westphal On Thu, Mar 23, 2017 at 11:06 PM, wrote: > Dear Paraview users, > > > I would like to visualise non-spherical particles in paraview (super > ellipsoid

Re: [Paraview] Remote rendering to multiple displays

2017-03-15 Thread Mathieu Westphal
whole dataset will be transferred from the data server to the render server. Regards, Mathieu Westphal On Tue, Mar 14, 2017 at 8:30 PM, Léo Pessanha wrote: > I believe I was not clear. > > The 6 viewports I want to achieve cannot be in the GUI. They have to be > separate like when

Re: [Paraview] Remote rendering to multiple displays

2017-03-14 Thread Mathieu Westphal
not a problem. Mathieu Westphal On Mon, Mar 13, 2017 at 11:55 PM, Léo Pessanha wrote: > Hi! > > What would be the best approach in order to achieve this configurations: > > 1) Remote rendering in a cluster and one client with 6 viewports(Cubemap) > > 2) Remote rendering in a

Re: [Paraview] Field value question from a user

2017-03-13 Thread Mathieu Westphal
That's exactly how the force time filter is expected to be used. It could be more easy to use a PythonCalculator instead of a Programmable Filter. to obtain the same resultats. Regards, Mathieu Westphal On Mon, Mar 13, 2017 at 1:12 PM, Dennis Conklin wrote: > Alan, > > >

Re: [Paraview] Programmable Filter/Source 5.3 RC2

2017-03-08 Thread Mathieu Westphal
Hello This is indeed an issue , please add an issue in https://gitlab.kitware.com/paraview/paraview/issues Thanks Mathieu Westphal On Tue, Mar 7, 2017 at 5:36 PM, Rustem Khabetdinov < rustem.khabetdi...@gmail.com> wrote: > Hello, > > When I try to type any non-latin symbol

Re: [Paraview] Making a package for Nix system

2017-03-07 Thread Mathieu Westphal
Hi Without debug symbols, we can't really use the backtrace. Regarding 5.3 version, are you saying that it does not have the segfault ? Mathieu Westphal On Tue, Mar 7, 2017 at 4:29 PM, Yves Rogez < yves.ro...@univ-grenoble-alpes.fr> wrote: > Hi Mathieu, > > for info, here

Re: [Paraview] Paraview closes with a core dump

2017-02-24 Thread Mathieu Westphal
Great, happy to help. Mathieu Westphal On Fri, Feb 24, 2017 at 12:56 AM, Robert Sawko wrote: > Mathieu, > > Turned out that Intel was getting in the way... The integrated card was > somehow > conflicting with the discrete NVidia card and I had to reconfigure my X > se

Re: [Paraview] Paraview closes with a core dump

2017-02-22 Thread Mathieu Westphal
Hi Well, you found it yourself, looks like you have some problem with OpenGL and x windows. Can't help you much more here, let me know when you are able to fix it if paraview still crashes. Also, if glxinfo does not work, i would expect all x application to crash as well. Regards, Ma

Re: [Paraview] Paraview closes with a core dump

2017-02-22 Thread Mathieu Westphal
3 if (!v) 2 { 1 vtkErrorMacro(<< "Could not find a decent visual\n"); 485abort(); 1 } Regards Mathieu Westphal On Wed, Feb 22, 2017 at 6:01 PM, Robert Sawko wrote: > Thanks. Here's the gdb output. I did compile in Debug mode. >

Re: [Paraview] Paraview closes with a core dump

2017-02-22 Thread Mathieu Westphal
Hi Please make sure ParaView is compiled in Debug, run it with gdb, then forward the backtrace. Mathieu Westphal On Wed, Feb 22, 2017 at 5:49 PM, Robert Sawko wrote: > Unfortunately even a minimal compilation of ParaView (no options). I am > attaching the stack trace. Let me know if yo

Re: [Paraview] Paraview closes with a core dump

2017-02-22 Thread Mathieu Westphal
You are right, i did not check the core dump. Let me know how it goes. Mathieu Westphal On Wed, Feb 22, 2017 at 2:36 PM, Robert Sawko wrote: > I was convinced I attached stack trace too. Please see core.dump file. It > may > be a red herring but there are several references to libQt5C

Re: [Paraview] Paraview closes with a core dump

2017-02-22 Thread Mathieu Westphal
and build - If it stills segfault, run with gdb and report the backtrace - Try with qt5 as well. Regards Mathieu Westphal On Wed, Feb 22, 2017 at 2:12 PM, Robert Sawko wrote: > Hi, > > This is Arch Linux user again. Parview no longer opens for me. It just ends > with a core dump (a

Re: [Paraview] Copying representation properties

2017-02-14 Thread Mathieu Westphal
Works perfectly on ParaView 5.2.0 on Windows 10. you may want to try and reproduce this behavior on other computers/OSes. And let us know how you use this feature. Regards, Mathieu Westphal On Sun, Feb 12, 2017 at 1:31 PM, Dimitrova, Maria < maria.dimitr...@helsinki.fi> wrote: >

Re: [Paraview] Making a package for Nix system

2017-02-10 Thread Mathieu Westphal
Hi Yves In order to test with the last version, you do not need to compile, you can download a nightly build on the ParaView download page. (Highest number means newer). Let me know how it goes. I will defer to others regarding the packaging question. Mathieu Westphal On Fri, Feb 10, 2017 at

Re: [Paraview] Problem with exporting spreadsheet view

2017-02-10 Thread Mathieu Westphal
John, I'm able to reproduce the bug in client/server Could you submit an issue at https://gitlab.kitware.com/paraview/paraview/issues , so we can look into it ? Thanks Mathieu Westphal On Fri, Feb 10, 2017 at 3:29 AM, Mathieu Westphal < mathieu.westp...@kitware.com> wrote: > Joh

Re: [Paraview] Copying representation properties

2017-02-10 Thread Mathieu Westphal
Hello I will not be able to test this version right away, will let you know. Mathieu Westphal On Fri, Feb 10, 2017 at 1:06 PM, Dimitrova, Maria < maria.dimitr...@helsinki.fi> wrote: > Hello, > > > Thank you for the quick reply. I use the Windows 64 bit MPI OpenCL ver

Re: [Paraview] Copying representation properties

2017-02-10 Thread Mathieu Westphal
Hello I just checked, to copy->Paste feature is working perfectly on ParaView master git. Which version of ParaView are you using ? Regards, Mathieu Westphal On Fri, Feb 10, 2017 at 10:23 AM, Dimitrova, Maria < maria.dimitr...@helsinki.fi> wrote: > Dear all, > > > Is th

Re: [Paraview] Making a package for Nix system

2017-02-09 Thread Mathieu Westphal
Debug, and then run it with a debuger, in order to get a backtrace of the segfault. Best Regards, Mathieu Westphal On Thu, Feb 9, 2017 at 6:09 PM, Yves Rogez < yves.ro...@univ-grenoble-alpes.fr> wrote: > Dear Paraview team, > > we are currently studying the opportunity of migratin

Re: [Paraview] Problem with exporting spreadsheet view

2017-02-09 Thread Mathieu Westphal
John, FYI, Save Data and Export scene (the bouton on the spreadsheet is a shortcut ot export scene) are different mechanism. Regards, Mathieu Westphal On Fri, Feb 10, 2017 at 2:24 AM, John Haase wrote: > Shawn, > > I sometimes get the "..." in Paraview as well. > >

[Paraview] Support for accentuated and special characters for filepath in ParaView

2017-02-08 Thread Mathieu Westphal
it on, but if anybody can try on other type of alphabet (Chinese, Russian, Korean), please test it, especially on windows. It has just been merged into ParaView master, so be sure to use the last git master of ParaView for testing this. Mathieu Westphal PS : I've CC this mail to a few peopl

Re: [Paraview] vtkSocketCommunicator (0x9be6300): Could not receive tag. 1

2017-01-14 Thread Mathieu Westphal
Hi Does it fails with all files ? Do you download the sources from paraview website ? Can you try with the binary version of ParaView on your computer ? Regards, Mathieu Westphal On Fri, Jan 13, 2017 at 9:22 PM, Mehrdad Yousefi wrote: > Hi, > > I compiled ParaView 5.2 on our clu

Re: [Paraview] How to load different data files for multiple pvservers

2017-01-10 Thread Mathieu Westphal
Hi Sure, take a look into vtkXMLPolyDataWriter Regards Mathieu Westphal On Tue, Jan 10, 2017 at 2:56 PM, 张驭洲 wrote: > > Hi Mathieu, > > Thank you for the quick reply! I have some .vtp files and tried the way > you told me, and got the result what I want. However, I do

Re: [Paraview] How to load different data files for multiple pvservers

2017-01-10 Thread Mathieu Westphal
Hi It is quite simple. First convert your file to modern file type, eg .vtu , .vtp or .vti Then manually create a .pvtu/p/i with the correct syntax. Take a look at the attached file file.pvtp Regards Mathieu Westphal On Tue, Jan 10, 2017 at 12:41 PM, 张驭洲 wrote: > > > Hello, >

Re: [Paraview] get name of source in pipeline gui

2017-01-09 Thread Mathieu Westphal
Hi pxm = servermanager.ProxyManager() a=GetActiveSource() pxm.GetProxyName('sources',a.SMProxy) 'Box1' Regards, Mathieu Westphal On Sun, Jan 8, 2017 at 12:37 PM, Bob Flandard wrote: > Hi, > > How to get the name of the active source in the pipeline? (the gui

Re: [Paraview] [ParaView] data from multiple servers rendered in the same view

2017-01-09 Thread Mathieu Westphal
he "adjust camera" dialog, you can set opacity and hide the background. Regards, Mathieu Westphal On Sun, Jan 8, 2017 at 6:22 PM, claude wrote: > Hello Sam, > > thank you for the quick reply, I may not be doing it properly then. Each > time I toggle on the object to view, i

Re: [Paraview] slicing a large VTK_POLYHEDRON

2017-01-04 Thread Mathieu Westphal
Hi It may be a different issue than the one i'm fixing. If you can share the segfaulting polyhedron, please do so i can take a look when i get back on this issue ( which my not be soon, feel free to find other solutions) Regards, Mathieu Westphal On Tue, Jan 3, 2017 at 10:46 PM, Pierr

Re: [Paraview] slicing a large VTK_POLYHEDRON

2017-01-03 Thread Mathieu Westphal
Hi Indeed, incorrect copy paste. thanks for pointing it out. Mathieu Westphal On Tue, Jan 3, 2017 at 4:46 PM, T.J. Corona wrote: > Hi Mathieu and Pierre, > > Perhaps you meant to point to this “work in progress” branch? > > https://gitlab.kitware.com/vtk/vtk/merge_requests/208

Re: [Paraview] slicing a large VTK_POLYHEDRON

2017-01-03 Thread Mathieu Westphal
your issue : https://gitlab.kitware.com/vtk/vtk/merge_requests/2304 You could of course modify your data to tetrahedron with tetrahedralize filter. Regards, Mathieu Westphal On Tue, Jan 3, 2017 at 4:10 PM, Pierre Van Hauwaert < pie...@rtech-engineering.nl> wrote: > Hi, > &g

Re: [Paraview] Crash when loading VTK data on XMLMultiBlock format

2016-12-16 Thread Mathieu Westphal
Hi Including the actual data may help. Regards. Mathieu Westphal On Fri, Dec 16, 2016 at 2:15 PM, Patricio Palma C. wrote: > Hello > ​​ > I'm new in this list, sorry if the following question is too easy. I have > data produced by vtkXMLMultiBlockDataWriter (a index file

Re: [Paraview] Surface Streamlines

2016-12-14 Thread Mathieu Westphal
Hi Sorry for the delayed answers. You are right indeed, I suggest you to submit an issue on the gitlab bugtracker. https://gitlab.kitware.com/paraview/paraview/issues Regards, Mathieu Westphal On Wed, Jun 8, 2016 at 5:54 PM, Hora David wrote: > Hello everybody > > I observed a pro

[Paraview] VTK/Paraview Courses in May

2016-12-05 Thread Mathieu Westphal
(English) : http://training.kitware.fr/browse/145 ParaView (French) : http://formations.kitware.fr/browse/145 Note that the course will be taught in English. If you have any question, please contact us at formations at kitware.fr Thank you, Mathieu Westphal

Re: [Paraview] Find Data does not work on MPI

2016-12-04 Thread Mathieu Westphal
Hello You must use the mpirun/mpiexec provided by ParaView, not your own. Regards On 4 Dec 2016 4:02 am, "Magician" wrote: > Hi Cory, > > > Thanks for your advice. > I tried some minimal cases again. > > I executed pvserver with 2 CPUs, and generate a wavelet source. > Then I tried to select t

Re: [Paraview] Optional input ports

2016-11-15 Thread Mathieu Westphal
s way with multicorelative, and it seems to change trigger a recomputation of the filter with different results. Regards, Mathieu Westphal On Tue, Nov 15, 2016 at 10:19 PM, Cornelis Bockemühl < cornelis.bockemu...@gmail.com> wrote: > Dear Mathieu, > > As I said I do not think it

Re: [Paraview] Optional input ports

2016-11-15 Thread Mathieu Westphal
Hello Can you provide your xml file ? Regards, Mathieu Westphal On Tue, Nov 15, 2016 at 9:07 PM, Cornelis Bockemühl < cornelis.bockemu...@gmail.com> wrote: > Looks like I may have to provide an example that everybody can follow!? > > The "Multicorrelative Statistics"

Re: [Paraview] Tiled Display

2016-10-17 Thread Mathieu Westphal
-machinefile path/to/your/machine/file -np 4 ./pvserver you machine file should like this : //machinefile: hostnameA hostnameB and each machine must be accessible via ssh. Once again, it is nothing specific to ParaView, but to MPI. Regards, Mathieu Westphal On Mon, Oct

Re: [Paraview] Specify render window size

2016-10-05 Thread Mathieu Westphal
correct value (333x860), it only resize the view, not the view layout 5. Create three view by divising vertically 6. Resize the view layouts manually to align vith the view edge, the "eye-balling" is much more precise then. Hope this helps Regards, Mathieu Westphal On Wed, Oct 5, 201

Re: [Paraview] How to combine multiple domain results into one?

2016-10-05 Thread Mathieu Westphal
Hello You can select all your data, then use "Group DataSets" then "Merge Blocks". Regards, Mathieu Westphal On Wed, Oct 5, 2016 at 2:17 AM, Frank Ding wrote: > This is a beginner question. I have 64-core run result files which have 64 > domain results for each ou

Re: [Paraview] PV 4.10 how to locate x, y, z for negative pressure at a point

2016-09-16 Thread Mathieu Westphal
Hello is it CellData or PointData ? Mathieu Westphal On Fri, Sep 16, 2016 at 4:02 PM, Stephen Wornom wrote: > Thanks Mattieu, > iformation shows my data range for pressure > -1106.5 15.3889 > PV does not give the id or cell number > run query selection is blank so I put >

Re: [Paraview] Lock Data Range for multiple attributes

2016-09-15 Thread Mathieu Westphal
ke a bug to me. Regards, Mathieu Westphal On Thu, Sep 15, 2016 at 11:30 AM, wrote: > Hello Mathieu > > Thank you for your answer. Unfortunately I don't quite understand :(. I > tried to > duplicate the first and last point of LUT.RGBPoints (which are initially > correct >

Re: [Paraview] PV 4.10 how to locate x, y, z for negative pressure at a point

2016-09-14 Thread Mathieu Westphal
Hello With Edit->FindData you will be able to write a simple query to find the cells or points where this happens. Regards, Mathieu Westphal On Wed, Sep 14, 2016 at 1:11 PM, Stephen Wornom wrote: > PV information shows a negative pressure, how can I locate the coordinates >

Re: [Paraview] VTK/Paraview Courses in October

2016-09-05 Thread Mathieu Westphal
ParaView (English) : http://training.kitware.fr/browse/131 ParaView (French) : http://formations.kitware.fr/browse/131 Note that the course will be taught in English. If you have any question, please contact us at formations at http://www.kitware.fr Thank you, Mathieu Westphal Mathieu Westphal On

[Paraview] Glyph3D Representation Move to plugin.

2016-08-19 Thread Mathieu Westphal
representation class in ParaView or using a cmake var instead, please do so. https://gitlab.kitware.com/paraview/paraview/merge_requests/953#note_154612 Regards. Mathieu Westphal ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [Paraview] Hover Point bug with multiblock dataset

2016-08-04 Thread Mathieu Westphal
Hello Indeed, there is a bug here. I will report it on the bug tracker asap. Thanks for reporting. Regards, On Tue, Aug 2, 2016 at 8:00 PM, Bob Flandard wrote: > Hello, > > Please see attached state file that demonstrates possible bug when using > Hover Points to query data on a mesh. > > Sweep

Re: [Paraview] plume tracking-trajectory

2016-07-27 Thread Mathieu Westphal
No ratings necessary, my pleasure to help. Regards, Mathieu Westphal On Tue, Jul 26, 2016 at 5:53 PM, Konstantinos Panagiotou < panagiotou.konstanti...@ucy.ac.cy> wrote: > Thanks a lot!! > very simple answer :) I wish you all the best.And thanks for your patient. > Btw, can i r

Re: [Paraview] plume tracking-trajectory

2016-07-26 Thread Mathieu Westphal
Hello You can use the filter ParticleToPathLines on the TableToPoints filter to visualize the path of your particle. Mathieu Westphal On Tue, Jul 26, 2016 at 5:39 PM, Konstantinos Panagiotou < panagiotou.konstanti...@ucy.ac.cy> wrote: > I hope this time is ok > the vtk file

Re: [Paraview] plume tracking-trajectory

2016-07-26 Thread Mathieu Westphal
I am unable to load your pvsm. Please provide all the data needed by your pvsm in order for me to load it. Mathieu Westphal On Tue, Jul 26, 2016 at 5:03 PM, Konstantinos Panagiotou < panagiotou.konstanti...@ucy.ac.cy> wrote: > hello > i have loaded the csv data and a vtk file,a cube

Re: [Paraview] plume tracking-trajectory

2016-07-26 Thread Mathieu Westphal
Your data does not seem to be correctly formated. Can you send me an associated pvsm file ? Mathieu Westphal On Tue, Jul 26, 2016 at 4:08 PM, Konstantinos Panagiotou < panagiotou.konstanti...@ucy.ac.cy> wrote: > Dear Mathieu, > i have installed cmake and qt in order to use cmak

Re: [Paraview] plume tracking-trajectory

2016-07-26 Thread Mathieu Westphal
Please keep the ml in the loop so everyone can follow this. Please open you csv data, save it as a .vtp file and send it to me (if it's not too big) Regards, Mathieu Westphal On Tue, Jul 26, 2016 at 12:55 PM, Konstantinos Panagiotou < panagiotou.konstanti...@ucy.ac.cy> wrote: >

Re: [Paraview] plume tracking-trajectory

2016-07-21 Thread Mathieu Westphal
Hello You should have a look to ParticlePath filter. Regards Mathieu Westphal On Thu, Jul 21, 2016 at 10:38 AM, Konstantinos Panagiotou < panagiotou.konstanti...@ucy.ac.cy> wrote: > Hi, > i am having a problem on plotting the trajectory of a single particle at > the top of

[Paraview] VTK/Paraview Courses in October

2016-07-06 Thread Mathieu Westphal
ParaView (English) : http://training.kitware.fr/browse/131 ParaView (French) : http://formations.kitware.fr/browse/131 Note that the course will be taught in English. If you have any question, please contact us at formations at http://www.kitware.fr Thank you, Mathieu Westphal

Re: [Paraview] Plugin Debug

2016-07-01 Thread Mathieu Westphal
Hello Are you using windows or linux ? Regards, Mathieu Westphal On Fri, Jul 1, 2016 at 5:05 AM, Шагит Зиганшин wrote: > Hi! > > How to debug plugin in Paraview 5.1 in Windows, if Paraview force close > after loading plugin? > > Best regards,

Re: [Paraview] [Paraview-developers] ParaView bug hackathon

2016-06-23 Thread Mathieu Westphal
Joachim and I will also be remotelly present ! Mathieu Westphal On Tue, Jun 21, 2016 at 5:40 PM, David E DeMarle wrote: > I'd like to add review of merge requests to the agenda. > On Jun 20, 2016 10:57 PM, "Utkarsh Ayachit" > wrote: > >> +1. I will be there

Re: [Paraview] Automatically updating time variable dataset

2016-06-22 Thread Mathieu Westphal
Hello A work around would be to declare two (fake) timestep in your reader and play the animation in loop in paraview. Regards, Mathieu Westphal On Wed, Jun 22, 2016 at 12:51 PM, corinna reuter wrote: > A question to the specialists: > Can Paraview refresh its view automatically

Re: [Paraview] include could not find load file: vtkModuleAPI

2016-05-27 Thread Mathieu Westphal
Hi You probably forgot to "git submodule update --init" Regards Mathieu Westphal On Fri, May 27, 2016 at 10:25 AM, Nico Schlömer wrote: > When configuring ParaView with > ``` > cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON > -

Re: [Paraview] Problems about calculate the difference between two datasets

2016-05-23 Thread Mathieu Westphal
Hello Actually no, it is actually ordered by proxy global id order, wich is basically random from a user point of view. This is not a wanted behavior but ordering using the order of selection would need some refactoring. Regards, Mathieu Westphal On Mon, May 23, 2016 at 8:19 AM, Favre Jean

Re: [Paraview] Problems about calculate the difference between two datasets

2016-05-22 Thread Mathieu Westphal
Hello Python calculator is the way to go here inputs[0].PointData['flux1'] - inputs[1].PointData['flux2'] Beware of the order of the input, they will be ordered randomly by paraview, but you can reorder them wia the python shell, or modify your python-calculator script.

Re: [Paraview] WG: Visualizing load paths

2016-05-12 Thread Mathieu Westphal
Hello ParaView StreamTracer works only on 3-components arrays, not 6-components array. You will need to convert your tensors into a vectors before being able to use it with the StreamTracer. Regards, Mathieu Westphal On Thu, May 12, 2016 at 2:23 PM, Sellmann, Kai Asaad < asaad.sellm...@r

Re: [Paraview] Paraview compile download timeout

2016-05-10 Thread Mathieu Westphal
We are experiencing timeout with midas currently. Please recompile, it should work. Mathieu Westphal On Tue, May 10, 2016 at 10:56 AM, Daniel Zuidinga wrote: > Hello, > > when compiling paraview I get the error: > > > http://midas3.kitware.com/midas/api/rest?method=midas.

Re: [Paraview] ParaView : resolve the error message.

2016-05-06 Thread Mathieu Westphal
Looks like your try to visualize your data which is of VTK_CHAR format, which is unsupported. I can't tell much more without the actual data. Mathieu Westphal On Fri, May 6, 2016 at 6:38 PM, Chathuri Gunasekera wrote: > Hello, > Thank you so much for your response, Mathieu. > >

  1   2   >