Searched refs:GeomMesh3D (Results 1 – 4 of 4) sorted by relevance
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ServiceObjectsLib/ |
H A D | GeomElements.cpp | 2321 void GeomMesh3D::Init() in Init() 2332 void GeomMesh3D::CopyFrom(const GeomElement& e) in CopyFrom() 2335 const GeomMesh3D& ce = (const GeomMesh3D&)e; in CopyFrom() 2360 GeomMesh3D::~GeomMesh3D() in ~GeomMesh3D() 2372 int GeomMesh3D::NTrigs() const in NTrigs() 2395 void GeomMesh3D::ClearMesh() in ClearMesh() 2606 double GeomMesh3D::GetArea(int trig) const in GetArea() 2877 void GeomMesh3D::Stretch(const double factor) in Stretch() 2885 double GeomMesh3D::ComputeVolume() const in ComputeVolume() 2938 Vector3D GeomMesh3D::ComputeCenterOfMass() const in ComputeCenterOfMass() [all …]
|
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/MBS_Interface/ |
H A D | GeomElements.h | 1145 class GeomMesh3D:public GeomElement 1148 …GeomMesh3D():GeomElement(), normals(), drawnormals(), trigs(), points_to_trigs(), points_to_edges(… in GeomMesh3D() function 1152 …GeomMesh3D(MBS* mbsi, int elnumi, const Vector3D& coli):GeomElement(mbsi), normals(), drawnormals(… in GeomMesh3D() function 1161 GeomElement* ed = new GeomMesh3D(*this); in GetCopy() 1164 GeomMesh3D(const GeomMesh3D& e):GeomElement(e) {CopyFrom(e);} in GeomMesh3D() function 1166 virtual ~GeomMesh3D();
|
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/MBSElementsAndModels/ |
H A D | MBSObjectFactory.cpp | 322 GeomMesh3D ge(GetMBS(), 0, defaultbodycol); in AddGeomElement()
|
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ModelsLib/open_source_examples/flexible_web_contact_3D/ |
H A D | flexible_web_contact_3D.cpp | 377 GeomMesh3D mesh(mbs, 0, colblue); in GenerateContactWeb()
|