Home
last modified time | relevance | path

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

/dports/cad/gmsh/gmsh-4.9.2-source/Common/
H A Dgmsh.cpp3756 double bubbleCenterCoord[3] = {0., 0., 0.}; in getKeys() local
3771 coord.push_back(bubbleCenterCoord[0]); in getKeys()
3772 coord.push_back(bubbleCenterCoord[1]); in getKeys()
3773 coord.push_back(bubbleCenterCoord[2]); in getKeys()
3981 double bubbleCenterCoord[3] = {0., 0., 0.}; in getKeysForElement() local
3988 bubbleCenterCoord[0] /= e->getNumVertices(); in getKeysForElement()
3989 bubbleCenterCoord[1] /= e->getNumVertices(); in getKeysForElement()
3990 bubbleCenterCoord[2] /= e->getNumVertices(); in getKeysForElement()
3996 coord.push_back(bubbleCenterCoord[0]); in getKeysForElement()
3997 coord.push_back(bubbleCenterCoord[1]); in getKeysForElement()
[all …]