Gromacs  2020.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
#include "gromacs/math/vectypes.h"
#include "gromacs/utility/arrayref.h"
+ Include dependency graph for collect.h:
+ This graph shows which files directly or indirectly include this file:

Description

Declares functions to collect state data to the master rank.

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

Functions

void dd_collect_vec (gmx_domdec_t *dd, const t_state *localState, gmx::ArrayRef< const gmx::RVec > localVector, gmx::ArrayRef< gmx::RVec > globalVector)
 Gathers rvec arrays localVector to globalVector on the master rank.
 
void dd_collect_state (gmx_domdec_t *dd, const t_state *localState, t_state *globalState)
 Gathers state localState to globalState on the master rank.