| 118 |
|
return rigidbodyData.getSize(); |
| 119 |
|
} |
| 120 |
|
|
| 121 |
+ |
/** Returns the number of rigid bodies */ |
| 122 |
+ |
int getNumberOfCutoffGroups() { |
| 123 |
+ |
return cgData.getSize(); |
| 124 |
+ |
} |
| 125 |
+ |
|
| 126 |
|
/** Returns the H-Matrix */ |
| 127 |
|
Mat3x3d getHmat() { |
| 128 |
|
return hmat_; |
| 242 |
|
DataStorage atomData; |
| 243 |
|
DataStorage rigidbodyData; |
| 244 |
|
DataStorage cgData; |
| 245 |
+ |
Stats statData; |
| 246 |
|
|
| 247 |
|
#ifdef IS_MPI |
| 248 |
|
DataStorage atomIData; |
| 250 |
|
DataStorage cgIData; |
| 251 |
|
DataStorage cgJData; |
| 252 |
|
#endif |
| 253 |
< |
|
| 248 |
< |
Stats statData; |
| 253 |
> |
|
| 254 |
|
|
| 255 |
|
private: |
| 256 |
|
RealType currentTime_; |