Home
last modified time | relevance | path

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

/dports/cad/gmsh/gmsh-4.9.2-source/Mesh/
H A DField.h165 inline void setBackgroundFieldId(int id) { _backgroundField = id; }; in setBackgroundFieldId() function
H A DmeshQuadQuasiStructured.cpp483 fields->setBackgroundFieldId(0); in BuildBackgroundMeshAndGuidingField()
/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DGFace.cpp1668 fields->setBackgroundFieldId(0); in meshCompoundComputeCrossFieldWithHeatEquation()
/dports/cad/gmsh/gmsh-4.9.2-source/Parser/
H A DGmsh.y1144 GModel::current()->getFields()->setBackgroundFieldId((int)tags[0]);
H A DGmsh.tab.cpp8025 GModel::current()->getFields()->setBackgroundFieldId((int)tags[0]);
/dports/cad/gmsh/gmsh-4.9.2-source/Common/
H A Dgmsh.cpp5546 GModel::current()->getFields()->setBackgroundFieldId(tag); in setAsBackgroundMesh()