|
Gromacs
2026.0-dev-20251119-5f0a571d
|
#include "gmxpre.h"#include "gromacs/topology/topsort.h"#include <cstdint>#include <array>#include <string>#include <vector>#include <gmock/gmock.h>#include <gtest/gtest.h>#include "gromacs/mdtypes/atominfo.h"#include "gromacs/topology/forcefieldparameters.h"#include "gromacs/topology/idef.h"#include "gromacs/topology/ifunc.h"#include "gromacs/topology/topology.h"#include "gromacs/utility/arrayref.h"#include "gromacs/utility/real.h"
Include dependency graph for topsort.cpp:Implements test of topology sorting routines.
Functions | |
| t_iparams | gmx::test::anonymous_namespace{topsort.cpp}::makeUnperturbedBondParams (real rA, real kA) |
| Helper function. | |
| t_iparams | gmx::test::anonymous_namespace{topsort.cpp}::makePerturbedBondParams (real rA, real kA, real rB, real kB) |
| Helper function. | |
| t_iparams | gmx::test::anonymous_namespace{topsort.cpp}::makeUnperturbedLJ14Params (real c6A, real c12A) |
| Helper function. | |
| t_iparams | gmx::test::anonymous_namespace{topsort.cpp}::makePerturbedLJ14Params (real c6A, real c12A, real c6B, real c12B) |
| Helper function. | |
1.8.5