Add support for checkpointing to VTKSequenceWriter
Compare changes
Files
2@@ -39,13 +39,15 @@ namespace Dune {
@@ -68,13 +70,15 @@ namespace Dune {
@@ -87,10 +91,12 @@ namespace Dune {
In order to support checkpointing, we need to be able to set an initial list of already written times and to read that list from the writer.