Home
last modified time | relevance | path

Searched refs:requestedGlobalAtomIndices (Results 1 – 1 of 1) sorted by relevance

/dports/science/gromacs/gromacs-2021.4/src/gromacs/domdec/
H A Ddomdec_constraints.cpp101 …std::vector<std::vector<int>> requestedGlobalAtomIndices; /**< Buffers for requesting global atom … member
447 ireq = &dc->requestedGlobalAtomIndices[0]; in dd_make_local_constraints()
505 std::vector<int>& ireqt = dc->requestedGlobalAtomIndices[thread]; in dd_make_local_constraints()
525 const std::vector<int>& ireqt = dc->requestedGlobalAtomIndices[thread]; in dd_make_local_constraints()
626 dc->requestedGlobalAtomIndices.resize(dc->nthread); in init_domdec_constraints()