|
Gromacs
2026.0
|
#include <cstdint>#include "gromacs/utility/vectypes.h"
Include dependency graph for localtopology.h:This file makes declarations used for building the local topology.
Classes | |
| class | gmx::ArrayRef< typename > |
| STL-like interface to a C array of T (or part of a std container of T). More... | |
Functions | |
| int | dd_make_local_top (const gmx_domdec_t &dd, const gmx::DomdecZones &zones, int npbcdim, matrix box, rvec cellsize_min, const ivec npulse, t_forcerec *fr, gmx::ArrayRef< const gmx::RVec > coordinates, const gmx_mtop_t &top, gmx::ArrayRef< const int32_t > atomInfo, gmx_localtop_t *ltop) |
| Generate the local topology and virtual site data. More... | |
| int dd_make_local_top | ( | const gmx_domdec_t & | dd, |
| const gmx::DomdecZones & | zones, | ||
| int | npbcdim, | ||
| matrix | box, | ||
| rvec | cellsize_min, | ||
| const ivec | npulse, | ||
| t_forcerec * | fr, | ||
| gmx::ArrayRef< const gmx::RVec > | coordinates, | ||
| const gmx_mtop_t & | top, | ||
| gmx::ArrayRef< const int32_t > | atomInfo, | ||
| gmx_localtop_t * | ltop | ||
| ) |
Generate the local topology and virtual site data.
1.8.5