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

Description

This file declares functions used by the domdec module for (bounding) box and pbc information generation.

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

Functions

void set_ddbox (const gmx_domdec_t &dd, bool masterRankHasTheSystemState, const matrix box, bool calculateUnboundedSize, gmx::ArrayRef< const gmx::RVec > x, gmx_ddbox_t *ddbox)
 Set the box and PBC data in ddbox.
 
void set_ddbox_cr (const t_commrec &cr, const ivec *dd_nc, const t_inputrec &ir, const matrix box, gmx::ArrayRef< const gmx::RVec > x, gmx_ddbox_t *ddbox)
 Set the box and PBC data in ddbox.