![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include "ParticleList.hpp"#include "ParticleHandle.hpp"#include "ParticleSlice.hpp"#include "script_interface/ObjectState.hpp"#include "script_interface/ScriptInterface.hpp"#include "script_interface/system/Leaf.hpp"#include "core/cell_system/CellStructure.hpp"#include "core/exclusions.hpp"#include "core/particle_node.hpp"#include "core/system/System.hpp"#include <utils/Vector.hpp>#include <utils/mpi/gather_buffer.hpp>#include <utils/serialization/pack.hpp>#include <boost/mpi/collectives.hpp>#include <boost/mpi/communicator.hpp>#include <algorithm>#include <cstddef>#include <memory>#include <ranges>#include <stdexcept>#include <string>#include <unordered_map>#include <utility>#include <vector>
Include dependency graph for ParticleList.cpp:Go to the source code of this file.
Namespaces | |
| namespace | ScriptInterface |
| namespace | ScriptInterface::Particles |
Functions | |
| static void | ScriptInterface::Particles::auto_exclusions (boost::mpi::communicator const &comm, int const n_bonds_max) |
Use the bond topology to automatically add exclusions between particles that are up to n_bonds_max bonds apart in a chain. | |