ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
ParticleDecomposition.hpp File Reference
#include "cell_system/Cell.hpp"
#include "BoxGeometry.hpp"
#include "ghosts.hpp"
#include <utils/Span.hpp>
#include <utils/Vector.hpp>
#include <boost/optional.hpp>
#include <boost/variant.hpp>
#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 = boost::variant< RemovedParticle, ModifiedList >
 Change of Particle Address.
 

Typedef Documentation

◆ ParticleChange

using ParticleChange = boost::variant<RemovedParticle, ModifiedList>

Change of Particle Address.

Definition at line 46 of file ParticleDecomposition.hpp.