Home
last modified time | relevance | path

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

/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/struct/
H A Dvb.cc48 const Mat3x3& tilde_Rh, in ViscousBody() argument
56 tilde_Rh(tilde_Rh), in ViscousBody()
64 Rh = pNode->GetRRef()*tilde_Rh; in ViscousBody()
88 (tilde_Rh.GetVec(1)).Write(out, ", ") in Restart()
89 << ", 2, ", (tilde_Rh.GetVec(2)).Write(out, ", ") << ", "; in Restart()
98 Mat3x3 Rh(pNode->GetRCurr()*tilde_Rh); in Output()
205 Mat3x3 RhT((pNode->GetRCurr()*tilde_Rh).Transpose()); in dGetPrivData()
227 Mat3x3 RhT((pNode->GetRCurr()*tilde_Rh).Transpose()); in dGetPrivData()
430 Rh = pNode->GetRCurr()*tilde_Rh; in AssVec()
455 Rh = pNode->GetRRef()*tilde_Rh; in AfterPredict()
H A Dvb.h48 mutable Mat3x3 tilde_Rh; variable
74 const Mat3x3& tilde_Rh,