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
|
void | set_ddbox (const gmx_domdec_t &dd, bool mainRankHasTheSystemState, 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 (DDRole ddRole, MPI_Comm communicator, const gmx::IVec *numDomains, 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 .
|
|
gmx_ddbox_t | get_ddbox (const gmx::IVec &numDomains, const t_inputrec &ir, const matrix box, gmx::ArrayRef< const gmx::RVec > x) |
| Computes and returns a domain decomposition box.
|
|