Gromacs  2020.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes
#include "gromacs/utility/arrayref.h"
+ Include dependency graph for localatomset.h:
+ This graph shows which files directly or indirectly include this file:

Description

Declares gmx::LocalAtomSet.

Author
Christian Blau cblau.nosp@m.@gwd.nosp@m.g.de

Classes

class  gmx::LocalAtomSet
 A local atom set collects local, global and collective indices of the home atoms on a rank. The indices of the home atoms are automatically updated during domain decomposition, thus gmx::LocalAtomSet::localIndex enables iteration over local atoms properties like coordinates or forces. TODO: add a LocalAtomSet iterator. More...