Home
last modified time | relevance | path

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

/dports/cad/gmsh/gmsh-4.9.2-source/Common/
H A DContext.h102 int copyMeshingMethod, exactExtrusion; member
H A DOptions.cpp4799 if(action & GMSH_SET) CTX::instance()->geom.copyMeshingMethod = (int)val; in opt_geometry_copy_meshing_method()
4800 return CTX::instance()->geom.copyMeshingMethod; in opt_geometry_copy_meshing_method()
/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DGEdge.cpp827 if(CTX::instance()->geom.copyMeshingMethod) { in meshCompound()
H A DGeo.cpp799 if(CTX::instance()->geom.copyMeshingMethod) { in CopyCurve()
859 if(CTX::instance()->geom.copyMeshingMethod) { in CopySurface()
913 if(CTX::instance()->geom.copyMeshingMethod) { in CopyVolume()
H A DGFace.cpp1706 if(CTX::instance()->geom.copyMeshingMethod) { in meshCompound()