Home
last modified time | relevance | path

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

/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DGModel.h526 std::vector<MElement *> getMeshElementsByCoord(SPoint3 &p, int dim = -1,
H A DGModel.cpp1857 std::vector<MElement *> GModel::getMeshElementsByCoord(SPoint3 &p, int dim, in getMeshElementsByCoord() function in GModel
/dports/cad/gmsh/gmsh-4.9.2-source/Post/
H A DOctreePost.cpp457 std::vector<MElement *> elements = m->getMeshElementsByCoord(pt, dim); in getElement()
/dports/cad/gmsh/gmsh-4.9.2-source/Common/
H A Dgmsh.cpp1891 GModel::current()->getMeshElementsByCoord(xyz, dim, strict); in getElementsByCoordinates()