Skip to content
Snippets Groups Projects
Commit 0c636138 authored by Elias Pipping's avatar Elias Pipping
Browse files

[Output] Raw VTK output

parent f710c456
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ void MyVTKWriter<VertexBasis, CellBasis>::write(
writer.addCellData(stressPointer);
std::string const filename = prefix + std::to_string(record);
writer.write(filename.c_str());
writer.write(filename.c_str(), Dune::VTK::appendedraw);
}
#include "vtk_tmpl.cc"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment