|
Gromacs
2025.3
|
#include "gmxpre.h"#include "gromacs/pbcutil/mshift.h"#include <string>#include <vector>#include <gmock/gmock.h>#include <gtest/gtest.h>#include "gromacs/math/vectypes.h"#include "gromacs/mdtypes/md_enums.h"#include "gromacs/pbcutil/pbc.h"#include "gromacs/topology/idef.h"#include "gromacs/topology/ifunc.h"#include "gromacs/topology/topology.h"#include "gromacs/utility/gmxassert.h"#include "testutils/testasserts.h"#include "testutils/testmatchers.h"
Include dependency graph for mshift.cpp:Tests for the graph functionality to make molecules whole that are broken over pbc.
Functions | |
| gmx_moltype_t | gmx::test::anonymous_namespace{mshift.cpp}::moleculeType () |
| Returns a molectype for generate a graph. More... | |
| std::vector< RVec > | gmx::test::anonymous_namespace{mshift.cpp}::coordinates () |
Coordinates for moleculeType() broken over PBC. More... | |
| std::vector< RVec > | gmx::test::anonymous_namespace{mshift.cpp}::coordinatesWhole () |
Coordinates for moleculeType() made whole. More... | |
Variables | |
| constexpr matrix | gmx::test::anonymous_namespace{mshift.cpp}::c_box = { { 3, 0, 0 }, { 0, 3, 0 }, { 0, 0, 3 } } |
Box to go with coordinates() | |
1.8.5