Re: [Paraview] Coprocessing with many time steps

2017-09-28 Thread Samuel Key
Hermano, Here is an example *pvd file. Samuel Key FMA Development 1005 39th Ave NE Great Falls, Montana,  USA On 9/28/2017 1:21 PM, Andy Bauer wrote: Hi, The XML readers and writers don't properly support time so currently the best way would be to create a pvd file which would contain the

Re: [Paraview] Coprocessing with many time steps

2017-09-28 Thread Andy Bauer
Hi, The XML readers and writers don't properly support time so currently the best way would be to create a pvd file which would contain the time and time step information. I don't know of anything in VTK or ParaView that writes out pvd files (I only see a vtkPVDReader in ParaView) but the format

Re: [Paraview] Coprocessing with many time steps

2017-09-28 Thread Hermano Lustosa
Ohh I see... Just another quick question. Currently, I am creating a series of VTU and VTI files whose names follow the pattern mysimulation-t%d. With %d being replaced by an integer index identifying the time step. I am about to code a simple PVD writer to consolidate the output and also to

Re: [Paraview] Coprocessing with many time steps

2017-09-28 Thread Andy Bauer
Hi, The TemporalStatistics filter (or any other filter that iterates through time steps) doesn't currently work with Catalyst. We hope to change this in the future but because of the way that the ParaView pipeline works it makes it a non-trivial change. Andy On Thu, Sep 28, 2017 at 2:40 PM,

[Paraview] Coprocessing with many time steps

2017-09-28 Thread Hermano Lustosa
I have doubt about using paraview catalyst from my simulation code. Suppose I created a simple Paraview pipeline containing the TemporalStatistics filter only. Initially, it is not clear for which "dummy" source is adequate for the script. I used a simple programmable source or even a

[Paraview] Remote rendering through reverse SSH breaks with a GLX error

2017-09-28 Thread Robert Sawko
Dear Paraviewers, I am trying to run Paraview in a client-server mode on a remote compute node using a reverse SSH through the login node. I have successfully worked out my port forwarding skulduggery and was able to connect to a host which does NOT run X server. Inside my local client. I do get

Re: [Paraview] Force or deactivate some Readers. Reuse the Paraview already running

2017-09-28 Thread Utkarsh Ayachit
> 1) I always work with xmdf files and every time I have to choose the reader > to use in the menu, can we deactivate or force the use of a specific reader > in the command line? Not currently, but that's a nice and easy feature to add. Feel free to report a feature request. > 2) also if I run a

[Paraview] Force or deactivate some Readers. Reuse the Paraview already running

2017-09-28 Thread Felipe Bordeu
I already put this in a feature request, but I dont know if someone is interested: 1) I always work with xmdf files and every time I have to choose the reader to use in the menu, can we deactivate or force the use of a specific reader in the command line? I know a can change the extension of my

[Paraview] XDMF Version 2 and 3 Differences

2017-09-28 Thread Michael Jackson
Where might I find the differences between XDMF version 2 and 3? Our project writes a .xdmf file along side our HDF5 file so that ParaView can visualize the data. Ever since ParaView version 5.x was released with the XDMF 3 included we always have to select the "XDMF Writer" when opening the