|
Gromacs
2025.3
|
#include "gmxpre.h"#include "gromacs/mdtypes/multipletimestepping.h"#include <bitset>#include <memory>#include <string>#include <tuple>#include <vector>#include <gmock/gmock.h>#include <gtest/gtest.h>#include "gromacs/mdtypes/inputrec.h"#include "gromacs/mdtypes/md_enums.h"#include "gromacs/utility/enumerationhelpers.h"#include "gromacs/utility/gmxassert.h"#include "gromacs/utility/smalloc.h"#include "testutils/testasserts.h"
Include dependency graph for multipletimestepping.cpp: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 () |
1.8.5