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

Comparing branches/development/src/brains/ForceManager.hpp (file contents):
Revision 1545 by gezelter, Fri Apr 8 21:25:19 2011 UTC vs.
Revision 1549 by gezelter, Wed Apr 27 18:38:15 2011 UTC

# Line 53 | Line 53
53   #include "brains/SimInfo.hpp"
54   #include "primitives/Molecule.hpp"
55   #include "nonbonded/InteractionManager.hpp"
56 < #include "parallel/Decomposition.hpp"
56 > #include "parallel/ForceDecomposition.hpp"
57  
58   #define PREPAIR_LOOP 0
59   #define PAIR_LOOP 1
# Line 81 | Line 81 | namespace OpenMD {
81    protected:
82  
83      virtual void preCalculation();        
84 <    virtual void calcShortRangeInteraction();
85 <    virtual void calcLongRangeInteraction();
84 >    virtual void shortRangeInteractions();
85 >    virtual void longRangeInteractions();
86      virtual void postCalculation();
87  
88      SimInfo * info_;        
# Line 93 | Line 93 | namespace OpenMD {
93  
94      vector<pair<int, int> > neighborList_;
95  
96 <    InteractionManager* nbiMan_;
97 <    Decomposition* decomp_;
96 >    InteractionManager* interactionMan_;
97 >    ForceDecomposition* fDecomp_;
98 >    SwitchingFunction* swfun_;
99 >    vector<pair<int, int> > neighborList;
100 >    map< pair<int, int>, pair<RealType, RealType> > groupCutoffMap;
101      
102    };
103    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines