Re: [Paraview] Changing line width or edge color with a filter

2017-10-16 Thread kenichiro yoshimi
Hi There may not be a filter to control them. But such options are found by clicking the advanced button (little gear icon) on the Properties tab: --- line width: Properties tab > Styling > Line width Edge Color: Properties tab > Edge Styling > Edge Color --- Regards 2017-10-17 0:28 GMT+09:00

Re: [Paraview] [EXTERNAL] pvserver MPI issue

2017-10-16 Thread Quentin d'Avout
Thanks Joachim. It was indeed an issue of not using the right mpiexec. On Mon, Oct 16, 2017 at 10:46 AM, Joachim Pouderoux < joachim.pouder...@kitware.com> wrote: > To be more specific, you have to run something like: > $ /pathToPV5.0/lib/paraview-5.0/mpiexec -np 32 /pathToPV5.0/bin/pvserver >

Re: [Paraview] [EXTERNAL] pvserver MPI issue

2017-10-16 Thread Joachim Pouderoux
To be more specific, you have to run something like: $ /pathToPV5.0/lib/paraview-5.0/mpiexec -np 32 /pathToPV5.0/bin/pvserver Joachim *Joachim Pouderoux*, PhD *Technical Expert - Scientific Computing Team* *Kitware SAS * 2017-10-16 13:27 GMT-04:00 Joachim Pouderoux

Re: [Paraview] [EXTERNAL] pvserver MPI issue

2017-10-16 Thread Joachim Pouderoux
Again Quentin, which "mpiexec" program are you using? The parallel PVServer is supposed to open just one socket to accept client's connection. Otherwise it just means that the MPI context is not correctly setup. It occures if PVServer has not been built with MPI support OR you do not use the

Re: [Paraview] [EXTERNAL] pvserver MPI issue

2017-10-16 Thread Quentin d'Avout
Hi Joachim, I’m running: mpirun -np 32 pvserver --server-port=%PV_SERVER_PORT% per paraView’s website. Launching the pvserver is not the issue, connecting to it in the paraview GUI is. Thanks. *From:* Joachim Pouderoux [mailto:joachim.pouder...@kitware.com] *Sent:* Monday, October 16,

[Paraview] Changing line width or edge color with a filter

2017-10-16 Thread JAIRAJ MATHUR
Hey all I have unstructured grid data which has connected elements. Is there a way I can apply a filter to control the width/color of the edges of these elements based on a parameter? Thanking you -- Jairaj Mathur, Mechanical Engineering Washington University in St Louis

[Paraview] xdmf & polygons

2017-10-16 Thread Xavier Garnaud
Hello, I have a polygonal mesh stored in a cgns file and I am tryng to write the corresponding xdmf files (to be more flexible than with a cgns reader). I attached 3 simple examples: test_mixed works fine.xdmf works fine, the other two do not. In order to have a xdmf file that corresponds to the

Re: [Paraview] Add data to the pipeline browser via CLI

2017-10-16 Thread Utkarsh Ayachit
This is currently not supported, I am afraid. On Mon, Oct 16, 2017 at 6:57 AM, Nicolas Cedilnik wrote: > Hello, > > I'm wondering if there is an option somewhere or a CLI argument to "open" > a file (from the file manager or terminal) in the last opened paraview >

[Paraview] Add data to the pipeline browser via CLI

2017-10-16 Thread Nicolas Cedilnik
Hello, I'm wondering if there is an option somewhere or a CLI argument to "open" a file (from the file manager or terminal) in the last opened paraview window. Right now it launches a new paraview instance for every file I open. My workaround is to use drag'n'drop but I'd be happy avoid