Gromacs
2026.0-dev-20250207-8469bad
|
#include <variant>
#include <vector>
#include "gromacs/domdec/hashedmap.h"
#include "gromacs/utility/gmxassert.h"
Defines structures and functions for mapping from global to local atom indices. The functions are performance critical and should be inlined.
Classes | |
class | gmx_ga2la_t |
Global to local atom mapping. More... | |
struct | gmx_ga2la_t::Entry |
Structure for the local atom info. More... | |