5 #ifndef INTERACTION_VTKWRITER_H
6 #define INTERACTION_VTKWRITER_H
37 return "InteractionVTKWriter";
Definition: BaseVTKWriter.h:18
Container to store Interaction objects.
Definition: InteractionHandler.h:25
Definition: InteractionVTKWriter.h:12
InteractionVTKWriter(InteractionHandler &interactionHandler)
Non-default constructor; sets the handler and fileCounter.
Definition: InteractionVTKWriter.h:19
void writeVTKPointData(std::fstream &file) const
writes the point data to the vtu file (i.e. options how to color the interactions displayed in paravi...
Definition: InteractionVTKWriter.cc:31
void writeVTKPoints(std::fstream &file) const
writes the point data to the vtu file (i.e. the vertices of the mesh displayed in paraview)
Definition: InteractionVTKWriter.cc:21
std::string getName() const
the name of the class in the restart file
Definition: InteractionVTKWriter.h:35
void writeVTK() const override
writes a vtk file
Definition: InteractionVTKWriter.cc:8
InteractionVTKWriter(const InteractionVTKWriter &)=default
Default copy constructor.
std::string string(const unsigned &i)
Definition: oomph_definitions.cc:286