Gromacs
2026.0-dev-20241213-9ac17bb
|
#include "gromacs/math/vectypes.h"
Declares functions to collect state data to the main rank.
Classes | |
class | gmx::ArrayRef< typename > |
STL-like interface to a C array of T (or part of a std container of T). More... | |
Functions | |
void | dd_collect_vec (gmx_domdec_t *dd, int ddpCount, int ddpCountCgGl, gmx::ArrayRef< const int > localCGNumbers, gmx::ArrayRef< const gmx::RVec > localVector, gmx::ArrayRef< gmx::RVec > globalVector) |
Gathers rvec arrays localVector to globalVector on the main rank. | |
void | dd_collect_state (gmx_domdec_t *dd, const t_state *localState, t_state *globalState) |
Gathers state localState to globalState on the main rank. | |