Gromacs  2018.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
#include "gromacs/mdlib/constr.h"
+ This graph shows which files directly or indirectly include this file:

Description

This file declares functions for domdec to use while managing inter-atomic constraints.

Author
Berk Hess hess@.nosp@m.kth..nosp@m.se

Functions

void dd_clear_local_constraint_indices (gmx_domdec_t *dd)
 Clears the local indices for the constraint communication setup.
 
int dd_make_local_constraints (struct gmx_domdec_t *dd, int at_start, const struct gmx_mtop_t *mtop, const int *cginfo, gmx_constr_t constr, int nrec, struct t_ilist *il_local)
 Sets up communication and atom indices for all local+connected constraints.
 
void init_domdec_constraints (gmx_domdec_t *dd, const gmx_mtop_t *mtop)
 Initializes the data structures for constraint communication.