Skip to content
Snippets Groups Projects
Commit ac7e15fe authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

extracted VTKSequenceWriter from feature/petsc_backend branch

parent fb04f146
Branches
No related tags found
1 merge request!76parallel filewriter
......@@ -45,6 +45,7 @@ namespace AMDiS
: VTKSequenceWriter<GridView>(std::make_shared<VTKWriter>(gridView, FWD(args)...))
{}
virtual ~VTKSequenceWriter() = default;
/// accessor for the underlying VTKWriter instance
std::shared_ptr<VTKWriter> const& vtkWriter() const
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment