Home
last modified time | relevance | path

Searched defs:GeomElement (Results 1 – 5 of 5) sorted by relevance

/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/geometry/
H A DGeomElement.hpp187 class GeomElement class
206 GeomElement(const Mesh* m = 0, number_t n = 0) //! basic constructor in GeomElement() function in xlifepp::GeomElement
H A DGeomElement.cpp37 GeomElement::GeomElement(const Mesh* msh, const RefElement* ref, dimen_t d, number_t n) in GeomElement() function in xlifepp::GeomElement
47 GeomElement::GeomElement(GeomElement* parent, number_t sideNum, number_t index) in GeomElement() function in xlifepp::GeomElement
59 GeomElement::GeomElement(const GeomElement& ge) in GeomElement() function in xlifepp::GeomElement
H A DGeomDomain.cpp1624 void createPath(Node<GeomElement>* node, std::map<GeomElement*,bool>& markElt, in createPath()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/MBS_Interface/
H A DGeomElements.h57 GeomElement():locpoints(), ptd(), pt(), locpoints2D(), ptd2D(), pt2D(), nodenums() in GeomElement() function
64GeomElement(const Vector3D& coli):locpoints(), ptd(), pt(), locpoints2D(), ptd2D(), pt2D(), nodenu… in GeomElement() function
71 GeomElement(MBS* mbsI):locpoints(), ptd(), pt(), locpoints2D(), ptd2D(), pt2D(), nodenums() in GeomElement() function
100GeomElement(const GeomElement& e): locpoints(), ptd(), pt(), locpoints2D(), ptd2D(), pt2D(), noden… in GeomElement() function
960 …const Vector3D& coli, double phiminI=0, double phimaxI=2.*MY_PI, int drawendfaceI=1):GeomElement(m… in GeomElement() function
H A Dmbs_interface.h63 class GeomElement; variable