5 #ifndef BOUNDARY_VTKWRITER_H
6 #define BOUNDARY_VTKWRITER_H
37 return "BoundaryVTKWriter";
Definition: BaseVTKWriter.h:18
Container to store pointers to all BaseBoundary objects.
Definition: BoundaryHandler.h:17
Definition: BoundaryVTKWriter.h:12
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:19
void writeVTK() const override
writes a vtk file
Definition: BoundaryVTKWriter.cc:8
BoundaryVTKWriter(const BoundaryVTKWriter &)=default
Default copy constructor.
std::string getName() const
the name of the class in the restart file
Definition: BoundaryVTKWriter.h:35
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)
std::string string(const unsigned &i)
Definition: oomph_definitions.cc:286