Gromacs  2024.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Typedefs | Functions
multipletimestepping.cpp File Reference
#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"
+ Include dependency graph for multipletimestepping.cpp:

Description

Tests for the MultipleTimeStepping class and stand-alone functions.

Author
berk Hess hess@.nosp@m.kth..nosp@m.se

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 ()