Gromacs  2022-beta1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
topsort.cpp File Reference
#include "gmxpre.h"
#include "gromacs/topology/topsort.h"
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include "gromacs/mdtypes/atominfo.h"
#include "gromacs/topology/idef.h"
#include "gromacs/topology/ifunc.h"
#include "gromacs/topology/topology.h"
#include "gromacs/utility/arrayref.h"
+ Include dependency graph for topsort.cpp:

Description

Implements test of topology sorting routines.

Author
Mark Abraham mark..nosp@m.j.ab.nosp@m.raham.nosp@m.@gma.nosp@m.il.co.nosp@m.m

Functions

t_iparams gmx::anonymous_namespace{topsort.cpp}::makeUnperturbedBondParams (real rA, real kA)
 Helper function.
 
t_iparams gmx::anonymous_namespace{topsort.cpp}::makePerturbedBondParams (real rA, real kA, real rB, real kB)
 Helper function.
 
t_iparams gmx::anonymous_namespace{topsort.cpp}::makeUnperturbedLJ14Params (real c6A, real c12A)
 Helper function.
 
t_iparams gmx::anonymous_namespace{topsort.cpp}::makePerturbedLJ14Params (real c6A, real c12A, real c6B, real c12B)
 Helper function.