Home
last modified time | relevance | path

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

/dports/cad/gmsh/gmsh-4.9.2-source/Mesh/
H A DField.h179 inline int getNumBoundaryLayerFields() in getNumBoundaryLayerFields() function
H A DmeshGEdge.cpp125 for(int i = 0; i < fields->getNumBoundaryLayerFields(); ++i) { in operator ()()
525 int n = fields->getNumBoundaryLayerFields(); in addBoundaryLayerPoints()
H A DGenerator.cpp356 if(m->getFields()->getNumBoundaryLayerFields()) Msg::SetNumThreads(1); in Mesh1D()
492 if(m->getFields()->getNumBoundaryLayerFields()) Msg::SetNumThreads(1); in Mesh2D()
H A DmeshGFaceOptimize.cpp1449 int n = fields->getNumBoundaryLayerFields(); in splitElementsInBoundaryLayerIfNeeded()
/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DboundaryLayersData.cpp423 int nBL = fields->getNumBoundaryLayerFields(); in buildAdditionalPoints2D()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/HighOrderMeshOptimizer/
H A DHighOrderMeshFastCurving.cpp1299 int n = fields->getNumBoundaryLayerFields(); in HighOrderMeshFastCurving()