|
Gromacs
2025.3
|
#include "gmxpre.h"#include "gromacs/mdtypes/forcebuffers.h"#include <array>#include <string>#include <gmock/gmock.h>#include <gtest/gtest.h>#include "gromacs/gpu_utils/hostallocator.h"#include "gromacs/math/arrayrefwithpadding.h"#include "gromacs/math/vectypes.h"#include "gromacs/utility/arrayref.h"#include "gromacs/utility/basedefinitions.h"#include "testutils/testasserts.h"
Include dependency graph for forcebuffers.cpp:Tests for the ForceBuffers and ForceBuffersView classes.
Variables | |
| const std::array< RVec, 2 > | gmx::test::anonymous_namespace{forcebuffers.cpp}::c_forces = { { { 0.5, 0.1, 1.2 }, { -2.1, 0.2, 0.3 } } } |
1.8.5