ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/brains/SimInfo.hpp
(Generate patch)

Comparing branches/development/src/brains/SimInfo.hpp (file contents):
Revision 1547 by gezelter, Mon Apr 11 18:44:16 2011 UTC vs.
Revision 1549 by gezelter, Wed Apr 27 18:38:15 2011 UTC

# Line 341 | Line 341 | namespace OpenMD{
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_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines