| 54 |
|
|
| 55 |
|
#include "brains/DataStorage.hpp" |
| 56 |
|
#include "brains/Stats.hpp" |
| 57 |
– |
#include "UseTheForce/DarkSide/simulation_interface.h" |
| 57 |
|
|
| 59 |
– |
|
| 58 |
|
namespace OpenMD{ |
| 59 |
|
|
| 60 |
|
/** |
| 116 |
|
return rigidbodyData.getSize(); |
| 117 |
|
} |
| 118 |
|
|
| 119 |
+ |
/** Returns the number of rigid bodies */ |
| 120 |
+ |
int getNumberOfCutoffGroups() { |
| 121 |
+ |
return cgData.getSize(); |
| 122 |
+ |
} |
| 123 |
+ |
|
| 124 |
|
/** Returns the H-Matrix */ |
| 125 |
|
Mat3x3d getHmat() { |
| 126 |
|
return hmat_; |
| 240 |
|
DataStorage atomData; |
| 241 |
|
DataStorage rigidbodyData; |
| 242 |
|
DataStorage cgData; |
| 243 |
+ |
Stats statData; |
| 244 |
|
|
| 245 |
|
#ifdef IS_MPI |
| 246 |
|
DataStorage atomIData; |
| 248 |
|
DataStorage cgIData; |
| 249 |
|
DataStorage cgJData; |
| 250 |
|
#endif |
| 251 |
< |
|
| 248 |
< |
Stats statData; |
| 251 |
> |
|
| 252 |
|
|
| 253 |
|
private: |
| 254 |
|
RealType currentTime_; |