Home
last modified time | relevance | path

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

/dports/cad/gmsh/gmsh-4.9.2-source/Fltk/
H A DhighOrderToolsWindow.cpp199 (FastCurvingParameters::OUTERBLCURVE)CTX::instance()->mesh.hoCurveOuterBL; in highordertools_runopti_cb()
212 (FastCurvingParameters::OUTERBLCURVE)CTX::instance()->mesh.hoCurveOuterBL; in highordertools_runopti_cb()
/dports/cad/gmsh/gmsh-4.9.2-source/Common/
H A DContext.h40 int hoCurveOuterBL; member
H A DOptions.cpp6191 if(action & GMSH_SET) CTX::instance()->mesh.hoCurveOuterBL = (int)val; in opt_mesh_ho_curve_outer_BL()
6192 return CTX::instance()->mesh.hoCurveOuterBL; in opt_mesh_ho_curve_outer_BL()
/dports/cad/gmsh/gmsh-4.9.2-source/Mesh/
H A DGenerator.cpp1057 (FastCurvingParameters::OUTERBLCURVE)CTX::instance()->mesh.hoCurveOuterBL; in OptimizeMesh()