| 341 |
|
int getGlobalMolMembership(int id){ |
| 342 |
|
return globalMolMembership_[id]; |
| 343 |
|
} |
| 344 |
+ |
|
| 345 |
+ |
/** |
| 346 |
+ |
* returns a vector which maps the local atom index on this |
| 347 |
+ |
* processor to the global atom index. With only one processor, |
| 348 |
+ |
* these should be identical. |
| 349 |
+ |
*/ |
| 350 |
+ |
vector<int> getGlobalAtomIndices(); |
| 351 |
+ |
|
| 352 |
+ |
/** |
| 353 |
+ |
* returns a vector which maps the local cutoff group index on |
| 354 |
+ |
* this processor to the global cutoff group index. With only one |
| 355 |
+ |
* processor, these should be identical. |
| 356 |
+ |
*/ |
| 357 |
+ |
vector<int> getGlobalGroupIndices(); |
| 358 |
|
|
| 359 |
|
string getFinalConfigFileName() { |
| 360 |
|
return finalConfigFileName_; |