Re: [Paraview] How to create a vtkModule in Paraview

2017-06-05 Thread Utkarsh Ayachit
Simon, While plugins can have internal modules, it's really not designed to share those with other plugins. You have two options: 1. combine both plugins into a single one. 2. make the module a standard ParaView/VTK module that added via PARAVIEW_EXTERNAL_MODULE_ROOTS CMake variable, then the

Re: [Paraview] Fwd: [Catalyst] Extracting and saving data from a spreadsheet

2017-06-05 Thread Utkarsh Ayachit
Renato, Are you running into issues with what the script ? Why you have acess to global controller via vtkMultiProcessController::GetController() and you can check the rank id etc, I don't think you'd need to. The CSVWriter will only write on root node after accumulating data from all ranks.

[Paraview] using cell data for plot over line

2017-06-05 Thread Saideep Pavuluri
Hi; I am trying to use the plot over line utility. I use OpenFOAM and the field variables are stored at the cell centres. When I use "plot over line" the cell data are interpolated to the faces and then plotted (which masks a few detailed information). Is there a way to plot the cell data

Re: [Paraview] Fwd: [Catalyst] Extracting and saving data from a spreadsheet

2017-06-05 Thread Renato Elias
Yep, it's working fine... (in fact, it's only giving an annoying warning message regarding unsynbcronized time value but it's a minor issue...) Warning: In /home/rnelias/ParaView-v5.4.0-RC3/ParaViewCore/VTKExtensions/Core/vtkPVTrivialProducer.cxx, line 119 vtkPVTrivialProducer (0x801b910):

Re: [Paraview] Fwd: [Catalyst] Extracting and saving data from a spreadsheet

2017-06-05 Thread Utkarsh Ayachit
> BTW, where can I report a bug? In the (very) past, Kitware had a Mantis bug > tracking system but I have no idea if it's still being used... > I've sent a message regarding a bug straight to the mailling list that is > probably not the best channel to send it... Here's the new bug tracker:

Re: [Paraview] unable to fetch servers?

2017-06-05 Thread Utkarsh Ayachit
Seems to work fine for me right now. Can you try again please? On Mon, Jun 5, 2017 at 4:37 PM, Vanmoer, Mark W wrote: > Hello, Fetch Servers seems to be unable to fetch. I have a user who > confirms it was like this yesterday, too. > >

Re: [Paraview] unable to fetch servers?

2017-06-05 Thread Vanmoer, Mark W
With a 5.3.0 client, it seems to connect, but doesn’t show any servers, it’s just blank. With 4.4.0, it hangs on the Fetching configurations… message box. I can access https://www.paraview.org/files/pvsc in Chrome. From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent: Monday, June 05,

[Paraview] unable to fetch servers?

2017-06-05 Thread Vanmoer, Mark W
Hello, Fetch Servers seems to be unable to fetch. I have a user who confirms it was like this yesterday, too. ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep