|
Gromacs
2026.0-dev-20251110-920b6d1
|
#include "gmxpre.h"#include "gromacs/nbnxm/exclusionchecker.h"#include <functional>#include <utility>#include <vector>#include "gromacs/gmxlib/network.h"#include "gromacs/mdtypes/observablesreducer.h"#include "gromacs/topology/atoms.h"#include "gromacs/topology/idef.h"#include "gromacs/topology/ifunc.h"#include "gromacs/topology/mtop_util.h"#include "gromacs/topology/topology.h"#include "gromacs/utility/arrayref.h"#include "gromacs/utility/basedefinitions.h"#include "gromacs/utility/fatalerror.h"#include "gromacs/utility/gmxassert.h"#include "gromacs/utility/listoflists.h"#include "gromacs/utility/mpicomm.h"
Include dependency graph for exclusionchecker.cpp:This file defines functions to reduce and check exclusion counts.
Classes | |
| class | ExclusionChecker::Impl |
| Data to help check local topology construction. More... | |
Functions | |
| static int | computeNumGlobalPerturbedExclusions (const gmx_mtop_t &mtop) |
| Compute the number of exclusions involving perturbed atoms. More... | |
|
static |
Compute the number of exclusions involving perturbed atoms.
| [in] | mtop | The global system topology |
1.8.5