|
group_particles
|
Specialization of the Callback::BaseProperties type to particles. More...
#include <callback.hpp>

Public Member Functions | |
| std::array< coord_t, 3 > | coord (const coord_t *grp_coord) const |
| Returns relative position of particle with respect to a group, respecting periodic boundary conditions. | |
Public Member Functions inherited from Callback< AFields >::BaseProperties< AFields::ParticleFields > | |
| auto | coord () const |
| auto | get () const |
| Returns the individual properties. | |
Specialization of the Callback::BaseProperties type to particles.
|
inline |
Returns relative position of particle with respect to a group, respecting periodic boundary conditions.
| [in] | grp_coord | the group's coordinates (3 coord_t values) |