52 std::array<unsigned long, 3> determineMolsPerDimension(
unsigned long targetTotalNumMols, std::array<double, 3> boxLength)
const;
void readXML(XMLfileUnits &xmlconfig)
Read in XML configuration for MkTcTSGenerator and all its included objects.
Definition: CubicGridGeneratorInternal.cpp:29
unsigned long readPhaseSpace(ParticleContainer *particleContainer, Domain *domain, DomainDecompBase *domainDecomp)
read the actual phase space information
Definition: CubicGridGeneratorInternal.cpp:61
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
This Interface is used to get access to particles and pairs of particles.
Definition: ParticleContainer.h:69