Gromacs  2026.0-dev-20241213-9ac17bb
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions
#include "gromacs/math/vectypes.h"
+ This graph shows which files directly or indirectly include this file:

Description

Declares functions to collect state data to the main rank.

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

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.