#1247 VTKSequenceWriter ignores path for pvd file

Metadata

Property Value
Reported by Martin Rueckl (mrueckl@physik.hu-berlin.de)
Reported at Feb 5, 2013 14:41
Type Bug Report
Version 2.2
Operating System Unspecified / All

Description

Hi dune-team, I have no idea if it is the intended behaviour, for me it would make more sense if the .pvd file goes to the same location as the .pvtu files. i don't see a ways to work around this without changing the writer :-/

in file dune/grid/io/file/vtk/vtksequencewriter.hh line 42:

pvdname << name << ".pvd"; -> pvdname << path << "/" << name << ".pvd";

HtH, Martin