Home
last modified time | relevance | path

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

/dports/cad/gmsh/gmsh-4.9.2-source/Mesh/
H A DautomaticMeshSizeField.h144 int nLayersPerGap = CTX::instance()->mesh.nLayersPerGap,
154 _nPointsPerGap = nLayersPerGap ? nLayersPerGap : 0; in forest()
H A DautomaticMeshSizeField.cpp1917 int nLayersPerGap = forest->forestOptions->nodePerGap; in featureSize() local
2081 double h = e.length() / nLayersPerGap; in featureSize()
/dports/cad/gmsh/gmsh-4.9.2-source/Common/
H A DContext.h49 int nLayersPerGap; member
H A DCommandLine.cpp911 CTX::instance()->mesh.nLayersPerGap = atoi(argv[i].c_str()); in GetOptions()