![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include "cell_system/Cell.hpp"#include "BoxGeometry.hpp"#include "ghosts.hpp"#include <utils/Vector.hpp>#include <optional>#include <span>#include <variant>#include <vector>
Include dependency graph for ParticleDecomposition.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | RemovedParticle |
| struct | ModifiedList |
| class | ParticleDecomposition |
| A distributed particle decomposition. More... | |
Typedefs | |
| using | ParticleChange = std::variant< RemovedParticle, ModifiedList > |
| Change of Particle Address. | |
| using ParticleChange = std::variant<RemovedParticle, ModifiedList> |
Change of Particle Address.
Definition at line 45 of file ParticleDecomposition.hpp.