#include <cstddef>
#include <array>
#include <memory>
#include <vector>
#include "gromacs/domdec/domdec_zones.h"
#include "gromacs/gpu_utils/hostallocator.h"
#include "gromacs/math/vectypes.h"
#include "gromacs/topology/block.h"
#include "gromacs/topology/idef.h"
#include "gromacs/utility/defaultinitializationallocator.h"
#include "gromacs/utility/gmxmpi.h"
#include "gromacs/utility/range.h"
#include "gromacs/utility/real.h"
|
static bool | isValidGlobalAtom (const int globalAtomIndex) |
|
static bool | DDMAIN (const gmx_domdec_t &dd) |
| Are we the main node for domain decomposition.
|
|
static bool | DDMAIN (const gmx_domdec_t *dd) |
| Are we the main node for domain decomposition, deprecated.
|
|
static bool isValidGlobalAtom |
( |
const int |
globalAtomIndex | ) |
|
|
inlinestatic |
Return whether globalAtomIndex
is a valid global atom (and not a filler particle)
- Parameters
-
[in] | globalAtomIndex | The index in the global topology to check |
- Returns
- true when
globalAtomIndex
>= 0, false otherwise