1 #ifndef GLOBMTSVIRIALKERNEL_H 2 #define GLOBMTSVIRIALKERNEL_H 8 #ifdef NODEGROUP_FORCE_REGISTER 9 void computeGlobalMasterVirial(
13 const double* __restrict d_pos_x,
14 const double* __restrict d_pos_y,
15 const double* __restrict d_pos_z,
16 const char3* __restrict d_transform,
17 double* __restrict f_global_x,
18 double* __restrict f_global_y,
19 double* __restrict f_global_z,
20 double3* __restrict d_extForce,
21 double3* __restrict h_extForce,
25 unsigned int* __restrict tbcatomic,
29 #endif // NODEGROUP_FORCE_REGISTER