Re: [Paraview] VTK-file written by ParaView cannot be read by ParaView

2012-11-29 Thread Sebastien Jourdain
vtk is a valid extension but maybe not for the writer factory for some reason. On Wed, Nov 28, 2012 at 3:10 PM, Ian Krukow wrote: > Ok, that helps for a possible solution. Thanks! > With > > writer = CreateWriter('sol_i=0.vtm') > writer.UpdatePipeline() > > I get an XML file, that can be loaded

Re: [Paraview] VTK-file written by ParaView cannot be read by ParaView

2012-11-28 Thread Ian Krukow
Ok, that helps for a possible solution. Thanks! With writer = CreateWriter('sol_i=0.vtm') writer.UpdatePipeline() I get an XML file, that can be loaded back into ParaView. --- Still the behaviour I noticed before remains strange. I used the extension ".vtk". From the GUI, I chose "Save Data", a

Re: [Paraview] VTK-file written by ParaView cannot be read by ParaView

2012-11-28 Thread Sebastien Jourdain
There is no multi-block legacy format. What file extension did you try to write ? It should be .vtm by default. On Wed, Nov 28, 2012 at 11:52 AM, Ian Krukow wrote: > Hi, > > I have loaded an EnSight file (results from an external code) into > ParaView, taken a slice from it and saved it in Lega

[Paraview] VTK-file written by ParaView cannot be read by ParaView

2012-11-28 Thread Ian Krukow
Hi, I have loaded an EnSight file (results from an external code) into ParaView, taken a slice from it and saved it in Legacy VTK format. The result is a VTK file with multiblock datasets. When I try to load it again, ParaView does not recognise the file format and asks me to choose a reader.