Gromacs
2024.4
|
#include "gmxpre.h"
#include "gromacs/mdtypes/multipletimestepping.h"
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include "gromacs/mdtypes/inputrec.h"
#include "gromacs/utility/gmxassert.h"
#include "gromacs/utility/smalloc.h"
#include "testutils/testasserts.h"
Tests for the MultipleTimeStepping class and stand-alone functions.
Typedefs | |
using | gmx::test::MtsIntervalTestParams = std::tuple< std::string, int > |
Test fixture base for parametrizing interval tests. | |
Functions | |
void | gmx::test::anonymous_namespace{multipletimestepping.cpp}::setAndCheckMtsLevels (const GromppMtsOpts &mtsOpts, t_inputrec *ir, const int numExpectedErrors) |
brief Sets up the MTS levels in ir and tests whether the number of errors matches numExpectedErrors | |
GromppMtsOpts | gmx::test::anonymous_namespace{multipletimestepping.cpp}::simpleMtsOpts () |