[vtkusers] vtkExodusIIWriter: write out time steps subsequently

Nico Schlömer nico.schloemer at gmail.com
Tue May 14 16:02:54 EDT 2013


Hi,

I'd like to use the vtkExodusIIWriter <
http://www.vtk.org/doc/nightly/html/classvtkExodusIIWriter.html#a972a211a21c1ac071690de1566202873>
for writing out solutions subsequently.
I noticed that when instatiating the writer once and then just calling

  _writer->SetInput(vtk_mesh);

  _writer->Write();

with new input meshes, the files will always be overridden by the last mesh.
Also, how to set the time step dynamically just before writing?

Cheers,
Nico
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20130514/d0a0be6e/attachment.htm>


More information about the vtkusers mailing list