Base class to write pvd-files which contains a list of all collected vtk-files. This is a modified version of DUNE's pvd writer which takes a VTKWriter as template argument making it more general.
#include <vector>#include <iostream>#include <sstream>#include <fstream>#include <iomanip>#include <memory>#include <dune/grid/io/file/vtk/common.hh>#include <dune/common/path.hh>Go to the source code of this file.
| Classes | |
| class | Dumux::VTKSequenceWriter< VTKWriter > | 
| Base class to write pvd-files which contains a list of all collected vtk-files. This is a modified version of DUNE's pvd writer which takes a VTKWriter as template argument making it more general.  More... | |
| Namespaces | |
| namespace | Dumux |