Gromacs
2024.4
|
#include "config.h"
#include <memory>
#include "gromacs/gpu_utils/devicebuffer_datatype.h"
#include "gromacs/gpu_utils/hostallocator.h"
#include "gromacs/math/matrix.h"
#include "gromacs/utility/arrayref.h"
Declarations for GPU implementation of Leap-Frog.
Enumerations | |
enum | gmx::NumTempScaleValues { gmx::NumTempScaleValues::None = 0, gmx::NumTempScaleValues::Single = 1, gmx::NumTempScaleValues::Multiple = 2, gmx::NumTempScaleValues::Count = 3 } |
Sets the number of different temperature coupling values. More... | |