1 #ifndef CONSFORCEKERNEL_H 2 #define CONSFORCEKERNEL_H 8 #ifdef NODEGROUP_FORCE_REGISTER 11 const int nConsForceAtoms,
12 const int* __restrict d_consForceSOA,
13 const int* __restrict d_consForceID,
14 const double* __restrict d_pos_x,
15 const double* __restrict d_pos_y,
16 const double* __restrict d_pos_z,
17 const double3* __restrict d_consForce,
18 const char3* __restrict d_transform,
19 double* __restrict f_normal_x,
20 double* __restrict f_normal_y,
21 double* __restrict f_normal_z,
22 double3* __restrict d_extForce,
23 double3* __restrict h_extForce,
28 unsigned int* __restrict tbcatomic,
32 #endif // NODEGROUP_FORCE_REGISTER