Gromacs  2020.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
settletestrunners.cpp File Reference
#include "gmxpre.h"
#include "settletestrunners.h"
#include "config.h"
#include <gtest/gtest.h>
#include "gromacs/mdlib/settle.h"
#include "testutils/testasserts.h"
+ Include dependency graph for settletestrunners.cpp:

Description

Defines the test runner for CPU version of SETTLE.

Also adds stub for the GPU version to keep the compiler happy.

Author
Artem Zhmurov zhmur.nosp@m.ov@g.nosp@m.mail..nosp@m.com

Functions

void gmx::test::applySettle (SettleTestData *testData, t_pbc pbc, bool updateVelocities, bool calcVirial, const std::string &testDescription)
 Apply SETTLE using CPU version of the algorithm. More...