Home
last modified time | relevance | path

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

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/
H A Dbody2D.h267 double phip2 = phip*phip; in GetRotMatrix2DPP() local
270 rot(1,1) =-phipp*sinphi-phip2*cosphi; in GetRotMatrix2DPP()
271 rot(1,2) =-phipp*cosphi+phip2*sinphi; in GetRotMatrix2DPP()
272 rot(2,1) = phipp*cosphi-phip2*sinphi; in GetRotMatrix2DPP()
273 rot(2,2) =-phipp*sinphi-phip2*cosphi; in GetRotMatrix2DPP()