Gromacs
2025.1
|
#include <array>
#include "gromacs/math/vectypes.h"
#include "gromacs/utility/gmxassert.h"
#include "gromacs/utility/range.h"
Declares the DomdecZones class and helper structs.
A DomdecZones object is (or should be) the only data structure that is shared from the domain decomposition module to the Nbnxm module.
Classes | |
class | gmx::ArrayRef< typename > |
STL-like interface to a C array of T (or part of a std container of T). More... | |
Variables | |
static constexpr int | gmx::sc_maxNumZones = 8 |
The maximum possible number of zones, 2 along each dimension in the eighth shell method. | |
static constexpr int | gmx::sc_maxNumIZones = sc_maxNumZones / 2 |
The maximum possible number of i-zones, half of the zones are needed to cover all pairs. | |