Home
last modified time | relevance | path

Searched defs:GeomDomain (Results 1 – 2 of 2) sorted by relevance

/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/geometry/
H A DGeomDomain.hpp94 class GeomDomain class
106 GeomDomain(const GeomDomain& d) //! forbidden copy constructor in GeomDomain() function in xlifepp::GeomDomain
H A DGeomDomain.cpp36 GeomDomain::GeomDomain(const string_t& na, dimen_t d, const Mesh* m, Geometry* g) in GeomDomain() function in xlifepp::GeomDomain
46 GeomDomain::GeomDomain(const Mesh& me, const string_t& na, dimen_t d, const string_t& desc, Geometr… in GeomDomain() function in xlifepp::GeomDomain
58 GeomDomain::GeomDomain(SetOperationType sot, const GeomDomain& dom1, const GeomDomain& dom2, const … in GeomDomain() function in xlifepp::GeomDomain
72 GeomDomain::GeomDomain(SetOperationType sot, const std::vector<const GeomDomain*>& doms, const stri… in GeomDomain() function in xlifepp::GeomDomain
83 GeomDomain::GeomDomain(const std::vector<Point>& pts, const string_t& na) in GeomDomain() function in xlifepp::GeomDomain
1808 const std::map<GeomDomain*,std::set<GeomElement*>*>& parelts) in rebuild()