|
Gromacs
2026.0
|
#include "gmxpre.h"#include "gromacs/pbcutil/pbc.h"#include "config.h"#include <cfenv>#include <cstddef>#include <iterator>#include <limits>#include <string>#include <vector>#include <gtest/gtest.h>#include "gromacs/math/utilities.h"#include "gromacs/mdtypes/md_enums.h"#include "gromacs/pbcutil/ishift.h"#include "gromacs/utility/arrayref.h"#include "gromacs/utility/real.h"#include "gromacs/utility/vectypes.h"#include "testutils/refdata.h"#include "testutils/testasserts.h"
Include dependency graph for pbc.cpp:Tests PBC code.
Functions | |
| static real | gmx::test::returnSmallValue (real L) |
| Small value used for testing points close to edges. More... | |
Variables | |
| constexpr real | gmx::test::relativeTolerance = 0.5 * std::numeric_limits<real>::epsilon() |
| Relative tolerance for the expected floating point rounding error when wrapping large numbers. | |
1.8.5