Home
last modified time | relevance | path

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

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/modal_reduction/
H A Dreferenceframe2D.h141 virtual double GetAngle2DP() const {return XGP(3);}; in GetAngle2DP() function
211 double phip = GetAngle2DP(); in GetRotMatrix2DP()
243 double phip = GetAngle2DP(); in GetRotMatrixP()
H A DCMSElement2D.h176 virtual double GetAngle2DP() const { return XGP(3+NModes());}; in GetAngle2DP() function
446 virtual double GetAngle2DP() const { assert(0); return 0;}; in GetAngle2DP() function
H A DCMSElement2D.cpp1140 double thetap = GetAngle2DP(); in EvalF2()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/beams/
H A DBeam2DFFRF.h378 virtual double GetAngle2DP(const Vector2D& ploc) const;
H A DBeam2DaFFRF.h409 virtual double GetAngle2DP(const Vector2D& ploc) const;
H A DBeam2DFFRF.cpp1090 double thetap = ReferenceFrame().GetAngle2DP(); in EvalF2()
1395 double Beam2DFFRF::GetAngle2DP(const Vector2D& ploc) const in GetAngle2DP() function in Beam2DFFRF
H A DANCFCable2D.h825 virtual double GetAngle2DP(const Vector2D& ploc) const;
H A DBeam2DaFFRF.cpp1401 double thetap = ReferenceFrame().GetAngle2DP(); in EvalF2()
1815 double Beam2DAFFRF::GetAngle2DP(const Vector2D& ploc) const in GetAngle2DP() function in Beam2DAFFRF
H A DANCFCable2D.cpp1635 double ANCFCable2D::GetAngle2DP(const Vector2D& ploc) const in GetAngle2DP() function in ANCFCable2D
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/
H A Dbody2D.h126 virtual double GetAngle2DP(const Vector2D& p_loc) const {return XGP(3);}; in GetAngle2DP() function
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/constraints/
H A DSpecialConstraints.cpp1189 f(1) = GetBody2D(1).GetAngle2DP(loccoords(1)); in EvalG()
1193 f(1) = GetBody2D(1).GetAngle2DP(loccoords(1)) - GetBody2D(2).GetAngle2DP(loccoords(2)); in EvalG()
1251 angspeed = GetBody2D(1).GetAngle2DP(loccoords(1)); in ComputeForce()
1256 angspeed = GetBody2D(1).GetAngle2DP(loccoords(1)) - GetBody2D(2).GetAngle2DP(loccoords(2)); in ComputeForce()
4388 f(4) = GetBody2D(1).GetAngle2DP(loccoords(1)) - in EvalG()
4389 (GetBody2D(elemind+1).GetAngle2DP(p2) + dphidx * XG(nsp)); in EvalG()
4942 f(1) = b1.GetAngle2DP(lp1) - Anglep(GetMBS()->GetTime()); in EvalG()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/deprecated_elements/
H A Dsensor_old.cpp635 actvalue = e->GetAngle2DP(poslist2D(1)); in GetCurrentValue()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/shells/
H A DPlate2D.cpp3263 double thetap = ReferenceFrame().GetAngle2DP(); in EvalF2()