27 #ifndef BOUNDARY_VTKWRITER_H
28 #define BOUNDARY_VTKWRITER_H
59 return "BoundaryVTKWriter";
Definition: BaseVTKWriter.h:40
Container to store pointers to all BaseBoundary objects.
Definition: BoundaryHandler.h:39
Definition: BoundaryVTKWriter.h:34
void writeVTKPoints(std::fstream &file) const
writes the point data to the vtu file (i.e. the vertices of the mesh displayed in paraview)
BoundaryVTKWriter(BoundaryHandler &boundaryHandler)
Non-default constructor; sets the handler and fileCounter.
Definition: BoundaryVTKWriter.h:41
void writeVTK() const override
writes a vtk file
Definition: BoundaryVTKWriter.cc:29
BoundaryVTKWriter(const BoundaryVTKWriter &)=default
Default copy constructor.
std::string getName() const
the name of the class in the restart file
Definition: BoundaryVTKWriter.h:57
void writeVTKPointData(std::fstream &file) const
writes the point data to the vtu file (i.e. options how to color the boundarys displayed in paraview)