Gromacs
2024.4
|
#include <gromacs/listed_forces/listed_internal.h>
The division of bonded interactions of the threads.
Public Member Functions | |
WorkDivision (int numThreads) | |
Constructor. | |
void | setBound (int functionType, int boundIndex, int count) |
Sets the bound between threads boundIndex-1 and boundIndex to count . | |
int | bound (int functionType, int boundIndex) const |
Returns the bound between threads boundIndex-1 and boundIndex . | |
int | end (int ftype) const |
Returns the last bound. | |