Re: [Paraview] Memory leak with Catalyst

2016-05-24 Thread Utkarsh Ayachit
Guys, The multiblock writer issue is unrelated -- as far as I can tell. Esp since "If I take the image rendering out of my pipeline (comment out the RegisterView call) and leave the VTK file writing, it runs fine and doesn't report any leaks.". Here's the MR if you're interested in checking it o

Re: [Paraview] using contour plot with xdmf input

2016-05-24 Thread Utkarsh Ayachit
Stephanie, This is indeed weird, looks like I can apply the Contour filter but it doesn't produce any output. Did you say you were writing out VTK files before and it used to work then? Can you also share the VTK file that was working? Thanks Utkarsh On Tue, May 24, 2016 at 3:36 AM, Stephanie Wo

Re: [Paraview] using contour plot with xdmf input

2016-05-24 Thread Utkarsh Ayachit
Stephanie, Is it possible to share the full dataset to reproduce this issue? That will make things easier. Thanks, Ukarsh On Tue, May 24, 2016 at 3:36 AM, Stephanie Wollherr wrote: > > Hi all, > > > I'm using a xdmf input file to visualize my data output from a > simulation. Before, the output

Re: [Paraview] X3DExporter false mesh colouring?

2016-05-24 Thread Grothausmann, Roman Dr.
Many, many thanks Utkarsh for that quick fix! Yes, You are right, my VTK test was using point data, so the problem didn't appear. Thanks again for the great support. On 23/05/16 19:08, Utkarsh Ayachit wrote: Here's a fix for the same: https://gitlab.kitware.com/vtk/vtk/merge_requests/1517 Utk

[Paraview] using contour plot with xdmf input

2016-05-24 Thread Stephanie Wollherr
Hi all, I'm using a xdmf input file to visualize my data output from a simulation. Before, the output format was vtk. I could easily do contour plots using CellDataToPointData and than apply the Contour button. However with the xdmf format this is no longer possible. There is no error but it jus