![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include "ExclusionRadius.hpp"#include "cells.hpp"#include "particle_node.hpp"#include "system/System.hpp"#include <boost/mpi/collectives/all_reduce.hpp>#include <boost/mpi/collectives/broadcast.hpp>#include <boost/mpi/communicator.hpp>#include <algorithm>#include <cassert>#include <functional>#include <stdexcept>#include <string>#include <unordered_map>#include <vector>
Include dependency graph for ExclusionRadius.cpp:Go to the source code of this file.
Functions | |
| static auto | get_real_particle (boost::mpi::communicator const &comm, int p_id) |
|
static |
Definition at line 38 of file ExclusionRadius.cpp.
References System::get_system().
Referenced by ExclusionRadius::check_exclusion_range(), ExclusionRadius::check_exclusion_range(), and ScriptInterface::Particles::ParticleHandle::do_call_method().