Home
last modified time | relevance | path

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

/dports/cad/gmsh/gmsh-4.9.2-source/Mesh/
H A DmeshGFace.cpp3054 int &orientBL) in getGFaceOrientation() argument
3062 if((!isBLEl && orientNonBL == 0) || (isBLEl && orientBL == 0)) { in getGFaceOrientation()
3069 orientBL = orient; in getGFaceOrientation()
3075 if((orientNonBL != 0) && (orientBL != 0)) break; in getGFaceOrientation()
3117 int orientNonBL = 0, orientBL = existBL ? 0 : 1; in operator ()() local
3118 getGFaceOrientation(gf, blc, existBL, true, orientNonBL, orientBL); in operator ()()
3119 if((orientNonBL == 0) || (orientBL == 0)) in operator ()()
3120 getGFaceOrientation(gf, blc, existBL, false, orientNonBL, orientBL); in operator ()()
3123 if((orientNonBL == 0) && (orientBL == 0)) { in operator ()()
3130 if((orientNonBL == -1) || (orientBL == -1)) { in operator ()()
[all …]