10#include "plugins/PluginBase.h"
12#define FORMAT_SCI_MAX_DIGITS std::setw(24) << std::scientific << std::setprecision(std::numeric_limits<double>::digits10)
47 void initDataStructures();
50 void resetLocalValues();
54 uint64_t _writeFrequency;
56 std::vector<double> _dMaxValuesLocal;
57 std::vector<double> _dMaxValuesGlobal;
58 uint32_t _numQuantities;
59 uint32_t _numValsPerQuantity;
60 uint32_t _numValsPerComponent;
61 uint32_t _numComponents;
handle boundary region and multiple processes
Definition: DomainDecompBase.h:51
This class is used to read in the phasespace and to handle macroscopic values.
Definition: Domain.h:47
Writes max values of velocity angular momentum and force to a file.
Definition: MaxWriter.h:18
void endStep(ParticleContainer *particleContainer, DomainDecompBase *domainDecomp, Domain *domain, unsigned long simstep)
Method endStep will be called at the end of each time step.
Definition: MaxWriter.cpp:117
void init(ParticleContainer *particleContainer, DomainDecompBase *domainDecomp, Domain *domain)
Method init will be called at the begin of the simulation.
Definition: MaxWriter.cpp:49
void finish(ParticleContainer *particleContainer, DomainDecompBase *domainDecomp, Domain *domain)
Method finish will be called at the end of the simulation.
Definition: MaxWriter.cpp:131
virtual void readXML(XMLfileUnits &xmlconfig)
Read in XML configuration for MaxWriter and all its included objects.
Definition: MaxWriter.cpp:33
std::string getPluginName()
return the name of the plugin
Definition: MaxWriter.h:41
This Interface is used to get access to particles and pairs of particles.
Definition: ParticleContainer.h:69
The PluginBase class provides the interface for any kind of output/plugin classes - called "(output) ...
Definition: PluginBase.h:47
XML file with unit attributes abstraction.
Definition: xmlfileUnits.h:25
::xsd::cxx::tree::string< char, simple_type > string
C++ type corresponding to the string XML Schema built-in type.
Definition: vtk-punstructured.h:270