![]() |
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>
Include dependency graph for Particle.hpp:Go to the source code of this file.
Classes | |
| struct | ParticleParametersSwimming |
| Properties of a self-propelled particle. More... | |
| struct | ThermalStonerWohlfarthParameters |
| Properties for thermal Stoner-Wohlfarth magnetodynamics. 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 | ParticleProperties::VirtualSitesCenterOfMassParameters |
| Relate this particle to a molecule center of mass. 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... | |