Go to the documentation of this file.
4 #ifndef DUNE_VTKSEQUENCE_HH
5 #define DUNE_VTKSEQUENCE_HH
9 #include <dune/common/deprecated.hh>
25 template<
class Gr
idView >
42 const std::string& name )
69 const std::string& name,
70 const std::string& path,
71 const std::string& extendpath )
87 const std::string& name,
88 const std::string& path,
89 const std::string& extendpath,
93 gridView.comm().rank(), gridView.comm().size())
107 template<
class Gr
idView >
109 DUNE_DEPRECATED_MSG(
"Use VTKSequenceWriter together with a SubsamplingVTKWriter instead of SubsamplingVTKSequenceWriter!")
110 SubsamplingVTKSequenceWriter :
111 public VTKSequenceWriterBase<GridView>
114 explicit SubsamplingVTKSequenceWriter (
const GridView &gridView,
116 const std::string& name,
117 const std::string& path,
118 const std::string& extendpath)
119 : VTKSequenceWriterBase<GridView>(std::make_shared<SubsamplingVTKWriter<GridView> >(gridView,level_),
120 name,path,extendpath,
121 gridView.comm().rank(), gridView.comm().size())
VTKSequenceWriter(const GridView &gridView, const std::string &name, const std::string &path, const std::string &extendpath, VTK::DataMode dm=VTK::conforming)
Constructor creating its own VTKWriter object.
Definition: vtksequencewriter.hh:86
@ conforming
Output conforming data.
Definition: common.hh:72
Base class to write pvd-files which contains a list of all collected vtk-files.
Definition: vtksequencewriterbase.hh:31
Provides file i/o for the visualization toolkit.
const std::shared_ptr< VTKWriter< GridView > > & vtkWriter() const
Definition: vtksequencewriterbase.hh:61
Provides subsampled file i/o for the visualization toolkit.
VTKSequenceWriter(std::shared_ptr< VTKWriter< GridView > > vtkWriter, const std::string &name)
Constructor with a given VTKWriter or SubsamplingVTKWriter.
Definition: vtksequencewriter.hh:41
Writer for the ouput of grid functions in the vtk format.
Definition: vtksequencewriter.hh:26
struct DUNE_DEPRECATED_MSG("The MCMG layout classes have been deprecated. Pass `mcmgElementLayout()` to the constructor instead") MCMGElementLayout
Layout template for elements.
Definition: mcmgmapper.hh:49
Grid view abstract base class.
Definition: common/gridview.hh:59
Writer for the ouput of grid functions in the vtk format.
Definition: vtkwriter.hh:91
VTKSequenceWriter(std::shared_ptr< VTKWriter< GridView > > vtkWriter, const std::string &name, const std::string &path, const std::string &extendpath)
Constructor with a given VTKWriter or SubsamplingVTKWriter.
Definition: vtksequencewriter.hh:68
DataMode
Whether to produce conforming or non-conforming output.
Definition: common.hh:66
Include standard header files.
Definition: agrid.hh:58