ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <particle_observables/observable.hpp>
#include "Observable.hpp"
#include "Particle.hpp"
#include "ParticleTraits.hpp"
#include <utils/Vector.hpp>
#include <utils/flatten.hpp>
#include <boost/mpi/collectives/gather.hpp>
#include <boost/mpi/collectives/reduce.hpp>
#include <boost/serialization/utility.hpp>
#include <boost/serialization/vector.hpp>
#include <algorithm>
#include <cassert>
#include <cstddef>
#include <iterator>
#include <type_traits>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | Observables::PidObservable |
Particle-based observable. More... | |
class | Observables::ParticleObservable< ObsType > |
This class implements an interface to the particle_observables library that implements necessary algorithms needed for observables that are based on single particle properties. More... | |
struct | Observables::ParticleObservable< ObsType >::is_map< T > |
struct | Observables::ParticleObservable< ObsType >::is_map< ParticleObservables::Map< T > > |
Namespaces | |
namespace | Observables |
Typedefs | |
using | Observables::ParticleReferenceRange = std::vector< std::reference_wrapper< Particle const > > |