Home
last modified time | relevance | path

Searched refs:imdomain (Results 1 – 2 of 2) sorted by relevance

/dports/cad/gmsh/gmsh-4.9.2-source/Plugin/
H A DHomologyComputation.cpp116 std::vector<int> imdomain; in execute() local
120 if(!parseStringOpt(2, imdomain)) return nullptr; in execute()
125 Homology *homology = new Homology(m, domain, subdomain, imdomain, true, in execute()
/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DGModel.cpp3464 std::vector<int> imdomain; in computeHomology() local
3467 imdomain, prepareToRestore); in computeHomology()