Home
last modified time | relevance | path

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

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/MBS_Interface/
H A DGeomElements.h1015 class GeomSphere3D:public GeomElement
1018 GeomSphere3D():GeomElement() in GeomSphere3D() function
1026 GeomElement* ed = new GeomSphere3D(*this); in GetCopy()
1029 GeomSphere3D(const GeomSphere3D& e):GeomElement(e) {CopyFrom(e);} in GeomSphere3D() function
1031GeomSphere3D(MBS* mbsi, int elnumI, const Vector3D& pm, double rzi, int tilei, const Vector3D& col… in GeomSphere3D() function
1051 const GeomSphere3D& ce = (const GeomSphere3D&)e; in CopyFrom()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/MBSElementsAndModels/
H A DMBSObjectFactory.cpp332 GeomSphere3D ge(GetMBS(), 0, Vector3D(0.,0.,0.), 0, defaultgeomtile, defaultbodycol); in AddGeomElement()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ServiceObjectsLib/
H A DGeomElements.cpp1595 void GeomSphere3D::GetElementData(ElementDataContainer& edc) //fill in all element data in GetElementData()
1607 int GeomSphere3D::SetElementData(const ElementDataContainer& edc) //set element data according to E… in SetElementData()
1619 void GeomSphere3D::Translate(const Vector3D& translate) in Translate()
1628 double GeomSphere3D::ComputeVolume() const in ComputeVolume()
1633 Vector3D GeomSphere3D::ComputeCenterOfMass() const in ComputeCenterOfMass()
1638 Matrix3D GeomSphere3D::ComputeMassMomentOfInertia(double rho) const in ComputeMassMomentOfInertia()
1648 double GeomSphere3D::GetNearestPoint(const Vector3D& p, int& ind, Vector3D& pp) in GetNearestPoint()
1664 Vector3D GeomSphere3D::GetLocPos(int ind, const Vector3D& pglob) const in GetLocPos()
1682 Vector3D GeomSphere3D::GetNormal(int ind, const Vector3D& ploc) const in GetNormal()
1688 Vector3D GeomSphere3D::GetTangent(int ind, const Vector3D& ploc) const in GetTangent()
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/constraints/
H A Dcontact3D.cpp317 rz = ((GeomSphere3D*)GeomElem(j))->GetRadius(); in GetNearestMasterSegments()