Home
last modified time | relevance | path

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

/dports/cad/gmsh/gmsh-4.9.2-source/Common/
H A DContext.h29 int nbSmoothing, algo2d, algo3d, algoSubdivide, algoSwitchOnFailure; member
H A DOptions.cpp5903 CTX::instance()->mesh.algoSwitchOnFailure = (int)val; in opt_mesh_algo_switch_on_failure()
5905 return CTX::instance()->mesh.algoSwitchOnFailure; in opt_mesh_algo_switch_on_failure()
/dports/cad/gmsh/gmsh-4.9.2-source/Mesh/
H A DmeshGFace.cpp3000 if(CTX::instance()->mesh.algoSwitchOnFailure && in operator ()()