4#include "plugins/PluginBase.h"
5#include "utils/CommVar.h"
14#define FORMAT_SCI_MAX_DIGITS std::setw(24) << std::scientific << std::setprecision(std::numeric_limits<double>::digits10)
18 std::array<CommVar<std::vector<double> >,3> momentum;
19 std::array<std::vector<double>,3> mom_corr;
74 uint32_t sample, control, write;
88 std::array<double,3> drift;
92 std::vector<BinVectors> _sampling;
Definition: CavityEnsemble.h:20
Definition: ChemicalPotential.h:16
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
Definition: DriftCtrl.h:28
void beforeForces(ParticleContainer *particleContainer, DomainDecompBase *domainDecomp, unsigned long simstep) override
Method beforeForces will be called before forcefields have been applied no alterations w....
Definition: DriftCtrl.cpp:136
void finish(ParticleContainer *particleContainer, DomainDecompBase *domainDecomp, Domain *domain) override
Method finish will be called at the end of the simulation.
Definition: DriftCtrl.h:67
void endStep(ParticleContainer *particleContainer, DomainDecompBase *domainDecomp, Domain *domain, unsigned long simstep) override
Method endStep will be called at the end of each time step.
Definition: DriftCtrl.h:66
void init(ParticleContainer *particleContainer, DomainDecompBase *domainDecomp, Domain *domain) override
Method init will be called at the begin of the simulation.
Definition: DriftCtrl.cpp:24
void afterForces(ParticleContainer *particleContainer, DomainDecompBase *domainDecomp, unsigned long simstep) override
Method afterForces will be called after forcefields have been applied no sitewise Forces can be appli...
Definition: DriftCtrl.h:65
void readXML(XMLfileUnits &xmlconfig) override
Read in XML configuration for DriftCtrl and all its included objects.
Definition: DriftCtrl.cpp:96
std::string getPluginName() override
return the name of the plugin
Definition: DriftCtrl.h:68
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
Definition: DriftCtrl.h:16
Definition: DriftCtrl.h:73
Definition: DriftCtrl.h:81
Definition: DriftCtrl.h:79