Skip to content

[VTK][feature] Improve usability of VTK sequence writer

  • Expose clear() function of vtkwriter in the sequence writer (Fixes #77 (closed))
  • Create API for time stepping data, so that I don't have to always start from 0 (e.g. in case of a restart)
  • Test restart of VTKSequenceWriter
  • Add entry in changelog

Make VTKSequenceWriter suitable for restarted simulations, as discussed by the IO group on the Dune dev meeting 2018

Edited by Timo Koch

Merge request reports