[Paraview] Multiple monitor display

2013-12-23 Thread mathieu . westphal
Hello I am looking for a way to display a renderView or a whole pqTabbedMultiView into another windows so it can be put in another window I still need to be able to see other renderView on the main window. Is it possible ? Mathieu ___ Powered by

[Paraview] Master cmake error

2014-01-24 Thread mathieu . westphal
Hello i've just cloned the git repo I can't event configure , i've got the followings errors : CMake Error at CMakeLists.txt:537 (include): include could not find load file: vtkModuleAPI CMake Error at CMakeLists.txt:538 (include): include could not find load file:

[Paraview] Missing feature in ./Qt/Core/pqObjectBuilder.cxx

2014-01-29 Thread mathieu . westphal
Hello in pqObjectBuilder::createFilter, there is a properties parameter wich is suposed to allow programmer to pass properties to ther filter. Yet it seems in pqSMAdaptor::FILE_LIST type property are taken in account : QMapQString, QVariant::const_iterator mapIter; for (mapIter =

[Paraview] qsqlquery compilation error

2014-02-06 Thread mathieu . westphal
Hello I'm trying to compile a fresh version of paraview with the following setup module load gnu-devel/4.4.6 module load cmake/2.8.11.2_gcc-4.4.6 module load qt/4.8.3_gcc-4.4.6 module load python/2.7.5_gcc-4.4.6 export CFLAGS= -pthread $CFLAGS export CXXFLAGS=$CFLAGS export LDFLAGS= -lpthread

[Paraview] Multi-core custom applications

2014-02-10 Thread mathieu . westphal
Hello it appears, from vtkProcessModuleAutoMPI.cxx n taht pvserver MUST be in the binary dir to be able to use Multi-core option. Shouldn't it be configurable in cmake at least ? and even automatically found by cmake ? Mathieu ___ Powered by

[Paraview] Programmatically create a Contour filter

2014-02-10 Thread mathieu . westphal
Hello The following code give me a segfault, can't find why : // input port QMap QString, QList pqOutputPort* input; input.insert( QString( Input ), arrivalTimes-getOutputPorts() ); pqObjectBuilder* builder = pqApplicationCore::instance()-getObjectBuilder();

[Paraview] Access Point Data in Custom Application

2014-02-11 Thread mathieu . westphal
Hello What is the correct way to acces PointData of a DataSet in C++ code of a custom Application ? Thanks Mathieu ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please

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 <nico.schloe...@gmail.com> wrote: > When configuring ParaView with > ``` > cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFIL

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 <corinnareute...@gmail.com> wrote: > A question to the specialists: > Can Paraview refr

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 <dave.dema...@kitware.com> wrote: > I'd like to add review of merge requests to the agenda. > On Jun 20, 2016 10:57 PM, "Utkarsh Ayachit" <utkarsh.aya

[Paraview] VTK/Paraview Courses in June

2016-04-29 Thread Mathieu Westphal
Thank you, Mathieu Westphal ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView

Re: [Paraview] pv freezes when merging blocks of angular periodic filter data

2016-04-30 Thread Mathieu Westphal
I will take a look at it next week. Regards, Mathieu Westphal On Sat, Apr 30, 2016 at 11:03 AM, Gena Bug <archaero...@mail.ru> wrote: > UPD: Seems it somehow related to cell-data vector arrays, because it works > with point-data arrays. > > I attached a smallest

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. Mathieu Westphal

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] 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] Problem importing vtk inside pvpython

2016-05-05 Thread Mathieu Westphal
pvpython is a paraview client, and it is not suposed to execute vtk code, wich is executed on the server. in pvpython you can do: from paraview import * What are you trying to achieve ? Mathieu Westphal On Thu, May 5, 2016 at 5:40 PM, Ganesh Vijayakumar <ganesh.i...@gmail.com> wrote: &

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 <cguna...@gmail.com> wrote: > Hello, > Thank you so much for your respo

Re: [Paraview] Plugin Compatibility (Medreader)

2016-05-06 Thread Mathieu Westphal
Miss the link to the tutorial : http://www.ogoethel.de/?e=12 Mathieu Westphal On Fri, May 6, 2016 at 3:47 PM, Mathieu Westphal < mathieu.westp...@kitware.com> wrote: > Hello > > Sadly this plugin is out dated, and is made to work with paraview 3.14 > There is no reason for i

Re: [Paraview] Plugin Compatibility (Medreader)

2016-05-06 Thread Mathieu Westphal
, using the version of salome that fits your need, but i can't give you assurance that it will work, I tried it myself but quickly run into issues. Good luck, and in case you want support, don't hesitate to ask kitware commercial team. Regards, Mathieu Westphal On Fri, May 6, 2016 at 3:21 PM, Daniel

Re: [Paraview] pv freezes when merging blocks of angular periodic filter data

2016-05-02 Thread Mathieu Westphal
This bug has already been corrected in the master branch of paraview. You can clone it and compile it, or wait for ParaView 5.0.1 to come out in a few weeks. Regards, Mathieu Westphal On Sat, Apr 30, 2016 at 12:04 PM, Mathieu Westphal < mathieu.westp...@kitware.com> wrote: > I will ta

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

2016-05-06 Thread Mathieu Westphal
Hello This is actually a truncated error message, could you check the "Console View" checkbox in the error message dialog to get a more informative message ? Mathieu Westphal On Fri, May 6, 2016 at 1:20 PM, Chathuri Gunasekera <cguna...@gmail.com> wrote: > Hello, > >

Re: [Paraview] Plugin Compatibility (Medreader)

2016-05-06 Thread Mathieu Westphal
Hello As far as I know, there is no officially supported MEDReader plugin for paraview. There is a working one, part of the Salome project. Other versions can be found on the internet. Which plugin are you referring to ? Can you provide a upstream link ? Regards, Mathieu Westphal On Fri, May

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 <i...@seoaachen.de> wrote: > Hello, > > when compiling paraview I get the error: > > > http://midas3.kitware.c

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
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: > Hell

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 c

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

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-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, Шагит Зиганшин <ziganshinsha...@hotmail.com> wrote: > Hi! > > How to debug plugin in Paraview 5.1 in Windows, if Paraview force close > after loading plugin? > > Best reg

[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 people who

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 <robertsa...@gmail.com> wrote: > Hi, > > This is Arch Linux user again. Parview no longer opens for m

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 <robertsa...@gmail.com> wrote: > I was convinced I attached stack trace too. Please see core.dump file. It > may > be a red herring but th

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 <robertsa...@gmail.com> wrote: > Mathieu, > > Turned out that Intel was getting in the way... The integrated card was > somehow > conflicting with the discrete NVidia card and I ha

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, Mathieu

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 <robertsa...@gmail.com> wrote: > Unfortunately even a minimal compilation of ParaView (no options). I am > attaching the

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 <robertsa...@gmail.com> wrote: > Thanks. Here's the gdb output. I did co

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] 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 <jhaa...@nd.edu> wrote: > Shawn, > > I sometimes get the "..." in Paravi

Re: [Paraview] Making a package for Nix system

2017-02-09 Thread Mathieu Westphal
in 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] 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, > > > I

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] 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: > John, &g

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

[Paraview] Glyph3D Representation Move to plugin.

2016-08-19 Thread Mathieu Westphal
the 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

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

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

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 <stephen.wor...@inria.fr> wrote: > PV information shows a negative pressure, how

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 <fd...@strongtie.com> wrote: > This is a beginner question. I have 64-core run result files which have 64 >

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] Lock Data Range for multiple attributes

2016-09-15 Thread Mathieu Westphal
bug to me. Regards, Mathieu Westphal On Thu, Sep 15, 2016 at 11:30 AM, <postgu...@web.de> 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

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 <stephen.wor...@inria.fr> 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 se

Re: [Paraview] Optional input ports

2016-11-15 Thread Mathieu Westphal
t this 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

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] 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 <david.h...@iwf.mavt.ethz.ch> wrote: > Hello

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. <patric...@gmail.com> wrote: > Hello > ​​ > I'm new in this list, sorry if the following question is too easy. I have > data produced by vtkXMLMultiBlockD

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 <yous...@g.clemson.edu> wrote: > Hi, > > I compil

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. >

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, >

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 <bfland...@gmail.com> wrote: > Hi, > > How to get the name of the active source in the pipeline

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

2017-01-09 Thread Mathieu Westphal
uot;adjust camera" dialog, you can set opacity and hide the background. Regards, Mathieu Westphal On Sun, Jan 8, 2017 at 6:22 PM, claude <cla...@theweak.link> wrote: > Hello Sam, > > thank you for the quick reply, I may not be doing it properly then. Each > time I togg

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, Pierre Van

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, 张驭洲 <yzhzh...@ipe.ac.cn>

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, 张驭洲 <yzhzh...@ipe.ac.cn> 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 w

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, <d.r.tunugun...@utwente.nl> wrote: > Dear Paraview users, > > > I would like to visualise non-spherical particles

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 <leonardopessanh...@gmail.com> wrote: > I believe I was not clear. > > The 6 viewports I want to achieve cannot be in the

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,

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] 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 <dennis_conk...@goodyear.com >

Re: [Paraview] Remote rendering to multiple displays

2017-03-14 Thread Mathieu Westphal
are not a problem. Mathieu Westphal On Mon, Mar 13, 2017 at 11:55 PM, Léo Pessanha <leonardopessanh...@gmail.com > 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(C

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 i

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 9, 2

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] 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.01050.g

[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 <lkylove2...@gmail.com> Date: Fri, Apr 21, 2017 at 10:38 AM Subject: Re: [ParaView] Usi

Re: [Paraview] Link between objects

2017-08-07 Thread Mathieu Westphal
ly link 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, Riccardo Rossi &

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

2017-05-11 Thread Mathieu Westphal
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 répon

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 <andrealp...@gmail.com> wrote: > Trying to make some animations on a new workstation (everything is local!) > and things are unbelievably slow (my 8 yea

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, Mathie

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 <dorian.vo...@fhnw.ch> wrote: > Hello all, > > Based on htt

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

2017-05-12 Thread Mathieu Westphal
these with ParaView? Best wishes, Kat *From:* Mathieu Westphal [mailto:mathieu.westp...@kitware.com] *Sent:* 11 May 2017 12:11 *To:* Helene Grandmontagne <helene.grandmonta...@kitware.com>; Parkins, Kat <k.park...@imperial.ac.uk>; ParaView <paraview@paraview.org> *Subject:* Re: [ParaVie

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 <a...@vextec.com> wrote: > I recently downloaded Paraview (version 5.4) for Windows -10. I was able > to install the program successfully without any error messages.

Re: [Paraview] Overriding the maximal cylinder source resolution

2017-05-30 Thread Mathieu Westphal
to use your new source with the binary release of ParaView Regards, Mathieu Westphal On Tue, May 30, 2017 at 5:27 AM, kenichiro yoshimi <rccm.kyosh...@gmail.com> wrote: > Hi Tomislav, > > I find restriction on the resolution number of a cyliner source in > v

[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] 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 s

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 <stefan.mel...@dlr

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 <oh.hye...@stonybrook.edu> wrote: > Hi, > > I attached the data set. When I hit the apply button, Paraview just get > stopped. And the error message say

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 <oh.hye...@stonybrook.edu> wrote: > Hi, > I am graduate student and having problem with applying data to paraview. > I loaded Tecplot ta

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 <cory.quam...@kitware.com> wrote: > On Tue, Oct 3, 2017 at 3:31 PM, Sonya Da

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 <sda...@gmail.com> wrote: > Thank you Mathieu, > > Could you please clarify

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 <heil...@iu.edu> wrote: > Is vtkCutter not directly accessible in PV (from the menus)? I’d like to > do somet

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 <mvanm...@illinois.edu> wrote: > Hi Mathieu, > > > > The full science context is, this is a simulation of a

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 <mvanm...@illinois.edu> wrote: > Looks like I’d have to get at the std::vector > ParticleVector that’s in

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

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 <mvanm...@illinois.edu> wrote: > Hi Mathieu, > > > > Thanks for

Re: [Paraview] Paraview Simple Superquadric

2017-11-24 Thread Mathieu Westphal
tensors. Best, Mathieu Westphal On Thu, Nov 23, 2017 at 10:45 PM, <d.r.tunugun...@utwente.nl> wrote: > Rephrasing my question: > > > Attached a tensorsTest.vtu file which contains > > > "positions" > > > "axesScales", "phiAndTheta"

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:* Kl

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] [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

  1   2   >