 |
revision: v0.14
|
Go to the documentation of this file.
27 #ifndef MERCURY_VTKWRITER_H
28 #define MERCURY_VTKWRITER_H
60 #endif //MERCURY_VTKWRITER_H
Definition: BaseVTKWriter.h:40
Definition: ParticleVtkWriter.h:34
void writeVTKPositions(std::fstream &file) const
Definition: ParticleVtkWriter.cc:29
unsigned int getSize() const
Gets the size of the particleHandler (including mpi and periodic particles)
Definition: BaseHandler.h:655
virtual std::string getNameVTK(unsigned i) const
Definition: BaseParticle.cc:832
bool isMPIParticle() const
Indicates if this particle is a ghost in the MPI domain.
Definition: BaseParticle.cc:175
ParticleVtkWriter(ParticleHandler &particleHandler)
Definition: ParticleVtkWriter.h:38
virtual ~ParticleVtkWriter()=default
void writeVTKIndSpecies(std::fstream &file) const
Definition: ParticleVtkWriter.cc:49
const std::complex< Mdouble > i
Definition: ExtendedMath.h:51
bool particleMustBeWritten(BaseParticle *particle) const
Definition: ParticleVtkWriter.h:53
T * getLastObject()
Gets a pointer to the last Object in this BaseHandler.
Definition: BaseHandler.h:634
Definition: BaseParticle.h:54
void writeExtraFields(std::fstream &file) const
Definition: ParticleVtkWriter.cc:67
ParticleHandler & handler_
particle handler from which the particles should be written
Definition: BaseVTKWriter.h:72
Container to store all BaseParticle.
Definition: ParticleHandler.h:48
virtual std::string getName() const =0
bool isPeriodicGhostParticle() const
Indicates if this particle is a ghost in the periodic boundary.
Definition: BaseParticle.cc:291
virtual std::string getTypeVTK(unsigned i) const
Definition: BaseParticle.cc:827