Home
last modified time | relevance | path

Searched refs:v_rot_relative (Results 1 – 1 of 1) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dmath_extra_liggghts_nonspherical.h541 double omega_relative[3], v_relative[3], v_rot_relative[3]; in surfacesIntersectNonSpherical() local
545 LAMMPS_NS::vectorCopy3D(v_rot_i, v_rot_relative); in surfacesIntersectNonSpherical()
553 LAMMPS_NS::vectorSubtract3D(v_rot_i, v_rot_j, v_rot_relative); in surfacesIntersectNonSpherical()
559 v_relative[0] = sidata.v_i[0] - sidata.v_j[0] + v_rot_relative[0]; in surfacesIntersectNonSpherical()
560 v_relative[1] = sidata.v_i[1] - sidata.v_j[1] + v_rot_relative[1]; in surfacesIntersectNonSpherical()
561 v_relative[2] = sidata.v_i[2] - sidata.v_j[2] + v_rot_relative[2]; in surfacesIntersectNonSpherical()