ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include "config/config.hpp"
#include "BondList.hpp"
#include "PropagationMode.hpp"
#include <utils/Vector.hpp>
#include <utils/compact_vector.hpp>
#include <utils/math/quaternion.hpp>
#include <utils/quaternion.hpp>
#include <boost/container/vector.hpp>
#include <boost/serialization/is_bitwise_serializable.hpp>
#include <boost/serialization/level.hpp>
#include <boost/serialization/vector.hpp>
#include <algorithm>
#include <cassert>
#include <cstdint>
#include <vector>
Go to the source code of this file.
Classes | |
struct | ParticleParametersSwimming |
Properties of a self-propelled particle. More... | |
struct | ParticleProperties |
Properties of a particle which are not supposed to change during the integration, but have to be known for all ghosts. More... | |
struct | ParticleProperties::VirtualSitesRelativeParameters |
The following properties define, with respect to which real particle a virtual site is placed and at what distance. More... | |
struct | ParticlePosition |
Positional information on a particle. More... | |
struct | ParticleForce |
Force information on a particle. More... | |
struct | ParticleMomentum |
Momentum information on a particle. More... | |
struct | ParticleLocal |
Information on a particle that is needed only on the node the particle belongs to. More... | |
struct | ParticleRattle |
struct | Particle |
Struct holding all information for one particle. More... | |