This file makes declarations used for building the reverse topology.
|
|
int | nral_rt (InteractionFunction ftype) |
| | Returns the number of atom entries for il in gmx_reverse_top_t.
|
| |
|
bool | dd_check_ftype (InteractionFunction ftype, const ReverseTopOptions &rtOptions) |
| | Return whether interactions of type ftype need to be assigned exactly once.
|
| |
|
MolecularTopologyAtomIndices | globalAtomIndexToMoltypeIndices (gmx::ArrayRef< const MolblockIndices > molblockIndices, int globalAtomIndex) |
| | Return global topology molecule information for global atom index globalAtomIndex.
|
| |
|
void | make_reverse_ilist (const InteractionLists &ilist, const t_atoms *atoms, const ReverseTopOptions &rtOptions, AtomLinkRule atomLinkRule, reverse_ilist_t *ril_mt) |
| | Make the reverse ilist: a list of bonded interactions linked to atoms.
|
| |
|
void | dd_make_reverse_top (FILE *fplog, gmx_domdec_t *dd, const gmx_mtop_t &mtop, const gmx::VirtualSitesHandler *vsite, const t_inputrec &inputrec, gmx::DDBondedChecking ddBondedChecking) |
| | Generate and store the reverse topology.
|
| |