ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include "PidObservable.hpp"
#include "cell_system/CellStructure.hpp"
#include "system/System.hpp"
#include <algorithm>
#include <iterator>
#include <set>
#include <vector>
Go to the source code of this file.
Functions | |
auto | fetch_particles (std::vector< int > const &ids) |
Fetch a group of particles. | |
|
inline |
Fetch a group of particles.
ids | particle identifiers |
Definition at line 37 of file fetch_particles.hpp.
References System::get_system().
Referenced by Observables::PidObservable::operator()(), and Observables::RDF::operator()().